Color Hex Logo

#606387 Color Hex

#606387
(96,99,135)
0 Favorites   0 Comments

Color spaces of #606387

RGB 9699135
HSL0.650.170.45
HSV235°29°53°
CMYK 0.290.270.00   0.47
XYZ13.658913.159724.7419
Yxy13.15970.26490.2552
Hunter Lab36.27633.7260-15.0448
CIE-Lab43.00297.5733-20.3162

#606387 color RGB value is (96,99,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10000111
Octal 140 143 207
Decimal 96 99 135
Hex 60 63 87

RGB Percentages of Color #606387

%29.09
%30.00
%40.91

CMYK Percentages of Color #606387

%29
%27
%0
%47

Triadic Colors of #606387

#606387 #876063 #638760

Analogous Colors of #606387

#606387 #716087 #607787

Monochromatic Colors of #606387

#606387

Complementary Color

#606387 #878460

#606387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606387 Color CSS Codes

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

#606387 Text Font Color

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

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


#606387 Background Color

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

This div background color is #606387


#606387 Border Color

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

This div border color is #606387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606387


Comments

No comments written yet.

Please login to write comment.