Shades of Air Force Blue #63829C
Tints of Air Force Blue #63829C
RGB
CMYK
RGB Variations
Color information
#63829C (or 0x63829C) is known color: Air Force Blue. HEX triplet: 63, 82 and 9C. RGB value is (99,130,156). Sum of RGB (Red+Green+Blue) = 99+130+156=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #63829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63829C is #9C7D63. Grayscale: #7B7B7B. Windows color (decimal): -10255716 or 10256995. OLE color: 10256995.
HSL color Cylindrical-coordinate representation of color #63829C: hue angle of 207.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63829C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 130 | 156 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.39 |
| HSL | 207.37º | 0.22% | 0.5% | - |
| HSV(B) | 207.37º | 0.37% | 0.61% | - |
| XYZ | 19.13 | 21.02 | 34.5 | - |
| YUV | 123.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 156 | 0.37 | 0.17 | 0 | 0.39 | 207.37 | 0.22 | 0.5 |
| Hex | 63 | 82 | 9C | 25 | 11 | 0 | 27 | CF | 16 | 32 |
| Octal | 143 | 202 | 234 | 45 | 21 | 0 | 47 | 317 | 26 | 62 |
| Binary | 1100011 | 10000010 | 10011100 | 100101 | 10001 | 0 | 100111 | 11001111 | 10110 | 110010 |
Color Harmonies of #63829C
Complementary color
Monochromatic Colors of #63829C
Black with #63829C
Text Example
Text Example
White with #63829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63829C; }
p { color: rgb(99,130,156); }
H1.HeaderClassName
{
color: #63829C;
}
.AnyTagClassName
{
color: #63829C;
}
</style>
background-color css
<style>
a { background-color: #63829C; }
a { background-color: rgb(99,130,156); }
div.DivClassName
{
background-color: #63829C;
}
.BgClassName
{
background-color: #63829C;
}
</style>
border-color css
<style>
span { border-color: #63829C; }
span { border-color: rgb(99,130,156); }
td.TdClassName
{
border-color: #63829C;
}
.TagClassName
{
border-color: #63829C;
}
</style>