Shades of Air Force Blue #6285AC
Tints of Air Force Blue #6285AC
RGB
CMYK
RGB Variations
Color information
#6285AC (or 0x6285AC) is known color: Air Force Blue. HEX triplet: 62, 85 and AC. RGB value is (98,133,172). Sum of RGB (Red+Green+Blue) = 98+133+172=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6285AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6285AC is #9D7A53. Grayscale: #7E7E7E. Windows color (decimal): -10320468 or 11306338. OLE color: 11306338.
HSL color Cylindrical-coordinate representation of color #6285AC: hue angle of 211.62º degrees, saturation: 0.31, 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 #6285AC is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 133 | 172 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.33 |
| HSL | 211.62º | 0.31% | 0.53% | - |
| HSV(B) | 211.62º | 0.43% | 0.67% | - |
| XYZ | 20.87 | 22.35 | 42.24 | - |
| YUV | 126.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 172 | 0.43 | 0.23 | 0 | 0.33 | 211.62 | 0.31 | 0.53 |
| Hex | 62 | 85 | AC | 2B | 17 | 0 | 21 | D4 | 1F | 35 |
| Octal | 142 | 205 | 254 | 53 | 27 | 0 | 41 | 324 | 37 | 65 |
| Binary | 1100010 | 10000101 | 10101100 | 101011 | 10111 | 0 | 100001 | 11010100 | 11111 | 110101 |
Color Harmonies of #6285AC
Complementary color
Monochromatic Colors of #6285AC
Black with #6285AC
Text Example
Text Example
White with #6285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285AC; }
p { color: rgb(98,133,172); }
H1.HeaderClassName
{
color: #6285AC;
}
.AnyTagClassName
{
color: #6285AC;
}
</style>
background-color css
<style>
a { background-color: #6285AC; }
a { background-color: rgb(98,133,172); }
div.DivClassName
{
background-color: #6285AC;
}
.BgClassName
{
background-color: #6285AC;
}
</style>
border-color css
<style>
span { border-color: #6285AC; }
span { border-color: rgb(98,133,172); }
td.TdClassName
{
border-color: #6285AC;
}
.TagClassName
{
border-color: #6285AC;
}
</style>