Shades of Mid Grey #666A6D
Tints of Mid Grey #666A6D
RGB
CMYK
RGB Variations
Color information
#666A6D (or 0x666A6D) is known color: 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
| RGB | 102 | 106 | 109 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.57 |
| HSL | 205.71º | 0.03% | 0.41% | - |
| HSV(B) | 205.71º | 0.06% | 0.43% | - |
| XYZ | 13.39 | 14.24 | 16.51 | - |
| YUV | 105.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 109 | 0.06 | 0.03 | 0 | 0.57 | 205.71 | 0.03 | 0.41 |
| Hex | 66 | 6A | 6D | 6 | 3 | 0 | 39 | CE | 3 | 29 |
| Octal | 146 | 152 | 155 | 6 | 3 | 0 | 71 | 316 | 3 | 51 |
| Binary | 1100110 | 1101010 | 1101101 | 110 | 11 | 0 | 111001 | 11001110 | 11 | 101001 |
Color Harmonies of #666A6D
Complementary color
Monochromatic Colors of #666A6D
Black with #666A6D
Text Example
Text Example
White with #666A6D
Text Example
Text Example
HTML Codes & Css Web 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>