#6E4F66

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

Shades of Salt Box #6E4F66

Tints of Salt Box #6E4F66

Color information

#6E4F66 (or 0x6E4F66) is unknown color: approx Salt Box. HEX triplet: 6E, 4F and 66. RGB value is (110,79,102). Sum of RGB (Red+Green+Blue) = 110+79+102=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F66 is #91B099. Grayscale: #5A5A5A. Windows color (decimal): -9547930 or 6705006. OLE color: 6705006.

HSL color Cylindrical-coordinate representation of color #6E4F66: hue angle of 315.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E4F66 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB11079102-
CMYK00.280.070.57
HSL315.48º16.4%37.06%-
HSV(B)315.48º28.18%43.14%-
XYZ11.629.8713.86-
YUV90.89134.27141.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.80%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=37.80%
G=27.15%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107910200.280.070.57315.4816.437.06
Hex6E4F6601C73913b1025
Octal1561171460347714732045
Binary11011101001111110011001110011111100110011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,102); }

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

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

 a { background-color: rgb(110,79,102); }

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

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

 span { border-color: rgb(110,79,102); }

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