Shades of Air Force Blue #6285AA
Tints of Air Force Blue #6285AA
RGB
CMYK
RGB Variations
Color information
#6285AA (or 0x6285AA) is known color: Air Force Blue. HEX triplet: 62, 85 and AA. RGB value is (98,133,170). Sum of RGB (Red+Green+Blue) = 98+133+170=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #6285AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6285AA is #9D7A55. Grayscale: #7E7E7E. Windows color (decimal): -10320470 or 11175266. OLE color: 11175266.
HSL color Cylindrical-coordinate representation of color #6285AA: hue angle of 210.83º 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 #6285AA is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 133 | 170 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.33 |
| HSL | 210.83º | 0.3% | 0.53% | - |
| HSV(B) | 210.83º | 0.42% | 0.67% | - |
| XYZ | 20.68 | 22.27 | 41.24 | - |
| YUV | 126.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 170 | 0.42 | 0.22 | 0 | 0.33 | 210.83 | 0.3 | 0.53 |
| Hex | 62 | 85 | AA | 2A | 16 | 0 | 21 | D3 | 1E | 35 |
| Octal | 142 | 205 | 252 | 52 | 26 | 0 | 41 | 323 | 36 | 65 |
| Binary | 1100010 | 10000101 | 10101010 | 101010 | 10110 | 0 | 100001 | 11010011 | 11110 | 110101 |
Color Harmonies of #6285AA
Complementary color
Monochromatic Colors of #6285AA
Black with #6285AA
Text Example
Text Example
White with #6285AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285AA; }
p { color: rgb(98,133,170); }
H1.HeaderClassName
{
color: #6285AA;
}
.AnyTagClassName
{
color: #6285AA;
}
</style>
background-color css
<style>
a { background-color: #6285AA; }
a { background-color: rgb(98,133,170); }
div.DivClassName
{
background-color: #6285AA;
}
.BgClassName
{
background-color: #6285AA;
}
</style>
border-color css
<style>
span { border-color: #6285AA; }
span { border-color: rgb(98,133,170); }
td.TdClassName
{
border-color: #6285AA;
}
.TagClassName
{
border-color: #6285AA;
}
</style>