#6E536C

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

Shades of Salt Box #6E536C

Tints of Salt Box #6E536C

Color information

#6E536C (or 0x6E536C) is unknown color: approx Salt Box. HEX triplet: 6E, 53 and 6C. RGB value is (110,83,108). Sum of RGB (Red+Green+Blue) = 110+83+108=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E536C is #91AC93. Grayscale: #5D5D5D. Windows color (decimal): -9546900 or 7099246. OLE color: 7099246.

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

Color convert

RGB11083108-
CMYK00.250.020.57
HSL304.44º13.99%37.84%-
HSV(B)304.44º24.55%43.14%-
XYZ12.2310.5815.59-
YUV93.92135.95139.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=36.54%
G=27.57%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108310800.250.020.57304.4413.9937.84
Hex6E536C019239130e26
Octal1561231540312714601646
Binary110111010100111101100011001101110011001100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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