#6E5B6C

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

Shades of Salt Box #6E5B6C

Tints of Salt Box #6E5B6C

Color information

#6E5B6C (or 0x6E5B6C) is unknown color: approx Salt Box. HEX triplet: 6E, 5B and 6C. RGB value is (110,91,108). Sum of RGB (Red+Green+Blue) = 110+91+108=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B6C is #91A493. Grayscale: #626262. Windows color (decimal): -9544852 or 7101294. OLE color: 7101294.

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

Color convert

RGB11091108-
CMYK00.170.020.57
HSL306.32º9.45%39.41%-
HSV(B)306.32º17.27%43.14%-
XYZ12.8811.8815.8-
YUV98.62133.29136.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=35.60%
G=29.45%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109110800.170.020.57306.329.4539.41
Hex6E5B6C011239132927
Octal1561331540212714621147
Binary110111010110111101100010001101110011001100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,108); }

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

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

 a { background-color: rgb(110,91,108); }

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

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

 span { border-color: rgb(110,91,108); }

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