#6F5970

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

Shades of Salt Box #6F5970

Tints of Salt Box #6F5970

Color information

#6F5970 (or 0x6F5970) is unknown color: approx Salt Box. HEX triplet: 6F, 59 and 70. RGB value is (111,89,112). Sum of RGB (Red+Green+Blue) = 111+89+112=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5970 is #90A68F. Grayscale: #626262. Windows color (decimal): -9479824 or 7362927. OLE color: 7362927.

HSL color Cylindrical-coordinate representation of color #6F5970: hue angle of 297.39º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5970 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11189112-
CMYK0.010.2100.56
HSL297.39º11.44%39.41%-
HSV(B)297.39º20.54%43.92%-
XYZ13.0511.6916.9-
YUV98.2135.79137.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=35.58%
G=28.53%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111891120.010.2100.56297.3911.4439.41
Hex6F5970115038129b27
Octal1571311601250704511347
Binary11011111011001111000011010101110001001010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,112); }

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

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

 a { background-color: rgb(111,89,112); }

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

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

 span { border-color: rgb(111,89,112); }

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