Color Hex Logo

#606288 Color Hex

#606288
(96,98,136)
0 Favorites   0 Comments

Color spaces of #606288

RGB 9698136
HSL0.660.170.45
HSV237°29°53°
CMYK 0.290.280.00   0.47
XYZ13.635512.999725.0831
Yxy12.99970.26360.2514
Hunter Lab36.05514.4096-16.0088
CIE-Lab42.76288.4586-21.2886

#606288 color RGB value is (96,98,136).

#606288 hex color red value is 96, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #606288 hue: 0.66 , saturation: 0.17 and the lightness value of 606288 is 0.45.

The process color (four color CMYK) of #606288 color hex is 0.29, 0.28, 0.00, 0.47. Web safe color of #606288 is #666699. Color #606288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 10001000
Octal 140 142 210
Decimal 96 98 136
Hex 60 62 88

RGB Percentages of Color #606288

%29.09
%29.70
%41.21

CMYK Percentages of Color #606288

%29
%28
%0
%47

Triadic Colors of #606288

#606288 #886062 #628860

Analogous Colors of #606288

#606288 #726088 #607688

Monochromatic Colors of #606288

#606288

Complementary Color

#606288 #888660

#606288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606288 Color CSS Codes

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

#606288 Text Font Color

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

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


#606288 Background Color

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

This div background color is #606288


#606288 Border Color

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

This div border color is #606288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,98,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606288;
  -webkit-box-shadow: 1px 1px 3px 2px #606288;
  box-shadow:         1px 1px 3px 2px #606288; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606288


Comments

No comments written yet.

Please login to write comment.