#6D6069

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

Shades of Salt Box #6D6069

Tints of Salt Box #6D6069

Color information

#6D6069 (or 0x6D6069) is unknown color: approx Salt Box. HEX triplet: 6D, 60 and 69. RGB value is (109,96,105). Sum of RGB (Red+Green+Blue) = 109+96+105=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6069 is #929F96. Grayscale: #646464. Windows color (decimal): -9609111 or 6905965. OLE color: 6905965.

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

Color convert

RGB10996105-
CMYK00.120.040.57
HSL318.46º6.34%40.2%-
HSV(B)318.46º11.93%42.75%-
XYZ13.0412.6415.12-
YUV100.91130.31133.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=35.16%
G=30.97%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099610500.120.040.57318.466.3440.2
Hex6D60690C43913e628
Octal155140151014471476650
Binary11011011100000110100101100100111001100111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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