Color Hex Logo

#609cdd Color Hex

#609CDD
(96,156,221)
0 Favorites   0 Comments

Color spaces of #609cdd

RGB 96156221
HSL0.590.650.62
HSV211°57°87°
CMYK 0.570.290.00   0.13
XYZ29.763531.484272.9150
Yxy31.48420.22180.2347
Hunter Lab56.1108-3.5100-37.7688
CIE-Lab62.9143-0.6122-38.9184

#609cdd color RGB value is (96,156,221).

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

The process color (four color CMYK) of #609cdd color hex is 0.57, 0.29, 0.00, 0.13. Web safe color of #609cdd is #6699cc. Color #609cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11011101
Octal 140 234 335
Decimal 96 156 221
Hex 60 9C DD

RGB Percentages of Color #609cdd

%20.30
%32.98
%46.72

CMYK Percentages of Color #609cdd

%57
%29
%0
%13

Triadic Colors of #609cdd

#609cdd #dd609c #9cdd60

Analogous Colors of #609cdd

#609cdd #6360dd #60dbdd

Monochromatic Colors of #609cdd

#609cdd

Complementary Color

#609cdd #dda160

#609cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#609cdd Color CSS Codes

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

#609cdd Text Font Color

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

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


#609cdd Background Color

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

This div background color is #609cdd


#609cdd Border Color

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

This div border color is #609cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609cdd


Comments

No comments written yet.

Please login to write comment.