Shades of Air Force Blue #648BB3
Tints of Air Force Blue #648BB3
RGB
CMYK
RGB Variations
Color information
#648BB3 (or 0x648BB3) is known color: Air Force Blue. HEX triplet: 64, 8B and B3. RGB value is (100,139,179). Sum of RGB (Red+Green+Blue) = 100+139+179=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #648BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BB3 is #9B744C. Grayscale: #838383. Windows color (decimal): -10187853 or 11766628. OLE color: 11766628.
HSL color Cylindrical-coordinate representation of color #648BB3: hue angle of 210.38º 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 #648BB3 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 139 | 179 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.30 |
| HSL | 210.38º | 0.34% | 0.55% | - |
| HSV(B) | 210.38º | 0.44% | 0.7% | - |
| XYZ | 22.62 | 24.43 | 46.17 | - |
| YUV | 131.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 179 | 0.44 | 0.22 | 0 | 0.30 | 210.38 | 0.34 | 0.55 |
| Hex | 64 | 8B | B3 | 2C | 16 | 0 | 1E | D2 | 22 | 37 |
| Octal | 144 | 213 | 263 | 54 | 26 | 0 | 36 | 322 | 42 | 67 |
| Binary | 1100100 | 10001011 | 10110011 | 101100 | 10110 | 0 | 11110 | 11010010 | 100010 | 110111 |
Color Harmonies of #648BB3
Complementary color
Monochromatic Colors of #648BB3
Black with #648BB3
Text Example
Text Example
White with #648BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BB3; }
p { color: rgb(100,139,179); }
H1.HeaderClassName
{
color: #648BB3;
}
.AnyTagClassName
{
color: #648BB3;
}
</style>
background-color css
<style>
a { background-color: #648BB3; }
a { background-color: rgb(100,139,179); }
div.DivClassName
{
background-color: #648BB3;
}
.BgClassName
{
background-color: #648BB3;
}
</style>
border-color css
<style>
span { border-color: #648BB3; }
span { border-color: rgb(100,139,179); }
td.TdClassName
{
border-color: #648BB3;
}
.TagClassName
{
border-color: #648BB3;
}
</style>