Shades of Shuttle Grey #666B73
Tints of Shuttle Grey #666B73
RGB
CMYK
RGB Variations
Color information
#666B73 (or 0x666B73) is known color: Shuttle Grey. HEX triplet: 66, 6B and 73. RGB value is (102,107,115). Sum of RGB (Red+Green+Blue) = 102+107+115=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #666B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B73 is #99948C. Grayscale: #6A6A6A. Windows color (decimal): -10065037 or 7564134. OLE color: 7564134.
HSL color Cylindrical-coordinate representation of color #666B73: hue angle of 216.92º 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 #666B73 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 107 | 115 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.55 |
| HSL | 216.92º | 0.06% | 0.43% | - |
| HSV(B) | 216.92º | 0.11% | 0.45% | - |
| XYZ | 13.83 | 14.58 | 18.3 | - |
| YUV | 106.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 115 | 0.11 | 0.07 | 0 | 0.55 | 216.92 | 0.06 | 0.43 |
| Hex | 66 | 6B | 73 | B | 7 | 0 | 37 | D9 | 6 | 2B |
| Octal | 146 | 153 | 163 | 13 | 7 | 0 | 67 | 331 | 6 | 53 |
| Binary | 1100110 | 1101011 | 1110011 | 1011 | 111 | 0 | 110111 | 11011001 | 110 | 101011 |
Color Harmonies of #666B73
Complementary color
Monochromatic Colors of #666B73
Black with #666B73
Text Example
Text Example
White with #666B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B73; }
p { color: rgb(102,107,115); }
H1.HeaderClassName
{
color: #666B73;
}
.AnyTagClassName
{
color: #666B73;
}
</style>
background-color css
<style>
a { background-color: #666B73; }
a { background-color: rgb(102,107,115); }
div.DivClassName
{
background-color: #666B73;
}
.BgClassName
{
background-color: #666B73;
}
</style>
border-color css
<style>
span { border-color: #666B73; }
span { border-color: rgb(102,107,115); }
td.TdClassName
{
border-color: #666B73;
}
.TagClassName
{
border-color: #666B73;
}
</style>