#6F4A6A

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

Shades of Salt Box #6F4A6A

Tints of Salt Box #6F4A6A

Color information

#6F4A6A (or 0x6F4A6A) is unknown color: approx Salt Box. HEX triplet: 6F, 4A and 6A. RGB value is (111,74,106). Sum of RGB (Red+Green+Blue) = 111+74+106=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A6A is #90B595. Grayscale: #585858. Windows color (decimal): -9483670 or 6965871. OLE color: 6965871.

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

Color convert

RGB11174106-
CMYK00.330.050.56
HSL308.11º20%36.27%-
HSV(B)308.11º33.33%43.53%-
XYZ11.619.3214.82-
YUV88.71137.76143.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=38.14%
G=25.43%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117410600.330.050.56308.112036.27
Hex6F4A6A0215381341424
Octal1571121520415704642444
Binary110111110010101101010010000110111100010011010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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