Shades of Air Force Blue #638AB0
Tints of Air Force Blue #638AB0
RGB
CMYK
RGB Variations
Color information
#638AB0 (or 0x638AB0) is known color: Air Force Blue. HEX triplet: 63, 8A and B0. RGB value is (99,138,176). Sum of RGB (Red+Green+Blue) = 99+138+176=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #638AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AB0 is #9C754F. Grayscale: #828282. Windows color (decimal): -10253648 or 11569763. OLE color: 11569763.
HSL color Cylindrical-coordinate representation of color #638AB0: hue angle of 209.61º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #638AB0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 138 | 176 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.31 |
| HSL | 209.61º | 0.33% | 0.54% | - |
| HSV(B) | 209.61º | 0.44% | 0.69% | - |
| XYZ | 22.07 | 23.96 | 44.54 | - |
| YUV | 130.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 176 | 0.44 | 0.22 | 0 | 0.31 | 209.61 | 0.33 | 0.54 |
| Hex | 63 | 8A | B0 | 2C | 16 | 0 | 1F | D2 | 21 | 36 |
| Octal | 143 | 212 | 260 | 54 | 26 | 0 | 37 | 322 | 41 | 66 |
| Binary | 1100011 | 10001010 | 10110000 | 101100 | 10110 | 0 | 11111 | 11010010 | 100001 | 110110 |
Color Harmonies of #638AB0
Complementary color
Monochromatic Colors of #638AB0
Black with #638AB0
Text Example
Text Example
White with #638AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AB0; }
p { color: rgb(99,138,176); }
H1.HeaderClassName
{
color: #638AB0;
}
.AnyTagClassName
{
color: #638AB0;
}
</style>
background-color css
<style>
a { background-color: #638AB0; }
a { background-color: rgb(99,138,176); }
div.DivClassName
{
background-color: #638AB0;
}
.BgClassName
{
background-color: #638AB0;
}
</style>
border-color css
<style>
span { border-color: #638AB0; }
span { border-color: rgb(99,138,176); }
td.TdClassName
{
border-color: #638AB0;
}
.TagClassName
{
border-color: #638AB0;
}
</style>