Color Hex Logo

#609ccd Color Hex

#609CCD
(96,156,205)
0 Favorites   0 Comments

Color spaces of #609ccd

RGB 96156205
HSL0.570.520.59
HSV207°53°80°
CMYK 0.530.240.00   0.20
XYZ27.731830.671562.2162
Yxy30.67150.22990.2543
Hunter Lab55.3819-7.5365-27.8393
CIE-Lab62.2293-5.5684-31.0848

#609ccd color RGB value is (96,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11001101
Octal 140 234 315
Decimal 96 156 205
Hex 60 9C CD

RGB Percentages of Color #609ccd

%21.01
%34.14
%44.86

CMYK Percentages of Color #609ccd

%53
%24
%0
%20

Triadic Colors of #609ccd

#609ccd #cd609c #9ccd60

Analogous Colors of #609ccd

#609ccd #6066cd #60cdc8

Monochromatic Colors of #609ccd

#609ccd

Complementary Color

#609ccd #cd9160

#609ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#609ccd Color CSS Codes

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

#609ccd Text Font Color

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

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


#609ccd Background Color

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

This div background color is #609ccd


#609ccd Border Color

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

This div border color is #609ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609ccd


Comments

No comments written yet.

Please login to write comment.