#6E556D

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

Shades of Salt Box #6E556D

Tints of Salt Box #6E556D

Color information

#6E556D (or 0x6E556D) is unknown color: approx Salt Box. HEX triplet: 6E, 55 and 6D. RGB value is (110,85,109). Sum of RGB (Red+Green+Blue) = 110+85+109=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E556D is #91AA92. Grayscale: #5F5F5F. Windows color (decimal): -9546387 or 7165294. OLE color: 7165294.

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

Color convert

RGB11085109-
CMYK00.230.010.57
HSL302.4º12.82%38.24%-
HSV(B)302.4º22.73%43.14%-
XYZ12.4410.9215.92-
YUV95.21135.78138.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=36.18%
G=27.96%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108510900.230.010.57302.412.8238.24
Hex6E556D01713912ed26
Octal1561251550271714561546
Binary11011101010101110110101011111110011001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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