Color Hex Logo

#606268 Color Hex

#606268
(96,98,104)
0 Favorites   0 Comments

Color spaces of #606268

RGB 9698104
HSL0.630.040.39
HSV225°41°
CMYK 0.080.060.00   0.59
XYZ11.690212.221614.8396
Yxy12.22160.30170.3154
Hunter Lab34.9594-1.4897-0.6959
CIE-Lab41.56620.5253-3.6721

#606268 color RGB value is (96,98,104).

#606268 hex color red value is 96, green value is 98 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #606268 hue: 0.63 , saturation: 0.04 and the lightness value of 606268 is 0.39.

The process color (four color CMYK) of #606268 color hex is 0.08, 0.06, 0.00, 0.59. Web safe color of #606268 is #666666. Color #606268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 01101000
Octal 140 142 150
Decimal 96 98 104
Hex 60 62 68

RGB Percentages of Color #606268

%32.21
%32.89
%34.90

CMYK Percentages of Color #606268

%8
%6
%0
%59

Triadic Colors of #606268

#606268 #686062 #626860

Analogous Colors of #606268

#606268 #626068 #606668

Monochromatic Colors of #606268

#606268

Complementary Color

#606268 #686660

#606268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606268 Color CSS Codes

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

#606268 Text Font Color

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

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


#606268 Background Color

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

This div background color is #606268


#606268 Border Color

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

This div border color is #606268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606268

#606268 Color Palettes


Comments

No comments written yet.

Please login to write comment.