#666A6D

Color #666A6D Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #666A6D

Tints of Mid Grey #666A6D

Color information

#666A6D (or 0x666A6D) is unknown color: approx Mid Grey. HEX triplet: 66, 6A and 6D. RGB value is (102,106,109). Sum of RGB (Red+Green+Blue) = 102+106+109=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #666A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A6D is #999592. Grayscale: #696969. Windows color (decimal): -10065299 or 7170662. OLE color: 7170662.

HSL color Cylindrical-coordinate representation of color #666A6D: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666A6D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102106109-
CMYK0.060.0300.57
HSL205.71º3.32%41.37%-
HSV(B)205.71º6.42%42.75%-
XYZ13.3914.2416.51-
YUV105.15130.17125.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=32.18%
G=33.44%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021061090.060.0300.57205.713.3241.37
Hex666A6D63039ce329
Octal14615215563071316351
Binary1100110110101011011011101101110011100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A6D; }

 p { color: rgb(102,106,109); }

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

<style>
 a { background-color: #666A6D; }

 a { background-color: rgb(102,106,109); }

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

<style>
 span { border-color: #666A6D; }

 span { border-color: rgb(102,106,109); }

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