#6E586D

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

Shades of Salt Box #6E586D

Tints of Salt Box #6E586D

Color information

#6E586D (or 0x6E586D) is unknown color: approx Salt Box. HEX triplet: 6E, 58 and 6D. RGB value is (110,88,109). Sum of RGB (Red+Green+Blue) = 110+88+109=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E586D is #91A792. Grayscale: #606060. Windows color (decimal): -9545619 or 7166062. OLE color: 7166062.

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

Color convert

RGB11088109-
CMYK00.20.010.57
HSL302.73º11.11%38.82%-
HSV(B)302.73º20%43.14%-
XYZ12.6811.416-
YUV96.97134.79137.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=35.83%
G=28.66%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108810900.20.010.57302.7311.1138.82
Hex6E586D01413912fb27
Octal1561301550241714571347
Binary11011101011000110110101010011110011001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,109); }

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

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

 a { background-color: rgb(110,88,109); }

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

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

 span { border-color: rgb(110,88,109); }

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