#6E546C

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

Shades of Salt Box #6E546C

Tints of Salt Box #6E546C

Color information

#6E546C (or 0x6E546C) is unknown color: approx Salt Box. HEX triplet: 6E, 54 and 6C. RGB value is (110,84,108). Sum of RGB (Red+Green+Blue) = 110+84+108=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E546C is #91AB93. Grayscale: #5E5E5E. Windows color (decimal): -9546644 or 7099502. OLE color: 7099502.

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

Color convert

RGB11084108-
CMYK00.240.020.57
HSL304.62º13.4%38.04%-
HSV(B)304.62º23.64%43.14%-
XYZ12.3110.7415.61-
YUV94.51135.61139.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=36.42%
G=27.81%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108410800.240.020.57304.6213.438.04
Hex6E546C018239131d26
Octal1561241540302714611546
Binary110111010101001101100011000101110011001100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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