Shades of Shuttle Grey #666B72
Tints of Shuttle Grey #666B72
RGB
CMYK
RGB Variations
Color information
#666B72 (or 0x666B72) is known color: Shuttle Grey. HEX triplet: 66, 6B and 72. RGB value is (102,107,114). Sum of RGB (Red+Green+Blue) = 102+107+114=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #666B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B72 is #99948D. Grayscale: #6A6A6A. Windows color (decimal): -10065038 or 7498598. OLE color: 7498598.
HSL color Cylindrical-coordinate representation of color #666B72: hue angle of 215º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666B72 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 107 | 114 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.55 |
| HSL | 215º | 0.06% | 0.42% | - |
| HSV(B) | 215º | 0.11% | 0.45% | - |
| XYZ | 13.77 | 14.56 | 18 | - |
| YUV | 106.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 114 | 0.11 | 0.06 | 0 | 0.55 | 215 | 0.06 | 0.42 |
| Hex | 66 | 6B | 72 | B | 6 | 0 | 37 | D7 | 6 | 2A |
| Octal | 146 | 153 | 162 | 13 | 6 | 0 | 67 | 327 | 6 | 52 |
| Binary | 1100110 | 1101011 | 1110010 | 1011 | 110 | 0 | 110111 | 11010111 | 110 | 101010 |
Color Harmonies of #666B72
Complementary color
Monochromatic Colors of #666B72
Black with #666B72
Text Example
Text Example
White with #666B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B72; }
p { color: rgb(102,107,114); }
H1.HeaderClassName
{
color: #666B72;
}
.AnyTagClassName
{
color: #666B72;
}
</style>
background-color css
<style>
a { background-color: #666B72; }
a { background-color: rgb(102,107,114); }
div.DivClassName
{
background-color: #666B72;
}
.BgClassName
{
background-color: #666B72;
}
</style>
border-color css
<style>
span { border-color: #666B72; }
span { border-color: rgb(102,107,114); }
td.TdClassName
{
border-color: #666B72;
}
.TagClassName
{
border-color: #666B72;
}
</style>