Shades of Air Force Blue #6194AB
Tints of Air Force Blue #6194AB
RGB
CMYK
RGB Variations
Color information
#6194AB (or 0x6194AB) is known color: Air Force Blue. HEX triplet: 61, 94 and AB. RGB value is (97,148,171). Sum of RGB (Red+Green+Blue) = 97+148+171=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6194AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6194AB is #9E6B54. Grayscale: #878787. Windows color (decimal): -10382165 or 11244641. OLE color: 11244641.
HSL color Cylindrical-coordinate representation of color #6194AB: hue angle of 198.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6194AB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 148 | 171 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.33 |
| HSL | 198.65º | 0.31% | 0.53% | - |
| HSV(B) | 198.65º | 0.43% | 0.67% | - |
| XYZ | 22.87 | 26.66 | 42.47 | - |
| YUV | 135.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 171 | 0.43 | 0.13 | 0 | 0.33 | 198.65 | 0.31 | 0.53 |
| Hex | 61 | 94 | AB | 2B | D | 0 | 21 | C7 | 1F | 35 |
| Octal | 141 | 224 | 253 | 53 | 15 | 0 | 41 | 307 | 37 | 65 |
| Binary | 1100001 | 10010100 | 10101011 | 101011 | 1101 | 0 | 100001 | 11000111 | 11111 | 110101 |
Color Harmonies of #6194AB
Complementary color
Monochromatic Colors of #6194AB
Black with #6194AB
Text Example
Text Example
White with #6194AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6194AB; }
p { color: rgb(97,148,171); }
H1.HeaderClassName
{
color: #6194AB;
}
.AnyTagClassName
{
color: #6194AB;
}
</style>
background-color css
<style>
a { background-color: #6194AB; }
a { background-color: rgb(97,148,171); }
div.DivClassName
{
background-color: #6194AB;
}
.BgClassName
{
background-color: #6194AB;
}
</style>
border-color css
<style>
span { border-color: #6194AB; }
span { border-color: rgb(97,148,171); }
td.TdClassName
{
border-color: #6194AB;
}
.TagClassName
{
border-color: #6194AB;
}
</style>