Shades of Air Force Blue #6286AA
Tints of Air Force Blue #6286AA
RGB
CMYK
RGB Variations
Color information
#6286AA (or 0x6286AA) is known color: Air Force Blue. HEX triplet: 62, 86 and AA. RGB value is (98,134,170). Sum of RGB (Red+Green+Blue) = 98+134+170=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6286AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6286AA is #9D7955. Grayscale: #7F7F7F. Windows color (decimal): -10320214 or 11175522. OLE color: 11175522.
HSL color Cylindrical-coordinate representation of color #6286AA: hue angle of 210º 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 #6286AA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 134 | 170 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.33 |
| HSL | 210º | 0.3% | 0.53% | - |
| HSV(B) | 210º | 0.42% | 0.67% | - |
| XYZ | 20.82 | 22.55 | 41.29 | - |
| YUV | 127.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 170 | 0.42 | 0.21 | 0 | 0.33 | 210 | 0.3 | 0.53 |
| Hex | 62 | 86 | AA | 2A | 15 | 0 | 21 | D2 | 1E | 35 |
| Octal | 142 | 206 | 252 | 52 | 25 | 0 | 41 | 322 | 36 | 65 |
| Binary | 1100010 | 10000110 | 10101010 | 101010 | 10101 | 0 | 100001 | 11010010 | 11110 | 110101 |
Color Harmonies of #6286AA
Complementary color
Monochromatic Colors of #6286AA
Black with #6286AA
Text Example
Text Example
White with #6286AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286AA; }
p { color: rgb(98,134,170); }
H1.HeaderClassName
{
color: #6286AA;
}
.AnyTagClassName
{
color: #6286AA;
}
</style>
background-color css
<style>
a { background-color: #6286AA; }
a { background-color: rgb(98,134,170); }
div.DivClassName
{
background-color: #6286AA;
}
.BgClassName
{
background-color: #6286AA;
}
</style>
border-color css
<style>
span { border-color: #6286AA; }
span { border-color: rgb(98,134,170); }
td.TdClassName
{
border-color: #6286AA;
}
.TagClassName
{
border-color: #6286AA;
}
</style>