Shades of Air Force Blue #648CA0
Tints of Air Force Blue #648CA0
RGB
CMYK
RGB Variations
Color information
#648CA0 (or 0x648CA0) is known color: Air Force Blue. HEX triplet: 64, 8C and A0. RGB value is (100,140,160). Sum of RGB (Red+Green+Blue) = 100+140+160=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #648CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CA0 is #9B735F. Grayscale: #828282. Windows color (decimal): -10187616 or 10521700. OLE color: 10521700.
HSL color Cylindrical-coordinate representation of color #648CA0: hue angle of 200º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648CA0 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 140 | 160 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.37 |
| HSL | 200º | 0.24% | 0.51% | - |
| HSV(B) | 200º | 0.38% | 0.63% | - |
| XYZ | 20.98 | 24 | 36.79 | - |
| YUV | 130.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 160 | 0.38 | 0.12 | 0 | 0.37 | 200 | 0.24 | 0.51 |
| Hex | 64 | 8C | A0 | 26 | C | 0 | 25 | C8 | 18 | 33 |
| Octal | 144 | 214 | 240 | 46 | 14 | 0 | 45 | 310 | 30 | 63 |
| Binary | 1100100 | 10001100 | 10100000 | 100110 | 1100 | 0 | 100101 | 11001000 | 11000 | 110011 |
Color Harmonies of #648CA0
Complementary color
Monochromatic Colors of #648CA0
Black with #648CA0
Text Example
Text Example
White with #648CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CA0; }
p { color: rgb(100,140,160); }
H1.HeaderClassName
{
color: #648CA0;
}
.AnyTagClassName
{
color: #648CA0;
}
</style>
background-color css
<style>
a { background-color: #648CA0; }
a { background-color: rgb(100,140,160); }
div.DivClassName
{
background-color: #648CA0;
}
.BgClassName
{
background-color: #648CA0;
}
</style>
border-color css
<style>
span { border-color: #648CA0; }
span { border-color: rgb(100,140,160); }
td.TdClassName
{
border-color: #648CA0;
}
.TagClassName
{
border-color: #648CA0;
}
</style>