Shades of Air Force Blue #657FA3
Tints of Air Force Blue #657FA3
RGB
CMYK
RGB Variations
Color information
#657FA3 (or 0x657FA3) is known color: Air Force Blue. HEX triplet: 65, 7F and A3. RGB value is (101,127,163). Sum of RGB (Red+Green+Blue) = 101+127+163=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #657FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA3 is #9A805C. Grayscale: #7B7B7B. Windows color (decimal): -10125405 or 10714981. OLE color: 10714981.
HSL color Cylindrical-coordinate representation of color #657FA3: hue angle of 214.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657FA3 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 127 | 163 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.36 |
| HSL | 214.84º | 0.25% | 0.52% | - |
| HSV(B) | 214.84º | 0.38% | 0.64% | - |
| XYZ | 19.57 | 20.59 | 37.59 | - |
| YUV | 123.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 163 | 0.38 | 0.22 | 0 | 0.36 | 214.84 | 0.25 | 0.52 |
| Hex | 65 | 7F | A3 | 26 | 16 | 0 | 24 | D7 | 19 | 34 |
| Octal | 145 | 177 | 243 | 46 | 26 | 0 | 44 | 327 | 31 | 64 |
| Binary | 1100101 | 1111111 | 10100011 | 100110 | 10110 | 0 | 100100 | 11010111 | 11001 | 110100 |
Color Harmonies of #657FA3
Complementary color
Monochromatic Colors of #657FA3
Black with #657FA3
Text Example
Text Example
White with #657FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FA3; }
p { color: rgb(101,127,163); }
H1.HeaderClassName
{
color: #657FA3;
}
.AnyTagClassName
{
color: #657FA3;
}
</style>
background-color css
<style>
a { background-color: #657FA3; }
a { background-color: rgb(101,127,163); }
div.DivClassName
{
background-color: #657FA3;
}
.BgClassName
{
background-color: #657FA3;
}
</style>
border-color css
<style>
span { border-color: #657FA3; }
span { border-color: rgb(101,127,163); }
td.TdClassName
{
border-color: #657FA3;
}
.TagClassName
{
border-color: #657FA3;
}
</style>