Color Hex Logo

#606655 Color Hex

#606655
(96,102,85)
0 Favorites   0 Comments

Color spaces of #606655

RGB 9610285
HSL0.230.090.37
HSV81°17°40°
CMYK 0.060.000.17   0.60
XYZ11.214912.645410.4440
Yxy12.64540.32690.3686
Hunter Lab35.5604-5.93607.4789
CIE-Lab42.2240-5.72698.8347

#606655 color RGB value is (96,102,85).

#606655 hex color red value is 96, green value is 102 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #606655 hue: 0.23 , saturation: 0.09 and the lightness value of 606655 is 0.37.

The process color (four color CMYK) of #606655 color hex is 0.06, 0.00, 0.17, 0.60. Web safe color of #606655 is #666666. Color #606655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 01010101
Octal 140 146 125
Decimal 96 102 85
Hex 60 66 55

RGB Percentages of Color #606655

%33.92
%36.04
%30.04

CMYK Percentages of Color #606655

%6
%0
%17
%60

Triadic Colors of #606655

#606655 #556066 #665560

Analogous Colors of #606655

#606655 #586655 #666455

Monochromatic Colors of #606655

#606655

Complementary Color

#606655 #5b5566

#606655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606655 Color CSS Codes

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

#606655 Text Font Color

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

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


#606655 Background Color

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

This div background color is #606655


#606655 Border Color

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

This div border color is #606655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606655


Comments

No comments written yet.

Please login to write comment.