Shades of Air Force Blue #638FAE
Tints of Air Force Blue #638FAE
RGB
CMYK
RGB Variations
Color information
#638FAE (or 0x638FAE) is known color: Air Force Blue. HEX triplet: 63, 8F and AE. RGB value is (99,143,174). Sum of RGB (Red+Green+Blue) = 99+143+174=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #638FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FAE is #9C7051. Grayscale: #858585. Windows color (decimal): -10252370 or 11439971. OLE color: 11439971.
HSL color Cylindrical-coordinate representation of color #638FAE: hue angle of 204.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #638FAE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 143 | 174 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.32 |
| HSL | 204.8º | 0.32% | 0.54% | - |
| HSV(B) | 204.8º | 0.43% | 0.68% | - |
| XYZ | 22.61 | 25.35 | 43.75 | - |
| YUV | 133.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 174 | 0.43 | 0.18 | 0 | 0.32 | 204.8 | 0.32 | 0.54 |
| Hex | 63 | 8F | AE | 2B | 12 | 0 | 20 | CD | 20 | 36 |
| Octal | 143 | 217 | 256 | 53 | 22 | 0 | 40 | 315 | 40 | 66 |
| Binary | 1100011 | 10001111 | 10101110 | 101011 | 10010 | 0 | 100000 | 11001101 | 100000 | 110110 |
Color Harmonies of #638FAE
Complementary color
Monochromatic Colors of #638FAE
Black with #638FAE
Text Example
Text Example
White with #638FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FAE; }
p { color: rgb(99,143,174); }
H1.HeaderClassName
{
color: #638FAE;
}
.AnyTagClassName
{
color: #638FAE;
}
</style>
background-color css
<style>
a { background-color: #638FAE; }
a { background-color: rgb(99,143,174); }
div.DivClassName
{
background-color: #638FAE;
}
.BgClassName
{
background-color: #638FAE;
}
</style>
border-color css
<style>
span { border-color: #638FAE; }
span { border-color: rgb(99,143,174); }
td.TdClassName
{
border-color: #638FAE;
}
.TagClassName
{
border-color: #638FAE;
}
</style>