Shades of Air Force Blue #6285AF
Tints of Air Force Blue #6285AF
RGB
CMYK
RGB Variations
Color information
#6285AF (or 0x6285AF) is known color: Air Force Blue. HEX triplet: 62, 85 and AF. RGB value is (98,133,175). Sum of RGB (Red+Green+Blue) = 98+133+175=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6285AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6285AF is #9D7A50. Grayscale: #7F7F7F. Windows color (decimal): -10320465 or 11502946. OLE color: 11502946.
HSL color Cylindrical-coordinate representation of color #6285AF: hue angle of 212.73º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6285AF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 133 | 175 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.31 |
| HSL | 212.73º | 0.32% | 0.54% | - |
| HSV(B) | 212.73º | 0.44% | 0.69% | - |
| XYZ | 21.16 | 22.47 | 43.78 | - |
| YUV | 127.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 175 | 0.44 | 0.24 | 0 | 0.31 | 212.73 | 0.32 | 0.54 |
| Hex | 62 | 85 | AF | 2C | 18 | 0 | 1F | D5 | 20 | 36 |
| Octal | 142 | 205 | 257 | 54 | 30 | 0 | 37 | 325 | 40 | 66 |
| Binary | 1100010 | 10000101 | 10101111 | 101100 | 11000 | 0 | 11111 | 11010101 | 100000 | 110110 |
Color Harmonies of #6285AF
Complementary color
Monochromatic Colors of #6285AF
Black with #6285AF
Text Example
Text Example
White with #6285AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285AF; }
p { color: rgb(98,133,175); }
H1.HeaderClassName
{
color: #6285AF;
}
.AnyTagClassName
{
color: #6285AF;
}
</style>
background-color css
<style>
a { background-color: #6285AF; }
a { background-color: rgb(98,133,175); }
div.DivClassName
{
background-color: #6285AF;
}
.BgClassName
{
background-color: #6285AF;
}
</style>
border-color css
<style>
span { border-color: #6285AF; }
span { border-color: rgb(98,133,175); }
td.TdClassName
{
border-color: #6285AF;
}
.TagClassName
{
border-color: #6285AF;
}
</style>