Shades of Air Force Blue #63879F
Tints of Air Force Blue #63879F
RGB
CMYK
RGB Variations
Color information
#63879F (or 0x63879F) is known color: Air Force Blue. HEX triplet: 63, 87 and 9F. RGB value is (99,135,159). Sum of RGB (Red+Green+Blue) = 99+135+159=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #63879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879F is #9C7860. Grayscale: #7E7E7E. Windows color (decimal): -10254433 or 10454883. OLE color: 10454883.
HSL color Cylindrical-coordinate representation of color #63879F: hue angle of 204º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63879F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 135 | 159 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.38 |
| HSL | 204º | 0.24% | 0.51% | - |
| HSV(B) | 204º | 0.38% | 0.62% | - |
| XYZ | 20.07 | 22.48 | 36.08 | - |
| YUV | 126.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 159 | 0.38 | 0.15 | 0 | 0.38 | 204 | 0.24 | 0.51 |
| Hex | 63 | 87 | 9F | 26 | F | 0 | 26 | CC | 18 | 33 |
| Octal | 143 | 207 | 237 | 46 | 17 | 0 | 46 | 314 | 30 | 63 |
| Binary | 1100011 | 10000111 | 10011111 | 100110 | 1111 | 0 | 100110 | 11001100 | 11000 | 110011 |
Color Harmonies of #63879F
Complementary color
Monochromatic Colors of #63879F
Black with #63879F
Text Example
Text Example
White with #63879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63879F; }
p { color: rgb(99,135,159); }
H1.HeaderClassName
{
color: #63879F;
}
.AnyTagClassName
{
color: #63879F;
}
</style>
background-color css
<style>
a { background-color: #63879F; }
a { background-color: rgb(99,135,159); }
div.DivClassName
{
background-color: #63879F;
}
.BgClassName
{
background-color: #63879F;
}
</style>
border-color css
<style>
span { border-color: #63879F; }
span { border-color: rgb(99,135,159); }
td.TdClassName
{
border-color: #63879F;
}
.TagClassName
{
border-color: #63879F;
}
</style>