Shades of Air Force Blue #628DAF
Tints of Air Force Blue #628DAF
RGB
CMYK
RGB Variations
Color information
#628DAF (or 0x628DAF) is known color: Air Force Blue. HEX triplet: 62, 8D and AF. RGB value is (98,141,175). Sum of RGB (Red+Green+Blue) = 98+141+175=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #628DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DAF is #9D7250. Grayscale: #838383. Windows color (decimal): -10318417 or 11504994. OLE color: 11504994.
HSL color Cylindrical-coordinate representation of color #628DAF: hue angle of 206.49º 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 #628DAF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 141 | 175 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.31 |
| HSL | 206.49º | 0.32% | 0.54% | - |
| HSV(B) | 206.49º | 0.44% | 0.69% | - |
| XYZ | 22.3 | 24.74 | 44.16 | - |
| YUV | 132.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 175 | 0.44 | 0.19 | 0 | 0.31 | 206.49 | 0.32 | 0.54 |
| Hex | 62 | 8D | AF | 2C | 13 | 0 | 1F | CE | 20 | 36 |
| Octal | 142 | 215 | 257 | 54 | 23 | 0 | 37 | 316 | 40 | 66 |
| Binary | 1100010 | 10001101 | 10101111 | 101100 | 10011 | 0 | 11111 | 11001110 | 100000 | 110110 |
Color Harmonies of #628DAF
Complementary color
Monochromatic Colors of #628DAF
Black with #628DAF
Text Example
Text Example
White with #628DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DAF; }
p { color: rgb(98,141,175); }
H1.HeaderClassName
{
color: #628DAF;
}
.AnyTagClassName
{
color: #628DAF;
}
</style>
background-color css
<style>
a { background-color: #628DAF; }
a { background-color: rgb(98,141,175); }
div.DivClassName
{
background-color: #628DAF;
}
.BgClassName
{
background-color: #628DAF;
}
</style>
border-color css
<style>
span { border-color: #628DAF; }
span { border-color: rgb(98,141,175); }
td.TdClassName
{
border-color: #628DAF;
}
.TagClassName
{
border-color: #628DAF;
}
</style>