#6F5770

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

Shades of Salt Box #6F5770

Tints of Salt Box #6F5770

Color information

#6F5770 (or 0x6F5770) is unknown color: approx Salt Box. HEX triplet: 6F, 57 and 70. RGB value is (111,87,112). Sum of RGB (Red+Green+Blue) = 111+87+112=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5770 is #90A88F. Grayscale: #606060. Windows color (decimal): -9480336 or 7362415. OLE color: 7362415.

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

Color convert

RGB11187112-
CMYK0.010.2200.56
HSL297.6º12.56%39.02%-
HSV(B)297.6º22.32%43.92%-
XYZ12.8911.3716.84-
YUV97.03136.45137.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=35.81%
G=28.06%
B=36.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111871120.010.2200.56297.612.5639.02
Hex6F577011603812ad27
Octal1571271601260704521547
Binary11011111010111111000011011001110001001010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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