Shades of Air Force Blue #6492AF
Tints of Air Force Blue #6492AF
RGB
CMYK
RGB Variations
Color information
#6492AF (or 0x6492AF) is known color: Air Force Blue. HEX triplet: 64, 92 and AF. RGB value is (100,146,175). Sum of RGB (Red+Green+Blue) = 100+146+175=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #6492AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6492AF is #9B6D50. Grayscale: #878787. Windows color (decimal): -10186065 or 11506276. OLE color: 11506276.
HSL color Cylindrical-coordinate representation of color #6492AF: hue angle of 203.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6492AF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 146 | 175 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.31 |
| HSL | 203.2º | 0.32% | 0.54% | - |
| HSV(B) | 203.2º | 0.43% | 0.69% | - |
| XYZ | 23.27 | 26.36 | 44.42 | - |
| YUV | 135.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 175 | 0.43 | 0.17 | 0 | 0.31 | 203.2 | 0.32 | 0.54 |
| Hex | 64 | 92 | AF | 2B | 11 | 0 | 1F | CB | 20 | 36 |
| Octal | 144 | 222 | 257 | 53 | 21 | 0 | 37 | 313 | 40 | 66 |
| Binary | 1100100 | 10010010 | 10101111 | 101011 | 10001 | 0 | 11111 | 11001011 | 100000 | 110110 |
Color Harmonies of #6492AF
Complementary color
Monochromatic Colors of #6492AF
Black with #6492AF
Text Example
Text Example
White with #6492AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492AF; }
p { color: rgb(100,146,175); }
H1.HeaderClassName
{
color: #6492AF;
}
.AnyTagClassName
{
color: #6492AF;
}
</style>
background-color css
<style>
a { background-color: #6492AF; }
a { background-color: rgb(100,146,175); }
div.DivClassName
{
background-color: #6492AF;
}
.BgClassName
{
background-color: #6492AF;
}
</style>
border-color css
<style>
span { border-color: #6492AF; }
span { border-color: rgb(100,146,175); }
td.TdClassName
{
border-color: #6492AF;
}
.TagClassName
{
border-color: #6492AF;
}
</style>