Shades of Air Force Blue #638CAA
Tints of Air Force Blue #638CAA
RGB
CMYK
RGB Variations
Color information
#638CAA (or 0x638CAA) is known color: Air Force Blue. HEX triplet: 63, 8C and AA. RGB value is (99,140,170). Sum of RGB (Red+Green+Blue) = 99+140+170=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #638CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638CAA is #9C7355. Grayscale: #838383. Windows color (decimal): -10253142 or 11177059. OLE color: 11177059.
HSL color Cylindrical-coordinate representation of color #638CAA: hue angle of 205.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #638CAA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 140 | 170 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.33 |
| HSL | 205.35º | 0.29% | 0.53% | - |
| HSV(B) | 205.35º | 0.42% | 0.67% | - |
| XYZ | 21.78 | 24.31 | 41.57 | - |
| YUV | 131.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 170 | 0.42 | 0.18 | 0 | 0.33 | 205.35 | 0.29 | 0.53 |
| Hex | 63 | 8C | AA | 2A | 12 | 0 | 21 | CD | 1D | 35 |
| Octal | 143 | 214 | 252 | 52 | 22 | 0 | 41 | 315 | 35 | 65 |
| Binary | 1100011 | 10001100 | 10101010 | 101010 | 10010 | 0 | 100001 | 11001101 | 11101 | 110101 |
Color Harmonies of #638CAA
Complementary color
Monochromatic Colors of #638CAA
Black with #638CAA
Text Example
Text Example
White with #638CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CAA; }
p { color: rgb(99,140,170); }
H1.HeaderClassName
{
color: #638CAA;
}
.AnyTagClassName
{
color: #638CAA;
}
</style>
background-color css
<style>
a { background-color: #638CAA; }
a { background-color: rgb(99,140,170); }
div.DivClassName
{
background-color: #638CAA;
}
.BgClassName
{
background-color: #638CAA;
}
</style>
border-color css
<style>
span { border-color: #638CAA; }
span { border-color: rgb(99,140,170); }
td.TdClassName
{
border-color: #638CAA;
}
.TagClassName
{
border-color: #638CAA;
}
</style>