#6E5A6C

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

Shades of Salt Box #6E5A6C

Tints of Salt Box #6E5A6C

Color information

#6E5A6C (or 0x6E5A6C) is unknown color: approx Salt Box. HEX triplet: 6E, 5A and 6C. RGB value is (110,90,108). Sum of RGB (Red+Green+Blue) = 110+90+108=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6C is #91A593. Grayscale: #616161. Windows color (decimal): -9545108 or 7101038. OLE color: 7101038.

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

Color convert

RGB11090108-
CMYK00.180.020.57
HSL306º10%39.22%-
HSV(B)306º18.18%43.14%-
XYZ12.7911.7115.77-
YUV98.03133.63136.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=35.71%
G=29.22%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109010800.180.020.573061039.22
Hex6E5A6C012239132a27
Octal1561321540222714621247
Binary110111010110101101100010010101110011001100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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