Shades of Air Force Blue #648CA6
Tints of Air Force Blue #648CA6
RGB
CMYK
RGB Variations
Color information
#648CA6 (or 0x648CA6) is known color: Air Force Blue. HEX triplet: 64, 8C and A6. RGB value is (100,140,166). Sum of RGB (Red+Green+Blue) = 100+140+166=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 166 - color contains mainly: blue. Hex color #648CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CA6 is #9B7359. Grayscale: #828282. Windows color (decimal): -10187610 or 10914916. OLE color: 10914916.
HSL color Cylindrical-coordinate representation of color #648CA6: hue angle of 203.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #648CA6 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 140 | 166 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.35 |
| HSL | 203.64º | 0.27% | 0.52% | - |
| HSV(B) | 203.64º | 0.4% | 0.65% | - |
| XYZ | 21.52 | 24.22 | 39.62 | - |
| YUV | 131 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 166 | 0.40 | 0.16 | 0 | 0.35 | 203.64 | 0.27 | 0.52 |
| Hex | 64 | 8C | A6 | 28 | 10 | 0 | 23 | CC | 1B | 34 |
| Octal | 144 | 214 | 246 | 50 | 20 | 0 | 43 | 314 | 33 | 64 |
| Binary | 1100100 | 10001100 | 10100110 | 101000 | 10000 | 0 | 100011 | 11001100 | 11011 | 110100 |
Color Harmonies of #648CA6
Complementary color
Monochromatic Colors of #648CA6
Black with #648CA6
Text Example
Text Example
White with #648CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CA6; }
p { color: rgb(100,140,166); }
H1.HeaderClassName
{
color: #648CA6;
}
.AnyTagClassName
{
color: #648CA6;
}
</style>
background-color css
<style>
a { background-color: #648CA6; }
a { background-color: rgb(100,140,166); }
div.DivClassName
{
background-color: #648CA6;
}
.BgClassName
{
background-color: #648CA6;
}
</style>
border-color css
<style>
span { border-color: #648CA6; }
span { border-color: rgb(100,140,166); }
td.TdClassName
{
border-color: #648CA6;
}
.TagClassName
{
border-color: #648CA6;
}
</style>