Shades of Air Force Blue #6389AD
Tints of Air Force Blue #6389AD
RGB
CMYK
RGB Variations
Color information
#6389AD (or 0x6389AD) is known color: Air Force Blue. HEX triplet: 63, 89 and AD. RGB value is (99,137,173). Sum of RGB (Red+Green+Blue) = 99+137+173=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #6389AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6389AD is #9C7652. Grayscale: #818181. Windows color (decimal): -10253907 or 11372899. OLE color: 11372899.
HSL color Cylindrical-coordinate representation of color #6389AD: hue angle of 209.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6389AD is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 137 | 173 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.32 |
| HSL | 209.19º | 0.31% | 0.53% | - |
| HSV(B) | 209.19º | 0.43% | 0.68% | - |
| XYZ | 21.63 | 23.56 | 42.94 | - |
| YUV | 129.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 173 | 0.43 | 0.21 | 0 | 0.32 | 209.19 | 0.31 | 0.53 |
| Hex | 63 | 89 | AD | 2B | 15 | 0 | 20 | D1 | 1F | 35 |
| Octal | 143 | 211 | 255 | 53 | 25 | 0 | 40 | 321 | 37 | 65 |
| Binary | 1100011 | 10001001 | 10101101 | 101011 | 10101 | 0 | 100000 | 11010001 | 11111 | 110101 |
Color Harmonies of #6389AD
Complementary color
Monochromatic Colors of #6389AD
Black with #6389AD
Text Example
Text Example
White with #6389AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389AD; }
p { color: rgb(99,137,173); }
H1.HeaderClassName
{
color: #6389AD;
}
.AnyTagClassName
{
color: #6389AD;
}
</style>
background-color css
<style>
a { background-color: #6389AD; }
a { background-color: rgb(99,137,173); }
div.DivClassName
{
background-color: #6389AD;
}
.BgClassName
{
background-color: #6389AD;
}
</style>
border-color css
<style>
span { border-color: #6389AD; }
span { border-color: rgb(99,137,173); }
td.TdClassName
{
border-color: #6389AD;
}
.TagClassName
{
border-color: #6389AD;
}
</style>