Color Hex Logo

#606676 Color Hex

#606676
(96,102,118)
0 Favorites   0 Comments

Color spaces of #606676

RGB 96102118
HSL0.620.100.42
HSV224°19°46°
CMYK 0.190.140.00   0.54
XYZ12.845313.297519.0292
Yxy13.29750.28440.2944
Hunter Lab36.4657-0.9372-5.4137
CIE-Lab43.20811.3819-9.7363

#606676 color RGB value is (96,102,118).

#606676 hex color red value is 96, green value is 102 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #606676 hue: 0.62 , saturation: 0.10 and the lightness value of 606676 is 0.42.

The process color (four color CMYK) of #606676 color hex is 0.19, 0.14, 0.00, 0.54. Web safe color of #606676 is #666666. Color #606676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 01110110
Octal 140 146 166
Decimal 96 102 118
Hex 60 66 76

RGB Percentages of Color #606676

%30.38
%32.28
%37.34

CMYK Percentages of Color #606676

%19
%14
%0
%54

Triadic Colors of #606676

#606676 #766066 #667660

Analogous Colors of #606676

#606676 #656076 #607176

Monochromatic Colors of #606676

#606676

Complementary Color

#606676 #767060

#606676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606676 Color CSS Codes

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

#606676 Text Font Color

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

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


#606676 Background Color

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

This div background color is #606676


#606676 Border Color

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

This div border color is #606676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606676


Comments

No comments written yet.

Please login to write comment.