Shades of Air Force Blue #638BA4
Tints of Air Force Blue #638BA4
RGB
CMYK
RGB Variations
Color information
#638BA4 (or 0x638BA4) is known color: Air Force Blue. HEX triplet: 63, 8B and A4. RGB value is (99,139,164). Sum of RGB (Red+Green+Blue) = 99+139+164=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #638BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638BA4 is #9C745B. Grayscale: #818181. Windows color (decimal): -10253404 or 10783587. OLE color: 10783587.
HSL color Cylindrical-coordinate representation of color #638BA4: hue angle of 203.08º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #638BA4 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 139 | 164 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.36 |
| HSL | 203.08º | 0.26% | 0.52% | - |
| HSV(B) | 203.08º | 0.4% | 0.64% | - |
| XYZ | 21.08 | 23.8 | 38.6 | - |
| YUV | 129.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 164 | 0.40 | 0.15 | 0 | 0.36 | 203.08 | 0.26 | 0.52 |
| Hex | 63 | 8B | A4 | 28 | F | 0 | 24 | CB | 1A | 34 |
| Octal | 143 | 213 | 244 | 50 | 17 | 0 | 44 | 313 | 32 | 64 |
| Binary | 1100011 | 10001011 | 10100100 | 101000 | 1111 | 0 | 100100 | 11001011 | 11010 | 110100 |
Color Harmonies of #638BA4
Complementary color
Monochromatic Colors of #638BA4
Black with #638BA4
Text Example
Text Example
White with #638BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BA4; }
p { color: rgb(99,139,164); }
H1.HeaderClassName
{
color: #638BA4;
}
.AnyTagClassName
{
color: #638BA4;
}
</style>
background-color css
<style>
a { background-color: #638BA4; }
a { background-color: rgb(99,139,164); }
div.DivClassName
{
background-color: #638BA4;
}
.BgClassName
{
background-color: #638BA4;
}
</style>
border-color css
<style>
span { border-color: #638BA4; }
span { border-color: rgb(99,139,164); }
td.TdClassName
{
border-color: #638BA4;
}
.TagClassName
{
border-color: #638BA4;
}
</style>