Shades of Shuttle Grey #626972
Tints of Shuttle Grey #626972
RGB
CMYK
RGB Variations
Color information
#626972 (or 0x626972) is known color: Shuttle Grey. HEX triplet: 62, 69 and 72. RGB value is (98,105,114). Sum of RGB (Red+Green+Blue) = 98+105+114=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #626972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626972 is #9D968D. Grayscale: #676767. Windows color (decimal): -10327694 or 7498082. OLE color: 7498082.
HSL color Cylindrical-coordinate representation of color #626972: hue angle of 213.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626972 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 105 | 114 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.55 |
| HSL | 213.75º | 0.08% | 0.42% | - |
| HSV(B) | 213.75º | 0.14% | 0.45% | - |
| XYZ | 13.13 | 13.91 | 17.91 | - |
| YUV | 103.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 114 | 0.14 | 0.08 | 0 | 0.55 | 213.75 | 0.08 | 0.42 |
| Hex | 62 | 69 | 72 | E | 8 | 0 | 37 | D6 | 8 | 2A |
| Octal | 142 | 151 | 162 | 16 | 10 | 0 | 67 | 326 | 10 | 52 |
| Binary | 1100010 | 1101001 | 1110010 | 1110 | 1000 | 0 | 110111 | 11010110 | 1000 | 101010 |
Color Harmonies of #626972
Complementary color
Monochromatic Colors of #626972
Black with #626972
Text Example
Text Example
White with #626972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626972; }
p { color: rgb(98,105,114); }
H1.HeaderClassName
{
color: #626972;
}
.AnyTagClassName
{
color: #626972;
}
</style>
background-color css
<style>
a { background-color: #626972; }
a { background-color: rgb(98,105,114); }
div.DivClassName
{
background-color: #626972;
}
.BgClassName
{
background-color: #626972;
}
</style>
border-color css
<style>
span { border-color: #626972; }
span { border-color: rgb(98,105,114); }
td.TdClassName
{
border-color: #626972;
}
.TagClassName
{
border-color: #626972;
}
</style>