Color Hex Logo

#60664b Color Hex

#60664B
(96,102,75)
0 Favorites   0 Comments

Color spaces of #60664b

RGB 9610275
HSL0.200.150.35
HSV73°26°40°
CMYK 0.060.000.26   0.60
XYZ10.845212.49758.4973
Yxy12.49750.34060.3925
Hunter Lab35.3518-7.105610.4951
CIE-Lab41.9961-7.469614.5253

#60664b color RGB value is (96,102,75).

#60664b hex color red value is 96, green value is 102 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #60664b hue: 0.20 , saturation: 0.15 and the lightness value of 60664b is 0.35.

The process color (four color CMYK) of #60664b color hex is 0.06, 0.00, 0.26, 0.60. Web safe color of #60664b is #666633. Color #60664b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 01001011
Octal 140 146 113
Decimal 96 102 75
Hex 60 66 4B

RGB Percentages of Color #60664b

%35.16
%37.36
%27.47

CMYK Percentages of Color #60664b

%6
%0
%26
%60

Triadic Colors of #60664b

#60664b #4b6066 #664b60

Analogous Colors of #60664b

#60664b #53664b #665f4b

Monochromatic Colors of #60664b

#60664b

Complementary Color

#60664b #514b66

#60664b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60664b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60664b Color CSS Codes

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

#60664b Text Font Color

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

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


#60664b Background Color

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

This div background color is #60664b


#60664b Border Color

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

This div border color is #60664b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60664b


Comments

No comments written yet.

Please login to write comment.