Shades of Shuttle Grey #636669
Tints of Shuttle Grey #636669
RGB
CMYK
RGB Variations
Color information
#636669 (or 0x636669) is known color: Shuttle Grey. HEX triplet: 63, 66 and 69. RGB value is (99,102,105). Sum of RGB (Red+Green+Blue) = 99+102+105=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: blue. Hex color #636669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636669 is #9C9996. Grayscale: #656565. Windows color (decimal): -10262935 or 6907491. OLE color: 6907491.
HSL color Cylindrical-coordinate representation of color #636669: hue angle of 210º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #636669 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 102 | 105 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.59 |
| HSL | 210º | 0.03% | 0.4% | - |
| HSV(B) | 210º | 0.06% | 0.41% | - |
| XYZ | 12.45 | 13.18 | 15.25 | - |
| YUV | 101.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 105 | 0.06 | 0.03 | 0 | 0.59 | 210 | 0.03 | 0.4 |
| Hex | 63 | 66 | 69 | 6 | 3 | 0 | 3B | D2 | 3 | 28 |
| Octal | 143 | 146 | 151 | 6 | 3 | 0 | 73 | 322 | 3 | 50 |
| Binary | 1100011 | 1100110 | 1101001 | 110 | 11 | 0 | 111011 | 11010010 | 11 | 101000 |
Color Harmonies of #636669
Complementary color
Monochromatic Colors of #636669
Black with #636669
Text Example
Text Example
White with #636669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636669; }
p { color: rgb(99,102,105); }
H1.HeaderClassName
{
color: #636669;
}
.AnyTagClassName
{
color: #636669;
}
</style>
background-color css
<style>
a { background-color: #636669; }
a { background-color: rgb(99,102,105); }
div.DivClassName
{
background-color: #636669;
}
.BgClassName
{
background-color: #636669;
}
</style>
border-color css
<style>
span { border-color: #636669; }
span { border-color: rgb(99,102,105); }
td.TdClassName
{
border-color: #636669;
}
.TagClassName
{
border-color: #636669;
}
</style>