Shades of Air Force Blue #63879D
Tints of Air Force Blue #63879D
RGB
CMYK
RGB Variations
Color information
#63879D (or 0x63879D) is known color: Air Force Blue. HEX triplet: 63, 87 and 9D. RGB value is (99,135,157). Sum of RGB (Red+Green+Blue) = 99+135+157=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #63879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879D is #9C7862. Grayscale: #7E7E7E. Windows color (decimal): -10254435 or 10323811. OLE color: 10323811.
HSL color Cylindrical-coordinate representation of color #63879D: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63879D is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 135 | 157 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.38 |
| HSL | 202.76º | 0.23% | 0.5% | - |
| HSV(B) | 202.76º | 0.37% | 0.62% | - |
| XYZ | 19.9 | 22.41 | 35.18 | - |
| YUV | 126.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 157 | 0.37 | 0.14 | 0 | 0.38 | 202.76 | 0.23 | 0.5 |
| Hex | 63 | 87 | 9D | 25 | E | 0 | 26 | CB | 17 | 32 |
| Octal | 143 | 207 | 235 | 45 | 16 | 0 | 46 | 313 | 27 | 62 |
| Binary | 1100011 | 10000111 | 10011101 | 100101 | 1110 | 0 | 100110 | 11001011 | 10111 | 110010 |
Color Harmonies of #63879D
Complementary color
Monochromatic Colors of #63879D
Black with #63879D
Text Example
Text Example
White with #63879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63879D; }
p { color: rgb(99,135,157); }
H1.HeaderClassName
{
color: #63879D;
}
.AnyTagClassName
{
color: #63879D;
}
</style>
background-color css
<style>
a { background-color: #63879D; }
a { background-color: rgb(99,135,157); }
div.DivClassName
{
background-color: #63879D;
}
.BgClassName
{
background-color: #63879D;
}
</style>
border-color css
<style>
span { border-color: #63879D; }
span { border-color: rgb(99,135,157); }
td.TdClassName
{
border-color: #63879D;
}
.TagClassName
{
border-color: #63879D;
}
</style>