#6F536C

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

Shades of Salt Box #6F536C

Tints of Salt Box #6F536C

Color information

#6F536C (or 0x6F536C) is unknown color: approx Salt Box. HEX triplet: 6F, 53 and 6C. RGB value is (111,83,108). Sum of RGB (Red+Green+Blue) = 111+83+108=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F536C is #90AC93. Grayscale: #5E5E5E. Windows color (decimal): -9481364 or 7099247. OLE color: 7099247.

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

Color convert

RGB11183108-
CMYK00.250.030.56
HSL306.43º14.43%38.04%-
HSV(B)306.43º25.23%43.53%-
XYZ12.3610.6515.59-
YUV94.22135.78139.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=36.75%
G=27.48%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118310800.250.030.56306.4314.4338.04
Hex6F536C019338132e26
Octal1571231540313704621646
Binary110111110100111101100011001111110001001100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,108); }

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

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

 a { background-color: rgb(111,83,108); }

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

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

 span { border-color: rgb(111,83,108); }

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