#6F5169

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

Shades of Salt Box #6F5169

Tints of Salt Box #6F5169

Color information

#6F5169 (or 0x6F5169) is unknown color: approx Salt Box. HEX triplet: 6F, 51 and 69. RGB value is (111,81,105). Sum of RGB (Red+Green+Blue) = 111+81+105=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5169 is #90AE96. Grayscale: #5C5C5C. Windows color (decimal): -9481879 or 6902127. OLE color: 6902127.

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

Color convert

RGB11181105-
CMYK00.270.050.56
HSL312º15.62%37.65%-
HSV(B)312º27.03%43.53%-
XYZ12.0510.2814.71-
YUV92.71134.94141.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=37.37%
G=27.27%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118110500.270.050.5631215.6237.65
Hex6F516901B5381381026
Octal1571211510335704702046
Binary11011111010001110100101101110111100010011100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,105); }

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

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

 a { background-color: rgb(111,81,105); }

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

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

 span { border-color: rgb(111,81,105); }

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