#6F496A

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

Shades of Salt Box #6F496A

Tints of Salt Box #6F496A

Color information

#6F496A (or 0x6F496A) is unknown color: approx Salt Box. HEX triplet: 6F, 49 and 6A. RGB value is (111,73,106). Sum of RGB (Red+Green+Blue) = 111+73+106=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F496A is #90B695. Grayscale: #585858. Windows color (decimal): -9483926 or 6965615. OLE color: 6965615.

HSL color Cylindrical-coordinate representation of color #6F496A: hue angle of 307.89º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F496A is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11173106-
CMYK00.340.050.56
HSL307.89º20.65%36.08%-
HSV(B)307.89º34.23%43.53%-
XYZ11.549.1914.8-
YUV88.12138.09144.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=38.28%
G=25.17%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117310600.340.050.56307.8920.6536.08
Hex6F496A0225381341524
Octal1571111520425704642544
Binary110111110010011101010010001010111100010011010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,106); }

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

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

 a { background-color: rgb(111,73,106); }

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

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

 span { border-color: rgb(111,73,106); }

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