#6E5869

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

Shades of Salt Box #6E5869

Tints of Salt Box #6E5869

Color information

#6E5869 (or 0x6E5869) is unknown color: approx Salt Box. HEX triplet: 6E, 58 and 69. RGB value is (110,88,105). Sum of RGB (Red+Green+Blue) = 110+88+105=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5869 is #91A796. Grayscale: #606060. Windows color (decimal): -9545623 or 6903918. OLE color: 6903918.

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

Color convert

RGB11088105-
CMYK00.20.050.57
HSL313.64º11.11%38.82%-
HSV(B)313.64º20%43.14%-
XYZ12.4711.3114.89-
YUV96.52132.79137.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=36.30%
G=29.04%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108810500.20.050.57313.6411.1138.82
Hex6E586901453913ab27
Octal1561301510245714721347
Binary1101110101100011010010101001011110011001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,105); }

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

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

 a { background-color: rgb(110,88,105); }

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

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

 span { border-color: rgb(110,88,105); }

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