#6F586E

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

Shades of Salt Box #6F586E

Tints of Salt Box #6F586E

Color information

#6F586E (or 0x6F586E) is unknown color: approx Salt Box. HEX triplet: 6F, 58 and 6E. RGB value is (111,88,110). Sum of RGB (Red+Green+Blue) = 111+88+110=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586E is #90A791. Grayscale: #616161. Windows color (decimal): -9480082 or 7231599. OLE color: 7231599.

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

Color convert

RGB11188110-
CMYK00.210.010.56
HSL302.61º11.56%39.02%-
HSV(B)302.61º20.72%43.53%-
XYZ12.8611.4816.29-
YUV97.38135.12137.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=35.92%
G=28.48%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118811000.210.010.56302.6111.5639.02
Hex6F586E01513812fc27
Octal1571301560251704571447
Binary11011111011000110111001010111110001001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,110); }

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

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

 a { background-color: rgb(111,88,110); }

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

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

 span { border-color: rgb(111,88,110); }

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