Shades of Air Force Blue #6189A9
Tints of Air Force Blue #6189A9
RGB
CMYK
RGB Variations
Color information
#6189A9 (or 0x6189A9) is known color: Air Force Blue. HEX triplet: 61, 89 and A9. RGB value is (97,137,169). Sum of RGB (Red+Green+Blue) = 97+137+169=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #6189A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6189A9 is #9E7656. Grayscale: #808080. Windows color (decimal): -10384983 or 11110753. OLE color: 11110753.
HSL color Cylindrical-coordinate representation of color #6189A9: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6189A9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 137 | 169 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.34 |
| HSL | 206.67º | 0.3% | 0.52% | - |
| HSV(B) | 206.67º | 0.43% | 0.66% | - |
| XYZ | 21.04 | 23.3 | 40.92 | - |
| YUV | 128.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 169 | 0.43 | 0.19 | 0 | 0.34 | 206.67 | 0.3 | 0.52 |
| Hex | 61 | 89 | A9 | 2B | 13 | 0 | 22 | CF | 1E | 34 |
| Octal | 141 | 211 | 251 | 53 | 23 | 0 | 42 | 317 | 36 | 64 |
| Binary | 1100001 | 10001001 | 10101001 | 101011 | 10011 | 0 | 100010 | 11001111 | 11110 | 110100 |
Color Harmonies of #6189A9
Complementary color
Monochromatic Colors of #6189A9
Black with #6189A9
Text Example
Text Example
White with #6189A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6189A9; }
p { color: rgb(97,137,169); }
H1.HeaderClassName
{
color: #6189A9;
}
.AnyTagClassName
{
color: #6189A9;
}
</style>
background-color css
<style>
a { background-color: #6189A9; }
a { background-color: rgb(97,137,169); }
div.DivClassName
{
background-color: #6189A9;
}
.BgClassName
{
background-color: #6189A9;
}
</style>
border-color css
<style>
span { border-color: #6189A9; }
span { border-color: rgb(97,137,169); }
td.TdClassName
{
border-color: #6189A9;
}
.TagClassName
{
border-color: #6189A9;
}
</style>