Shades of Air Force Blue #648DB3
Tints of Air Force Blue #648DB3
RGB
CMYK
RGB Variations
Color information
#648DB3 (or 0x648DB3) is known color: Air Force Blue. HEX triplet: 64, 8D and B3. RGB value is (100,141,179). Sum of RGB (Red+Green+Blue) = 100+141+179=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #648DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DB3 is #9B724C. Grayscale: #848484. Windows color (decimal): -10187341 or 11767140. OLE color: 11767140.
HSL color Cylindrical-coordinate representation of color #648DB3: hue angle of 208.86º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648DB3 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 141 | 179 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.30 |
| HSL | 208.86º | 0.34% | 0.55% | - |
| HSV(B) | 208.86º | 0.44% | 0.7% | - |
| XYZ | 22.92 | 25.01 | 46.27 | - |
| YUV | 133.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 179 | 0.44 | 0.21 | 0 | 0.30 | 208.86 | 0.34 | 0.55 |
| Hex | 64 | 8D | B3 | 2C | 15 | 0 | 1E | D1 | 22 | 37 |
| Octal | 144 | 215 | 263 | 54 | 25 | 0 | 36 | 321 | 42 | 67 |
| Binary | 1100100 | 10001101 | 10110011 | 101100 | 10101 | 0 | 11110 | 11010001 | 100010 | 110111 |
Color Harmonies of #648DB3
Complementary color
Monochromatic Colors of #648DB3
Black with #648DB3
Text Example
Text Example
White with #648DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DB3; }
p { color: rgb(100,141,179); }
H1.HeaderClassName
{
color: #648DB3;
}
.AnyTagClassName
{
color: #648DB3;
}
</style>
background-color css
<style>
a { background-color: #648DB3; }
a { background-color: rgb(100,141,179); }
div.DivClassName
{
background-color: #648DB3;
}
.BgClassName
{
background-color: #648DB3;
}
</style>
border-color css
<style>
span { border-color: #648DB3; }
span { border-color: rgb(100,141,179); }
td.TdClassName
{
border-color: #648DB3;
}
.TagClassName
{
border-color: #648DB3;
}
</style>