#6D606C

Color #6D606C Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6D606C

Tints of Salt Box #6D606C

Color information

#6D606C (or 0x6D606C) is unknown color: approx Salt Box. HEX triplet: 6D, 60 and 6C. RGB value is (109,96,108). Sum of RGB (Red+Green+Blue) = 109+96+108=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D606C is #929F93. Grayscale: #656565. Windows color (decimal): -9609108 or 7102573. OLE color: 7102573.

HSL color Cylindrical-coordinate representation of color #6D606C: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D606C is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10996108-
CMYK00.120.010.57
HSL304.62º6.34%40.2%-
HSV(B)304.62º11.93%42.75%-
XYZ13.212.715.94-
YUV101.26131.81133.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=34.82%
G=30.67%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099610800.120.010.57304.626.3440.2
Hex6D606C0C139131628
Octal155140154014171461650
Binary110110111000001101100011001111001100110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D606C; }

 p { color: rgb(109,96,108); }

 H1.HeaderClassName
 {
   color: #6D606C;
 }
 .AnyTagClassName
 {
   color: #6D606C;
 }
</style>
background-color css

<style>
 a { background-color: #6D606C; }

 a { background-color: rgb(109,96,108); }

 div.DivClassName
 {
   background-color: #6D606C;
 }
 .BgClassName
 {
   background-color: #6D606C;
 }
</style>
border-color css

<style>
 span { border-color: #6D606C; }

 span { border-color: rgb(109,96,108); }

 td.TdClassName
 {
   border-color: #6D606C;
 }
 .TagClassName
 {
   border-color: #6D606C;
 }
</style>