Shades of Air Force Blue #6294AA
Tints of Air Force Blue #6294AA
RGB
CMYK
RGB Variations
Color information
#6294AA (or 0x6294AA) is known color: Air Force Blue. HEX triplet: 62, 94 and AA. RGB value is (98,148,170). Sum of RGB (Red+Green+Blue) = 98+148+170=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6294AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6294AA is #9D6B55. Grayscale: #878787. Windows color (decimal): -10316630 or 11179106. OLE color: 11179106.
HSL color Cylindrical-coordinate representation of color #6294AA: hue angle of 198.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6294AA is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 148 | 170 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.33 |
| HSL | 198.33º | 0.3% | 0.53% | - |
| HSV(B) | 198.33º | 0.42% | 0.67% | - |
| XYZ | 22.88 | 26.68 | 41.97 | - |
| YUV | 135.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 170 | 0.42 | 0.13 | 0 | 0.33 | 198.33 | 0.3 | 0.53 |
| Hex | 62 | 94 | AA | 2A | D | 0 | 21 | C6 | 1E | 35 |
| Octal | 142 | 224 | 252 | 52 | 15 | 0 | 41 | 306 | 36 | 65 |
| Binary | 1100010 | 10010100 | 10101010 | 101010 | 1101 | 0 | 100001 | 11000110 | 11110 | 110101 |
Color Harmonies of #6294AA
Complementary color
Monochromatic Colors of #6294AA
Black with #6294AA
Text Example
Text Example
White with #6294AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294AA; }
p { color: rgb(98,148,170); }
H1.HeaderClassName
{
color: #6294AA;
}
.AnyTagClassName
{
color: #6294AA;
}
</style>
background-color css
<style>
a { background-color: #6294AA; }
a { background-color: rgb(98,148,170); }
div.DivClassName
{
background-color: #6294AA;
}
.BgClassName
{
background-color: #6294AA;
}
</style>
border-color css
<style>
span { border-color: #6294AA; }
span { border-color: rgb(98,148,170); }
td.TdClassName
{
border-color: #6294AA;
}
.TagClassName
{
border-color: #6294AA;
}
</style>