Shades of Air Force Blue #6282AF
Tints of Air Force Blue #6282AF
RGB
CMYK
RGB Variations
Color information
#6282AF (or 0x6282AF) is known color: Air Force Blue. HEX triplet: 62, 82 and AF. RGB value is (98,130,175). Sum of RGB (Red+Green+Blue) = 98+130+175=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6282AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6282AF is #9D7D50. Grayscale: #7D7D7D. Windows color (decimal): -10321233 or 11502178. OLE color: 11502178.
HSL color Cylindrical-coordinate representation of color #6282AF: hue angle of 215.06º 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 #6282AF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 130 | 175 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.31 |
| HSL | 215.06º | 0.32% | 0.54% | - |
| HSV(B) | 215.06º | 0.44% | 0.69% | - |
| XYZ | 20.76 | 21.66 | 43.64 | - |
| YUV | 125.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 175 | 0.44 | 0.26 | 0 | 0.31 | 215.06 | 0.32 | 0.54 |
| Hex | 62 | 82 | AF | 2C | 1A | 0 | 1F | D7 | 20 | 36 |
| Octal | 142 | 202 | 257 | 54 | 32 | 0 | 37 | 327 | 40 | 66 |
| Binary | 1100010 | 10000010 | 10101111 | 101100 | 11010 | 0 | 11111 | 11010111 | 100000 | 110110 |
Color Harmonies of #6282AF
Complementary color
Monochromatic Colors of #6282AF
Black with #6282AF
Text Example
Text Example
White with #6282AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282AF; }
p { color: rgb(98,130,175); }
H1.HeaderClassName
{
color: #6282AF;
}
.AnyTagClassName
{
color: #6282AF;
}
</style>
background-color css
<style>
a { background-color: #6282AF; }
a { background-color: rgb(98,130,175); }
div.DivClassName
{
background-color: #6282AF;
}
.BgClassName
{
background-color: #6282AF;
}
</style>
border-color css
<style>
span { border-color: #6282AF; }
span { border-color: rgb(98,130,175); }
td.TdClassName
{
border-color: #6282AF;
}
.TagClassName
{
border-color: #6282AF;
}
</style>