Color Hex Logo

#6096cf Color Hex

#6096CF
(96,150,207)
0 Favorites   0 Comments

Color spaces of #6096cf

RGB 96150207
HSL0.590.540.59
HSV211°54°81°
CMYK 0.540.280.00   0.19
XYZ26.992728.804563.1686
Yxy28.80450.22690.2421
Hunter Lab53.6698-4.1474-32.2146
CIE-Lab60.6087-1.5556-34.7215

#6096cf color RGB value is (96,150,207).

#6096cf hex color red value is 96, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6096cf hue: 0.59 , saturation: 0.54 and the lightness value of 6096cf is 0.59.

The process color (four color CMYK) of #6096cf color hex is 0.54, 0.28, 0.00, 0.19. Web safe color of #6096cf is #6699cc. Color #6096cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 11001111
Octal 140 226 317
Decimal 96 150 207
Hex 60 96 CF

RGB Percentages of Color #6096cf

%21.19
%33.11
%45.70

CMYK Percentages of Color #6096cf

%54
%28
%0
%19

Triadic Colors of #6096cf

#6096cf #cf6096 #96cf60

Analogous Colors of #6096cf

#6096cf #6160cf #60cecf

Monochromatic Colors of #6096cf

#6096cf

Complementary Color

#6096cf #cf9960

#6096cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6096cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6096cf Color CSS Codes

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

#6096cf Text Font Color

<p style="color:#6096cf">Text here</p>

This sample text font color is #6096cf
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.


#6096cf Background Color

<div style="background-color:#6096cf">
Div content here</div>

This div background color is #6096cf


#6096cf Border Color

<div style="border:3px solid #6096cf">
Div here</div>

This div border color is #6096cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,150,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6096cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6096cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6096cf;
  box-shadow:         1px 1px 3px 2px #6096cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6096cf


Comments

No comments written yet.

Please login to write comment.