#6E5A6B

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

Shades of Salt Box #6E5A6B

Tints of Salt Box #6E5A6B

Color information

#6E5A6B (or 0x6E5A6B) is unknown color: approx Salt Box. HEX triplet: 6E, 5A and 6B. RGB value is (110,90,107). Sum of RGB (Red+Green+Blue) = 110+90+107=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6B is #91A594. Grayscale: #616161. Windows color (decimal): -9545109 or 7035502. OLE color: 7035502.

HSL color Cylindrical-coordinate representation of color #6E5A6B: hue angle of 309º 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 #6E5A6B is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB11090107-
CMYK00.180.030.57
HSL309º10%39.22%-
HSV(B)309º18.18%43.14%-
XYZ12.7411.6915.49-
YUV97.92133.13136.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=35.83%
G=29.32%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109010700.180.030.573091039.22
Hex6E5A6B012339135a27
Octal1561321530223714651247
Binary110111010110101101011010010111110011001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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