#6F556E

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

Shades of Salt Box #6F556E

Tints of Salt Box #6F556E

Color information

#6F556E (or 0x6F556E) is unknown color: approx Salt Box. HEX triplet: 6F, 55 and 6E. RGB value is (111,85,110). Sum of RGB (Red+Green+Blue) = 111+85+110=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F556E is #90AA91. Grayscale: #5F5F5F. Windows color (decimal): -9480850 or 7230831. OLE color: 7230831.

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

Color convert

RGB11185110-
CMYK00.230.010.56
HSL302.31º13.27%38.43%-
HSV(B)302.31º23.42%43.53%-
XYZ12.621116.21-
YUV95.62136.11138.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=36.27%
G=27.78%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118511000.230.010.56302.3113.2738.43
Hex6F556E01713812ed26
Octal1571251560271704561546
Binary11011111010101110111001011111110001001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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