Shades of Mid Grey #666E73
Tints of Mid Grey #666E73
RGB
CMYK
RGB Variations
Color information
#666E73 (or 0x666E73) is known color: Mid Grey. HEX triplet: 66, 6E and 73. RGB value is (102,110,115). Sum of RGB (Red+Green+Blue) = 102+110+115=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #666E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E73 is #99918C. Grayscale: #6C6C6C. Windows color (decimal): -10064269 or 7564902. OLE color: 7564902.
HSL color Cylindrical-coordinate representation of color #666E73: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666E73 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 110 | 115 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.55 |
| HSL | 203.08º | 0.06% | 0.43% | - |
| HSV(B) | 203.08º | 0.11% | 0.45% | - |
| XYZ | 14.15 | 15.21 | 18.41 | - |
| YUV | 108.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 115 | 0.11 | 0.04 | 0 | 0.55 | 203.08 | 0.06 | 0.43 |
| Hex | 66 | 6E | 73 | B | 4 | 0 | 37 | CB | 6 | 2B |
| Octal | 146 | 156 | 163 | 13 | 4 | 0 | 67 | 313 | 6 | 53 |
| Binary | 1100110 | 1101110 | 1110011 | 1011 | 100 | 0 | 110111 | 11001011 | 110 | 101011 |
Color Harmonies of #666E73
Complementary color
Monochromatic Colors of #666E73
Black with #666E73
Text Example
Text Example
White with #666E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E73; }
p { color: rgb(102,110,115); }
H1.HeaderClassName
{
color: #666E73;
}
.AnyTagClassName
{
color: #666E73;
}
</style>
background-color css
<style>
a { background-color: #666E73; }
a { background-color: rgb(102,110,115); }
div.DivClassName
{
background-color: #666E73;
}
.BgClassName
{
background-color: #666E73;
}
</style>
border-color css
<style>
span { border-color: #666E73; }
span { border-color: rgb(102,110,115); }
td.TdClassName
{
border-color: #666E73;
}
.TagClassName
{
border-color: #666E73;
}
</style>