Shades of Air Force Blue #637CA3
Tints of Air Force Blue #637CA3
RGB
CMYK
RGB Variations
Color information
#637CA3 (or 0x637CA3) is known color: Air Force Blue. HEX triplet: 63, 7C and A3. RGB value is (99,124,163). Sum of RGB (Red+Green+Blue) = 99+124+163=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #637CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637CA3 is #9C835C. Grayscale: #787878. Windows color (decimal): -10257245 or 10714211. OLE color: 10714211.
HSL color Cylindrical-coordinate representation of color #637CA3: hue angle of 216.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #637CA3 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 124 | 163 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.36 |
| HSL | 216.56º | 0.26% | 0.51% | - |
| HSV(B) | 216.56º | 0.39% | 0.64% | - |
| XYZ | 18.96 | 19.71 | 37.46 | - |
| YUV | 120.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 163 | 0.39 | 0.24 | 0 | 0.36 | 216.56 | 0.26 | 0.51 |
| Hex | 63 | 7C | A3 | 27 | 18 | 0 | 24 | D9 | 1A | 33 |
| Octal | 143 | 174 | 243 | 47 | 30 | 0 | 44 | 331 | 32 | 63 |
| Binary | 1100011 | 1111100 | 10100011 | 100111 | 11000 | 0 | 100100 | 11011001 | 11010 | 110011 |
Color Harmonies of #637CA3
Complementary color
Monochromatic Colors of #637CA3
Black with #637CA3
Text Example
Text Example
White with #637CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637CA3; }
p { color: rgb(99,124,163); }
H1.HeaderClassName
{
color: #637CA3;
}
.AnyTagClassName
{
color: #637CA3;
}
</style>
background-color css
<style>
a { background-color: #637CA3; }
a { background-color: rgb(99,124,163); }
div.DivClassName
{
background-color: #637CA3;
}
.BgClassName
{
background-color: #637CA3;
}
</style>
border-color css
<style>
span { border-color: #637CA3; }
span { border-color: rgb(99,124,163); }
td.TdClassName
{
border-color: #637CA3;
}
.TagClassName
{
border-color: #637CA3;
}
</style>