#6E666C

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

Shades of Salt Box #6E666C

Tints of Salt Box #6E666C

Color information

#6E666C (or 0x6E666C) is unknown color: approx Salt Box. HEX triplet: 6E, 66 and 6C. RGB value is (110,102,108). Sum of RGB (Red+Green+Blue) = 110+102+108=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 110 - color contains mainly: red. Hex color #6E666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E666C is #919993. Grayscale: #696969. Windows color (decimal): -9542036 or 7104110. OLE color: 7104110.

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

Color convert

RGB110102108-
CMYK00.070.020.57
HSL315º3.77%41.57%-
HSV(B)315º7.27%43.14%-
XYZ13.8913.916.14-
YUV105.08129.65131.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=34.38%
G=31.88%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11010210800.070.020.573153.7741.57
Hex6E666C0723913b42a
Octal15614615407271473452
Binary110111011001101101100011110111001100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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