#6E536D

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

Shades of Salt Box #6E536D

Tints of Salt Box #6E536D

Color information

#6E536D (or 0x6E536D) is unknown color: approx Salt Box. HEX triplet: 6E, 53 and 6D. RGB value is (110,83,109). Sum of RGB (Red+Green+Blue) = 110+83+109=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E536D is #91AC92. Grayscale: #5D5D5D. Windows color (decimal): -9546899 or 7164782. OLE color: 7164782.

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

Color convert

RGB11083109-
CMYK00.250.010.57
HSL302.22º13.99%37.84%-
HSV(B)302.22º24.55%43.14%-
XYZ12.2810.6115.87-
YUV94.04136.45139.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=36.42%
G=27.48%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108310900.250.010.57302.2213.9937.84
Hex6E536D01913912ee26
Octal1561231550311714561646
Binary11011101010011110110101100111110011001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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