Shades of Air Force Blue #657FA6
Tints of Air Force Blue #657FA6
RGB
CMYK
RGB Variations
Color information
#657FA6 (or 0x657FA6) is known color: Air Force Blue. HEX triplet: 65, 7F and A6. RGB value is (101,127,166). Sum of RGB (Red+Green+Blue) = 101+127+166=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #657FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA6 is #9A8059. Grayscale: #7B7B7B. Windows color (decimal): -10125402 or 10911589. OLE color: 10911589.
HSL color Cylindrical-coordinate representation of color #657FA6: hue angle of 216º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #657FA6 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 127 | 166 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.35 |
| HSL | 216º | 0.27% | 0.52% | - |
| HSV(B) | 216º | 0.39% | 0.65% | - |
| XYZ | 19.84 | 20.7 | 39.03 | - |
| YUV | 123.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 166 | 0.39 | 0.23 | 0 | 0.35 | 216 | 0.27 | 0.52 |
| Hex | 65 | 7F | A6 | 27 | 17 | 0 | 23 | D8 | 1B | 34 |
| Octal | 145 | 177 | 246 | 47 | 27 | 0 | 43 | 330 | 33 | 64 |
| Binary | 1100101 | 1111111 | 10100110 | 100111 | 10111 | 0 | 100011 | 11011000 | 11011 | 110100 |
Color Harmonies of #657FA6
Complementary color
Monochromatic Colors of #657FA6
Black with #657FA6
Text Example
Text Example
White with #657FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FA6; }
p { color: rgb(101,127,166); }
H1.HeaderClassName
{
color: #657FA6;
}
.AnyTagClassName
{
color: #657FA6;
}
</style>
background-color css
<style>
a { background-color: #657FA6; }
a { background-color: rgb(101,127,166); }
div.DivClassName
{
background-color: #657FA6;
}
.BgClassName
{
background-color: #657FA6;
}
</style>
border-color css
<style>
span { border-color: #657FA6; }
span { border-color: rgb(101,127,166); }
td.TdClassName
{
border-color: #657FA6;
}
.TagClassName
{
border-color: #657FA6;
}
</style>