#6F4D6A

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

Shades of Salt Box #6F4D6A

Tints of Salt Box #6F4D6A

Color information

#6F4D6A (or 0x6F4D6A) is unknown color: approx Salt Box. HEX triplet: 6F, 4D and 6A. RGB value is (111,77,106). Sum of RGB (Red+Green+Blue) = 111+77+106=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D6A is #90B295. Grayscale: #5A5A5A. Windows color (decimal): -9482902 or 6966639. OLE color: 6966639.

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

Color convert

RGB11177106-
CMYK00.310.050.56
HSL308.82º18.09%36.86%-
HSV(B)308.82º30.63%43.53%-
XYZ11.819.7314.89-
YUV90.47136.76142.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=37.76%
G=26.19%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117710600.310.050.56308.8218.0936.86
Hex6F4D6A01F5381351225
Octal1571151520375704652245
Binary11011111001101110101001111110111100010011010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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