#6D6068

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

Shades of Salt Box #6D6068

Tints of Salt Box #6D6068

Color information

#6D6068 (or 0x6D6068) is unknown color: approx Salt Box. HEX triplet: 6D, 60 and 68. RGB value is (109,96,104). Sum of RGB (Red+Green+Blue) = 109+96+104=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6068 is #929F97. Grayscale: #646464. Windows color (decimal): -9609112 or 6840429. OLE color: 6840429.

HSL color Cylindrical-coordinate representation of color #6D6068: hue angle of 323.08º 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 #6D6068 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB10996104-
CMYK00.120.050.57
HSL323.08º6.34%40.2%-
HSV(B)323.08º11.93%42.75%-
XYZ12.9912.6214.85-
YUV100.8129.81133.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=35.28%
G=31.07%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099610400.120.050.57323.086.3440.2
Hex6D60680C539143628
Octal155140150014571503650
Binary11011011100000110100001100101111001101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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