#6F5266

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

Shades of Salt Box #6F5266

Tints of Salt Box #6F5266

Color information

#6F5266 (or 0x6F5266) is unknown color: approx Salt Box. HEX triplet: 6F, 52 and 66. RGB value is (111,82,102). Sum of RGB (Red+Green+Blue) = 111+82+102=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5266 is #90AD99. Grayscale: #5C5C5C. Windows color (decimal): -9481626 or 6705775. OLE color: 6705775.

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

Color convert

RGB11182102-
CMYK00.260.080.56
HSL318.62º15.03%37.84%-
HSV(B)318.62º26.13%43.53%-
XYZ11.9710.3713.94-
YUV92.95133.11140.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=37.63%
G=27.80%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118210200.260.080.56318.6215.0337.84
Hex6F526601A83813ff26
Octal15712214603210704771746
Binary11011111010010110011001101010001110001001111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,102); }

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

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

 a { background-color: rgb(111,82,102); }

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

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

 span { border-color: rgb(111,82,102); }

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