Color Hex Logo

#6099ed Color Hex

#6099ED
(96,153,237)
0 Favorites   0 Comments

Color spaces of #6099ed

RGB 96153237
HSL0.600.800.65
HSV216°59°93°
CMYK 0.590.350.00   0.07
XYZ31.501231.383784.5181
Yxy31.38370.21370.2129
Hunter Lab56.02122.3351-50.2349
CIE-Lab62.83026.2333-47.8919

#6099ed color RGB value is (96,153,237).

#6099ed hex color red value is 96, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6099ed hue: 0.60 , saturation: 0.80 and the lightness value of 6099ed is 0.65.

The process color (four color CMYK) of #6099ed color hex is 0.59, 0.35, 0.00, 0.07. Web safe color of #6099ed is #6699ff. Color #6099ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011001 11101101
Octal 140 231 355
Decimal 96 153 237
Hex 60 99 ED

RGB Percentages of Color #6099ed

%19.75
%31.48
%48.77

CMYK Percentages of Color #6099ed

%59
%35
%0
%7

Triadic Colors of #6099ed

#6099ed #ed6099 #99ed60

Analogous Colors of #6099ed

#6099ed #6e60ed #60e0ed

Monochromatic Colors of #6099ed

#6099ed

Complementary Color

#6099ed #edb460

#6099ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6099ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6099ed Color CSS Codes

.mybgcolor {background-color:#6099ed; } 
.myforecolor {color:#6099ed; }
.mybordercolor {border:3px solid #6099ed; }

#6099ed Text Font Color

<p style="color:#6099ed">Text here</p>

This sample text font color is #6099ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6099ed Background Color

<div style="background-color:#6099ed">
Div content here</div>

This div background color is #6099ed


#6099ed Border Color

<div style="border:3px solid #6099ed">
Div here</div>

This div border color is #6099ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,153,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6099ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6099ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6099ed;
  box-shadow:         1px 1px 3px 2px #6099ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,153,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6099ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6099ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6099ed;
  box-shadow:         1px 1px 3px 2px #6099ed;">
Div content here</div>

This div box has shadow with color #6099ed


Comments

No comments written yet.

Please login to write comment.