#6E516B

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

Shades of Salt Box #6E516B

Tints of Salt Box #6E516B

Color information

#6E516B (or 0x6E516B) is unknown color: approx Salt Box. HEX triplet: 6E, 51 and 6B. RGB value is (110,81,107). Sum of RGB (Red+Green+Blue) = 110+81+107=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E516B is #91AE94. Grayscale: #5C5C5C. Windows color (decimal): -9547413 or 7033198. OLE color: 7033198.

HSL color Cylindrical-coordinate representation of color #6E516B: hue angle of 306.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E516B is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB11081107-
CMYK00.260.030.57
HSL306.21º15.18%37.45%-
HSV(B)306.21º26.36%43.14%-
XYZ12.0310.2615.26-
YUV92.64136.11140.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=36.91%
G=27.18%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108110700.260.030.57306.2115.1837.45
Hex6E516B01A339132f25
Octal1561211530323714621745
Binary110111010100011101011011010111110011001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,107); }

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

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

 a { background-color: rgb(110,81,107); }

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

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

 span { border-color: rgb(110,81,107); }

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