Color Hex Logo

#606858 Color Hex

#606858
(96,104,88)
0 Favorites   0 Comments

Color spaces of #606858

RGB 9610488
HSL0.250.080.38
HSV90°15°41°
CMYK 0.080.000.15   0.59
XYZ11.535613.092011.1515
Yxy13.09200.32240.3659
Hunter Lab36.1829-6.41177.0549
CIE-Lab42.9015-6.33167.9806

#606858 color RGB value is (96,104,88).

#606858 hex color red value is 96, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #606858 hue: 0.25 , saturation: 0.08 and the lightness value of 606858 is 0.38.

The process color (four color CMYK) of #606858 color hex is 0.08, 0.00, 0.15, 0.59. Web safe color of #606858 is #666666. Color #606858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101000 01011000
Octal 140 150 130
Decimal 96 104 88
Hex 60 68 58

RGB Percentages of Color #606858

%33.33
%36.11
%30.56

CMYK Percentages of Color #606858

%8
%0
%15
%59

Triadic Colors of #606858

#606858 #586068 #685860

Analogous Colors of #606858

#606858 #586858 #686858

Monochromatic Colors of #606858

#606858

Complementary Color

#606858 #605868

#606858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606858 Color CSS Codes

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

#606858 Text Font Color

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

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


#606858 Background Color

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

This div background color is #606858


#606858 Border Color

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

This div border color is #606858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606858

#606858 Color Palettes


Comments

No comments written yet.

Please login to write comment.