Shades of Mid Grey #666C73
Tints of Mid Grey #666C73
RGB
CMYK
RGB Variations
Color information
#666C73 (or 0x666C73) is known color: Mid Grey. HEX triplet: 66, 6C and 73. RGB value is (102,108,115). Sum of RGB (Red+Green+Blue) = 102+108+115=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #666C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C73 is #99938C. Grayscale: #6A6A6A. Windows color (decimal): -10064781 or 7564390. OLE color: 7564390.
HSL color Cylindrical-coordinate representation of color #666C73: hue angle of 212.31º 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 #666C73 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 108 | 115 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.55 |
| HSL | 212.31º | 0.06% | 0.43% | - |
| HSV(B) | 212.31º | 0.11% | 0.45% | - |
| XYZ | 13.94 | 14.79 | 18.34 | - |
| YUV | 107 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 115 | 0.11 | 0.06 | 0 | 0.55 | 212.31 | 0.06 | 0.43 |
| Hex | 66 | 6C | 73 | B | 6 | 0 | 37 | D4 | 6 | 2B |
| Octal | 146 | 154 | 163 | 13 | 6 | 0 | 67 | 324 | 6 | 53 |
| Binary | 1100110 | 1101100 | 1110011 | 1011 | 110 | 0 | 110111 | 11010100 | 110 | 101011 |
Color Harmonies of #666C73
Complementary color
Monochromatic Colors of #666C73
Black with #666C73
Text Example
Text Example
White with #666C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C73; }
p { color: rgb(102,108,115); }
H1.HeaderClassName
{
color: #666C73;
}
.AnyTagClassName
{
color: #666C73;
}
</style>
background-color css
<style>
a { background-color: #666C73; }
a { background-color: rgb(102,108,115); }
div.DivClassName
{
background-color: #666C73;
}
.BgClassName
{
background-color: #666C73;
}
</style>
border-color css
<style>
span { border-color: #666C73; }
span { border-color: rgb(102,108,115); }
td.TdClassName
{
border-color: #666C73;
}
.TagClassName
{
border-color: #666C73;
}
</style>