Color Hex Logo

#609fcc Color Hex

#609FCC
(96,159,204)
0 Favorites   0 Comments

Color spaces of #609fcc

RGB 96159204
HSL0.570.510.59
HSV205°53°80°
CMYK 0.530.220.00   0.20
XYZ28.121131.642761.7523
Yxy31.64270.23140.2604
Hunter Lab56.2518-9.2060-25.7112
CIE-Lab63.0465-7.5460-29.2624

#609fcc color RGB value is (96,159,204).

#609fcc hex color red value is 96, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #609fcc hue: 0.57 , saturation: 0.51 and the lightness value of 609fcc is 0.59.

The process color (four color CMYK) of #609fcc color hex is 0.53, 0.22, 0.00, 0.20. Web safe color of #609fcc is #6699cc. Color #609fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011111 11001100
Octal 140 237 314
Decimal 96 159 204
Hex 60 9F CC

RGB Percentages of Color #609fcc

%20.92
%34.64
%44.44

CMYK Percentages of Color #609fcc

%53
%22
%0
%20

Triadic Colors of #609fcc

#609fcc #cc609f #9fcc60

Analogous Colors of #609fcc

#609fcc #6069cc #60ccc3

Monochromatic Colors of #609fcc

#609fcc

Complementary Color

#609fcc #cc8d60

#609fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#609fcc Color CSS Codes

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

#609fcc Text Font Color

<p style="color:#609fcc">Text here</p>

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


#609fcc Background Color

<div style="background-color:#609fcc">
Div content here</div>

This div background color is #609fcc


#609fcc Border Color

<div style="border:3px solid #609fcc">
Div here</div>

This div border color is #609fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,159,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #609fcc;
  box-shadow:         1px 1px 3px 2px #609fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609fcc


Comments

No comments written yet.

Please login to write comment.