#6E4C66

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

Shades of Salt Box #6E4C66

Tints of Salt Box #6E4C66

Color information

#6E4C66 (or 0x6E4C66) is unknown color: approx Salt Box. HEX triplet: 6E, 4C and 66. RGB value is (110,76,102). Sum of RGB (Red+Green+Blue) = 110+76+102=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4C66 is #91B399. Grayscale: #595959. Windows color (decimal): -9548698 or 6704238. OLE color: 6704238.

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

Color convert

RGB11076102-
CMYK00.310.070.57
HSL314.12º18.28%36.47%-
HSV(B)314.12º30.91%43.14%-
XYZ11.419.4413.79-
YUV89.13135.26142.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=38.19%
G=26.39%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107610200.310.070.57314.1218.2836.47
Hex6E4C6601F73913a1224
Octal1561141460377714722244
Binary11011101001100110011001111111111100110011101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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