Color Hex Logo

#606385 Color Hex

#606385
(96,99,133)
0 Favorites   0 Comments

Color spaces of #606385

RGB 9699133
HSL0.650.160.45
HSV235°28°52°
CMYK 0.280.260.00   0.48
XYZ13.519313.103924.0071
Yxy13.10390.26700.2588
Hunter Lab36.19933.3153-13.9811
CIE-Lab42.91947.0380-19.2398

#606385 color RGB value is (96,99,133).

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

The process color (four color CMYK) of #606385 color hex is 0.28, 0.26, 0.00, 0.48. Web safe color of #606385 is #666699. Color #606385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10000101
Octal 140 143 205
Decimal 96 99 133
Hex 60 63 85

RGB Percentages of Color #606385

%29.27
%30.18
%40.55

CMYK Percentages of Color #606385

%28
%26
%0
%48

Triadic Colors of #606385

#606385 #856063 #638560

Analogous Colors of #606385

#606385 #706085 #607685

Monochromatic Colors of #606385

#606385

Complementary Color

#606385 #858260

#606385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606385 Color CSS Codes

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

#606385 Text Font Color

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

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


#606385 Background Color

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

This div background color is #606385


#606385 Border Color

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

This div border color is #606385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606385


Comments

No comments written yet.

Please login to write comment.