Color Hex Logo

#606fcd Color Hex

#606FCD
(96,111,205)
0 Favorites   0 Comments

Color spaces of #606fcd

RGB 96111205
HSL0.640.520.59
HSV232°53°80°
CMYK 0.530.460.00   0.20
XYZ21.527818.263560.1482
Yxy18.26350.21540.1827
Hunter Lab42.735815.1302-53.5322
CIE-Lab49.814221.1011-50.6307

#606fcd color RGB value is (96,111,205).

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

The process color (four color CMYK) of #606fcd color hex is 0.53, 0.46, 0.00, 0.20. Web safe color of #606fcd is #6666cc. Color #606fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 11001101
Octal 140 157 315
Decimal 96 111 205
Hex 60 6F CD

RGB Percentages of Color #606fcd

%23.30
%26.94
%49.76

CMYK Percentages of Color #606fcd

%53
%46
%0
%20

Triadic Colors of #606fcd

#606fcd #cd606f #6fcd60

Analogous Colors of #606fcd

#606fcd #8860cd #60a6cd

Monochromatic Colors of #606fcd

#606fcd

Complementary Color

#606fcd #cdbe60

#606fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#606fcd Color CSS Codes

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

#606fcd Text Font Color

<p style="color:#606fcd">Text here</p>

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


#606fcd Background Color

<div style="background-color:#606fcd">
Div content here</div>

This div background color is #606fcd


#606fcd Border Color

<div style="border:3px solid #606fcd">
Div here</div>

This div border color is #606fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,111,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 #606fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606fcd


Comments

No comments written yet.

Please login to write comment.