#6F4C6C

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

Shades of Salt Box #6F4C6C

Tints of Salt Box #6F4C6C

Color information

#6F4C6C (or 0x6F4C6C) is unknown color: approx Salt Box. HEX triplet: 6F, 4C and 6C. RGB value is (111,76,108). Sum of RGB (Red+Green+Blue) = 111+76+108=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C6C is #90B393. Grayscale: #5A5A5A. Windows color (decimal): -9483156 or 7097455. OLE color: 7097455.

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

Color convert

RGB11176108-
CMYK00.320.030.56
HSL305.14º18.72%36.67%-
HSV(B)305.14º31.53%43.53%-
XYZ11.859.6315.42-
YUV90.11138.1142.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=37.63%
G=25.76%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117610800.320.030.56305.1418.7236.67
Hex6F4C6C0203381311325
Octal1571141540403704612345
Binary11011111001100110110001000001111100010011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,108); }

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

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

 a { background-color: rgb(111,76,108); }

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

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

 span { border-color: rgb(111,76,108); }

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