Color Hex Logo

#606269 Color Hex

#606269
(96,98,105)
0 Favorites   0 Comments

Color spaces of #606269

RGB 9698105
HSL0.630.040.39
HSV227°41°
CMYK 0.090.070.00   0.59
XYZ11.741412.242115.1087
Yxy12.24210.30040.3132
Hunter Lab34.9887-1.3298-1.1103
CIE-Lab41.59830.7492-4.2351

#606269 color RGB value is (96,98,105).

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

The process color (four color CMYK) of #606269 color hex is 0.09, 0.07, 0.00, 0.59. Web safe color of #606269 is #666666. Color #606269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 01101001
Octal 140 142 151
Decimal 96 98 105
Hex 60 62 69

RGB Percentages of Color #606269

%32.11
%32.78
%35.12

CMYK Percentages of Color #606269

%9
%7
%0
%59

Triadic Colors of #606269

#606269 #696062 #626960

Analogous Colors of #606269

#606269 #636069 #606769

Monochromatic Colors of #606269

#606269

Complementary Color

#606269 #696760

#606269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606269 Color CSS Codes

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

#606269 Text Font Color

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

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


#606269 Background Color

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

This div background color is #606269


#606269 Border Color

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

This div border color is #606269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606269


Comments

No comments written yet.

Please login to write comment.