#6E5269

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

Shades of Salt Box #6E5269

Tints of Salt Box #6E5269

Color information

#6E5269 (or 0x6E5269) is unknown color: approx Salt Box. HEX triplet: 6E, 52 and 69. RGB value is (110,82,105). Sum of RGB (Red+Green+Blue) = 110+82+105=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5269 is #91AD96. Grayscale: #5C5C5C. Windows color (decimal): -9547159 or 6902382. OLE color: 6902382.

HSL color Cylindrical-coordinate representation of color #6E5269: hue angle of 310.71º degrees, saturation: 0.15, 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 #6E5269 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB11082105-
CMYK00.250.050.57
HSL310.71º14.58%37.65%-
HSV(B)310.71º25.45%43.14%-
XYZ1210.3714.73-
YUV92.99134.78140.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=37.04%
G=27.61%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108210500.250.050.57310.7114.5837.65
Hex6E5269019539137f26
Octal1561221510315714671746
Binary1101110101001011010010110011011110011001101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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