Shades of Air Force Blue #6389A1
Tints of Air Force Blue #6389A1
RGB
CMYK
RGB Variations
Color information
#6389A1 (or 0x6389A1) is known color: Air Force Blue. HEX triplet: 63, 89 and A1. RGB value is (99,137,161). Sum of RGB (Red+Green+Blue) = 99+137+161=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #6389A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6389A1 is #9C765E. Grayscale: #808080. Windows color (decimal): -10253919 or 10586467. OLE color: 10586467.
HSL color Cylindrical-coordinate representation of color #6389A1: hue angle of 203.23º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6389A1 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 137 | 161 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.37 |
| HSL | 203.23º | 0.25% | 0.51% | - |
| HSV(B) | 203.23º | 0.39% | 0.63% | - |
| XYZ | 20.52 | 23.12 | 37.1 | - |
| YUV | 128.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 161 | 0.39 | 0.15 | 0 | 0.37 | 203.23 | 0.25 | 0.51 |
| Hex | 63 | 89 | A1 | 27 | F | 0 | 25 | CB | 19 | 33 |
| Octal | 143 | 211 | 241 | 47 | 17 | 0 | 45 | 313 | 31 | 63 |
| Binary | 1100011 | 10001001 | 10100001 | 100111 | 1111 | 0 | 100101 | 11001011 | 11001 | 110011 |
Color Harmonies of #6389A1
Complementary color
Monochromatic Colors of #6389A1
Black with #6389A1
Text Example
Text Example
White with #6389A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389A1; }
p { color: rgb(99,137,161); }
H1.HeaderClassName
{
color: #6389A1;
}
.AnyTagClassName
{
color: #6389A1;
}
</style>
background-color css
<style>
a { background-color: #6389A1; }
a { background-color: rgb(99,137,161); }
div.DivClassName
{
background-color: #6389A1;
}
.BgClassName
{
background-color: #6389A1;
}
</style>
border-color css
<style>
span { border-color: #6389A1; }
span { border-color: rgb(99,137,161); }
td.TdClassName
{
border-color: #6389A1;
}
.TagClassName
{
border-color: #6389A1;
}
</style>