Shades of Air Force Blue #6287AA
Tints of Air Force Blue #6287AA
RGB
CMYK
RGB Variations
Color information
#6287AA (or 0x6287AA) is known color: Air Force Blue. HEX triplet: 62, 87 and AA. RGB value is (98,135,170). Sum of RGB (Red+Green+Blue) = 98+135+170=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6287AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6287AA is #9D7855. Grayscale: #7F7F7F. Windows color (decimal): -10319958 or 11175778. OLE color: 11175778.
HSL color Cylindrical-coordinate representation of color #6287AA: hue angle of 209.17º 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 #6287AA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 135 | 170 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.33 |
| HSL | 209.17º | 0.3% | 0.53% | - |
| HSV(B) | 209.17º | 0.42% | 0.67% | - |
| XYZ | 20.96 | 22.83 | 41.33 | - |
| YUV | 127.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 170 | 0.42 | 0.21 | 0 | 0.33 | 209.17 | 0.3 | 0.53 |
| Hex | 62 | 87 | AA | 2A | 15 | 0 | 21 | D1 | 1E | 35 |
| Octal | 142 | 207 | 252 | 52 | 25 | 0 | 41 | 321 | 36 | 65 |
| Binary | 1100010 | 10000111 | 10101010 | 101010 | 10101 | 0 | 100001 | 11010001 | 11110 | 110101 |
Color Harmonies of #6287AA
Complementary color
Monochromatic Colors of #6287AA
Black with #6287AA
Text Example
Text Example
White with #6287AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287AA; }
p { color: rgb(98,135,170); }
H1.HeaderClassName
{
color: #6287AA;
}
.AnyTagClassName
{
color: #6287AA;
}
</style>
background-color css
<style>
a { background-color: #6287AA; }
a { background-color: rgb(98,135,170); }
div.DivClassName
{
background-color: #6287AA;
}
.BgClassName
{
background-color: #6287AA;
}
</style>
border-color css
<style>
span { border-color: #6287AA; }
span { border-color: rgb(98,135,170); }
td.TdClassName
{
border-color: #6287AA;
}
.TagClassName
{
border-color: #6287AA;
}
</style>