Shades of Air Force Blue #648BA5
Tints of Air Force Blue #648BA5
RGB
CMYK
RGB Variations
Color information
#648BA5 (or 0x648BA5) is known color: Air Force Blue. HEX triplet: 64, 8B and A5. RGB value is (100,139,165). Sum of RGB (Red+Green+Blue) = 100+139+165=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #648BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BA5 is #9B745A. Grayscale: #828282. Windows color (decimal): -10187867 or 10849124. OLE color: 10849124.
HSL color Cylindrical-coordinate representation of color #648BA5: hue angle of 204º 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 #648BA5 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 139 | 165 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.35 |
| HSL | 204º | 0.27% | 0.52% | - |
| HSV(B) | 204º | 0.39% | 0.65% | - |
| XYZ | 21.28 | 23.89 | 39.09 | - |
| YUV | 130.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 165 | 0.39 | 0.16 | 0 | 0.35 | 204 | 0.27 | 0.52 |
| Hex | 64 | 8B | A5 | 27 | 10 | 0 | 23 | CC | 1B | 34 |
| Octal | 144 | 213 | 245 | 47 | 20 | 0 | 43 | 314 | 33 | 64 |
| Binary | 1100100 | 10001011 | 10100101 | 100111 | 10000 | 0 | 100011 | 11001100 | 11011 | 110100 |
Color Harmonies of #648BA5
Complementary color
Monochromatic Colors of #648BA5
Black with #648BA5
Text Example
Text Example
White with #648BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BA5; }
p { color: rgb(100,139,165); }
H1.HeaderClassName
{
color: #648BA5;
}
.AnyTagClassName
{
color: #648BA5;
}
</style>
background-color css
<style>
a { background-color: #648BA5; }
a { background-color: rgb(100,139,165); }
div.DivClassName
{
background-color: #648BA5;
}
.BgClassName
{
background-color: #648BA5;
}
</style>
border-color css
<style>
span { border-color: #648BA5; }
span { border-color: rgb(100,139,165); }
td.TdClassName
{
border-color: #648BA5;
}
.TagClassName
{
border-color: #648BA5;
}
</style>