Color Hex Logo

#606c8e Color Hex

#606C8E
(96,108,142)
0 Favorites   0 Comments

Color spaces of #606c8e

RGB 96108142
HSL0.620.190.47
HSV224°32°56°
CMYK 0.320.240.00   0.44
XYZ15.068915.164927.7241
Yxy15.16490.26000.2617
Hunter Lab38.94210.9229-14.9509
CIE-Lab45.85923.9799-20.1101

#606c8e color RGB value is (96,108,142).

#606c8e hex color red value is 96, green value is 108 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #606c8e hue: 0.62 , saturation: 0.19 and the lightness value of 606c8e is 0.47.

The process color (four color CMYK) of #606c8e color hex is 0.32, 0.24, 0.00, 0.44. Web safe color of #606c8e is #666699. Color #606c8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 10001110
Octal 140 154 216
Decimal 96 108 142
Hex 60 6C 8E

RGB Percentages of Color #606c8e

%27.75
%31.21
%41.04

CMYK Percentages of Color #606c8e

%32
%24
%0
%44

Triadic Colors of #606c8e

#606c8e #8e606c #6c8e60

Analogous Colors of #606c8e

#606c8e #6b608e #60838e

Monochromatic Colors of #606c8e

#606c8e

Complementary Color

#606c8e #8e8260

#606c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#606c8e Color CSS Codes

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

#606c8e Text Font Color

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

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


#606c8e Background Color

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

This div background color is #606c8e


#606c8e Border Color

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

This div border color is #606c8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606c8e


Comments

No comments written yet.

Please login to write comment.