#6F506E

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

Shades of Salt Box #6F506E

Tints of Salt Box #6F506E

Color information

#6F506E (or 0x6F506E) is unknown color: approx Salt Box. HEX triplet: 6F, 50 and 6E. RGB value is (111,80,110). Sum of RGB (Red+Green+Blue) = 111+80+110=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F506E is #90AF91. Grayscale: #5C5C5C. Windows color (decimal): -9482130 or 7229551. OLE color: 7229551.

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

Color convert

RGB11180110-
CMYK00.280.010.56
HSL301.94º16.23%37.45%-
HSV(B)301.94º27.93%43.53%-
XYZ12.2410.2416.08-
YUV92.69137.77141.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=36.88%
G=26.58%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118011000.280.010.56301.9416.2337.45
Hex6F506E01C13812e1025
Octal1571201560341704562045
Binary110111110100001101110011100111100010010111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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