Shades of Air Force Blue #6285AB
Tints of Air Force Blue #6285AB
RGB
CMYK
RGB Variations
Color information
#6285AB (or 0x6285AB) is known color: Air Force Blue. HEX triplet: 62, 85 and AB. RGB value is (98,133,171). Sum of RGB (Red+Green+Blue) = 98+133+171=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6285AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6285AB is #9D7A54. Grayscale: #7E7E7E. Windows color (decimal): -10320469 or 11240802. OLE color: 11240802.
HSL color Cylindrical-coordinate representation of color #6285AB: hue angle of 211.23º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6285AB is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 133 | 171 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.33 |
| HSL | 211.23º | 0.3% | 0.53% | - |
| HSV(B) | 211.23º | 0.43% | 0.67% | - |
| XYZ | 20.78 | 22.31 | 41.74 | - |
| YUV | 126.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 171 | 0.43 | 0.22 | 0 | 0.33 | 211.23 | 0.3 | 0.53 |
| Hex | 62 | 85 | AB | 2B | 16 | 0 | 21 | D3 | 1E | 35 |
| Octal | 142 | 205 | 253 | 53 | 26 | 0 | 41 | 323 | 36 | 65 |
| Binary | 1100010 | 10000101 | 10101011 | 101011 | 10110 | 0 | 100001 | 11010011 | 11110 | 110101 |
Color Harmonies of #6285AB
Complementary color
Monochromatic Colors of #6285AB
Black with #6285AB
Text Example
Text Example
White with #6285AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285AB; }
p { color: rgb(98,133,171); }
H1.HeaderClassName
{
color: #6285AB;
}
.AnyTagClassName
{
color: #6285AB;
}
</style>
background-color css
<style>
a { background-color: #6285AB; }
a { background-color: rgb(98,133,171); }
div.DivClassName
{
background-color: #6285AB;
}
.BgClassName
{
background-color: #6285AB;
}
</style>
border-color css
<style>
span { border-color: #6285AB; }
span { border-color: rgb(98,133,171); }
td.TdClassName
{
border-color: #6285AB;
}
.TagClassName
{
border-color: #6285AB;
}
</style>