Shades of Air Force Blue #6287AE
Tints of Air Force Blue #6287AE
RGB
CMYK
RGB Variations
Color information
#6287AE (or 0x6287AE) is known color: Air Force Blue. HEX triplet: 62, 87 and AE. RGB value is (98,135,174). Sum of RGB (Red+Green+Blue) = 98+135+174=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6287AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6287AE is #9D7851. Grayscale: #808080. Windows color (decimal): -10319954 or 11437922. OLE color: 11437922.
HSL color Cylindrical-coordinate representation of color #6287AE: hue angle of 210.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6287AE is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 135 | 174 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.32 |
| HSL | 210.79º | 0.32% | 0.53% | - |
| HSV(B) | 210.79º | 0.44% | 0.68% | - |
| XYZ | 21.34 | 22.98 | 43.36 | - |
| YUV | 128.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 174 | 0.44 | 0.22 | 0 | 0.32 | 210.79 | 0.32 | 0.53 |
| Hex | 62 | 87 | AE | 2C | 16 | 0 | 20 | D3 | 20 | 35 |
| Octal | 142 | 207 | 256 | 54 | 26 | 0 | 40 | 323 | 40 | 65 |
| Binary | 1100010 | 10000111 | 10101110 | 101100 | 10110 | 0 | 100000 | 11010011 | 100000 | 110101 |
Color Harmonies of #6287AE
Complementary color
Monochromatic Colors of #6287AE
Black with #6287AE
Text Example
Text Example
White with #6287AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287AE; }
p { color: rgb(98,135,174); }
H1.HeaderClassName
{
color: #6287AE;
}
.AnyTagClassName
{
color: #6287AE;
}
</style>
background-color css
<style>
a { background-color: #6287AE; }
a { background-color: rgb(98,135,174); }
div.DivClassName
{
background-color: #6287AE;
}
.BgClassName
{
background-color: #6287AE;
}
</style>
border-color css
<style>
span { border-color: #6287AE; }
span { border-color: rgb(98,135,174); }
td.TdClassName
{
border-color: #6287AE;
}
.TagClassName
{
border-color: #6287AE;
}
</style>