Shades of Air Force Blue #648FB4
Tints of Air Force Blue #648FB4
RGB
CMYK
RGB Variations
Color information
#648FB4 (or 0x648FB4) is known color: Air Force Blue. HEX triplet: 64, 8F and B4. RGB value is (100,143,180). Sum of RGB (Red+Green+Blue) = 100+143+180=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #648FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FB4 is #9B704B. Grayscale: #868686. Windows color (decimal): -10186828 or 11833188. OLE color: 11833188.
HSL color Cylindrical-coordinate representation of color #648FB4: hue angle of 207.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648FB4 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 143 | 180 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.29 |
| HSL | 207.75º | 0.35% | 0.55% | - |
| HSV(B) | 207.75º | 0.44% | 0.71% | - |
| XYZ | 23.32 | 25.65 | 46.9 | - |
| YUV | 134.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 180 | 0.44 | 0.21 | 0 | 0.29 | 207.75 | 0.35 | 0.55 |
| Hex | 64 | 8F | B4 | 2C | 15 | 0 | 1D | D0 | 23 | 37 |
| Octal | 144 | 217 | 264 | 54 | 25 | 0 | 35 | 320 | 43 | 67 |
| Binary | 1100100 | 10001111 | 10110100 | 101100 | 10101 | 0 | 11101 | 11010000 | 100011 | 110111 |
Color Harmonies of #648FB4
Complementary color
Monochromatic Colors of #648FB4
Black with #648FB4
Text Example
Text Example
White with #648FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FB4; }
p { color: rgb(100,143,180); }
H1.HeaderClassName
{
color: #648FB4;
}
.AnyTagClassName
{
color: #648FB4;
}
</style>
background-color css
<style>
a { background-color: #648FB4; }
a { background-color: rgb(100,143,180); }
div.DivClassName
{
background-color: #648FB4;
}
.BgClassName
{
background-color: #648FB4;
}
</style>
border-color css
<style>
span { border-color: #648FB4; }
span { border-color: rgb(100,143,180); }
td.TdClassName
{
border-color: #648FB4;
}
.TagClassName
{
border-color: #648FB4;
}
</style>