#6F5769

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

Shades of Salt Box #6F5769

Tints of Salt Box #6F5769

Color information

#6F5769 (or 0x6F5769) is unknown color: approx Salt Box. HEX triplet: 6F, 57 and 69. RGB value is (111,87,105). Sum of RGB (Red+Green+Blue) = 111+87+105=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5769 is #90A896. Grayscale: #606060. Windows color (decimal): -9480343 or 6903663. OLE color: 6903663.

HSL color Cylindrical-coordinate representation of color #6F5769: hue angle of 315º degrees, saturation: 0.12, 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 #6F5769 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11187105-
CMYK00.220.050.56
HSL315º12.12%38.82%-
HSV(B)315º21.62%43.53%-
XYZ12.5111.2214.87-
YUV96.23132.95138.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=36.63%
G=28.71%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118710500.220.050.5631512.1238.82
Hex6F576901653813bc27
Octal1571271510265704731447
Binary1101111101011111010010101101011110001001110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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