Color Hex Logo

#606388 Color Hex

#606388
(96,99,136)
0 Favorites   0 Comments

Color spaces of #606388

RGB 9699136
HSL0.650.170.45
HSV236°29°53°
CMYK 0.290.270.00   0.47
XYZ13.729613.188125.1145
Yxy13.18810.26390.2535
Hunter Lab36.31543.9327-15.5821
CIE-Lab43.04537.8416-20.8526

#606388 color RGB value is (96,99,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10001000
Octal 140 143 210
Decimal 96 99 136
Hex 60 63 88

RGB Percentages of Color #606388

%29.00
%29.91
%41.09

CMYK Percentages of Color #606388

%29
%27
%0
%47

Triadic Colors of #606388

#606388 #886063 #638860

Analogous Colors of #606388

#606388 #716088 #607788

Monochromatic Colors of #606388

#606388

Complementary Color

#606388 #888560

#606388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606388 Color CSS Codes

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

#606388 Text Font Color

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

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


#606388 Background Color

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

This div background color is #606388


#606388 Border Color

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

This div border color is #606388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606388


Comments

No comments written yet.

Please login to write comment.