Shades of Air Force Blue #6283AF
Tints of Air Force Blue #6283AF
RGB
CMYK
RGB Variations
Color information
#6283AF (or 0x6283AF) is known color: Air Force Blue. HEX triplet: 62, 83 and AF. RGB value is (98,131,175). Sum of RGB (Red+Green+Blue) = 98+131+175=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6283AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6283AF is #9D7C50. Grayscale: #7D7D7D. Windows color (decimal): -10320977 or 11502434. OLE color: 11502434.
HSL color Cylindrical-coordinate representation of color #6283AF: hue angle of 214.29º 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 #6283AF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 131 | 175 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.31 |
| HSL | 214.29º | 0.32% | 0.54% | - |
| HSV(B) | 214.29º | 0.44% | 0.69% | - |
| XYZ | 20.89 | 21.92 | 43.69 | - |
| YUV | 126.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 175 | 0.44 | 0.25 | 0 | 0.31 | 214.29 | 0.32 | 0.54 |
| Hex | 62 | 83 | AF | 2C | 19 | 0 | 1F | D6 | 20 | 36 |
| Octal | 142 | 203 | 257 | 54 | 31 | 0 | 37 | 326 | 40 | 66 |
| Binary | 1100010 | 10000011 | 10101111 | 101100 | 11001 | 0 | 11111 | 11010110 | 100000 | 110110 |
Color Harmonies of #6283AF
Complementary color
Monochromatic Colors of #6283AF
Black with #6283AF
Text Example
Text Example
White with #6283AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283AF; }
p { color: rgb(98,131,175); }
H1.HeaderClassName
{
color: #6283AF;
}
.AnyTagClassName
{
color: #6283AF;
}
</style>
background-color css
<style>
a { background-color: #6283AF; }
a { background-color: rgb(98,131,175); }
div.DivClassName
{
background-color: #6283AF;
}
.BgClassName
{
background-color: #6283AF;
}
</style>
border-color css
<style>
span { border-color: #6283AF; }
span { border-color: rgb(98,131,175); }
td.TdClassName
{
border-color: #6283AF;
}
.TagClassName
{
border-color: #6283AF;
}
</style>