Shades of Air Force Blue #6A8FAD
Tints of Air Force Blue #6A8FAD
RGB
CMYK
RGB Variations
Color information
#6A8FAD (or 0x6A8FAD) is known color: Air Force Blue. HEX triplet: 6A, 8F and AD. RGB value is (106,143,173). Sum of RGB (Red+Green+Blue) = 106+143+173=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A8FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8FAD is #957052. Grayscale: #878787. Windows color (decimal): -9793619 or 11374442. OLE color: 11374442.
HSL color Cylindrical-coordinate representation of color #6A8FAD: hue angle of 206.87º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A8FAD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 143 | 173 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.32 |
| HSL | 206.87º | 0.29% | 0.55% | - |
| HSV(B) | 206.87º | 0.39% | 0.68% | - |
| XYZ | 23.31 | 25.73 | 43.27 | - |
| YUV | 135.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 173 | 0.39 | 0.17 | 0 | 0.32 | 206.87 | 0.29 | 0.55 |
| Hex | 6A | 8F | AD | 27 | 11 | 0 | 20 | CF | 1D | 37 |
| Octal | 152 | 217 | 255 | 47 | 21 | 0 | 40 | 317 | 35 | 67 |
| Binary | 1101010 | 10001111 | 10101101 | 100111 | 10001 | 0 | 100000 | 11001111 | 11101 | 110111 |
Color Harmonies of #6A8FAD
Complementary color
Monochromatic Colors of #6A8FAD
Black with #6A8FAD
Text Example
Text Example
White with #6A8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FAD; }
p { color: rgb(106,143,173); }
H1.HeaderClassName
{
color: #6A8FAD;
}
.AnyTagClassName
{
color: #6A8FAD;
}
</style>
background-color css
<style>
a { background-color: #6A8FAD; }
a { background-color: rgb(106,143,173); }
div.DivClassName
{
background-color: #6A8FAD;
}
.BgClassName
{
background-color: #6A8FAD;
}
</style>
border-color css
<style>
span { border-color: #6A8FAD; }
span { border-color: rgb(106,143,173); }
td.TdClassName
{
border-color: #6A8FAD;
}
.TagClassName
{
border-color: #6A8FAD;
}
</style>