#6F5168

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

Shades of Salt Box #6F5168

Tints of Salt Box #6F5168

Color information

#6F5168 (or 0x6F5168) is unknown color: approx Salt Box. HEX triplet: 6F, 51 and 68. RGB value is (111,81,104). Sum of RGB (Red+Green+Blue) = 111+81+104=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5168 is #90AE97. Grayscale: #5C5C5C. Windows color (decimal): -9481880 or 6836591. OLE color: 6836591.

HSL color Cylindrical-coordinate representation of color #6F5168: hue angle of 314º 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 #6F5168 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11181104-
CMYK00.270.060.56
HSL314º15.62%37.65%-
HSV(B)314º27.03%43.53%-
XYZ1210.2614.45-
YUV92.59134.44141.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=37.5%
G=27.36%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118110400.270.060.5631415.6237.65
Hex6F516801B63813a1026
Octal1571211500336704722046
Binary11011111010001110100001101111011100010011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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