Shades of Air Force Blue #618BB1
Tints of Air Force Blue #618BB1
RGB
CMYK
RGB Variations
Color information
#618BB1 (or 0x618BB1) is known color: Air Force Blue. HEX triplet: 61, 8B and B1. RGB value is (97,139,177). Sum of RGB (Red+Green+Blue) = 97+139+177=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #618BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BB1 is #9E744E. Grayscale: #828282. Windows color (decimal): -10384463 or 11635553. OLE color: 11635553.
HSL color Cylindrical-coordinate representation of color #618BB1: hue angle of 208.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618BB1 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 139 | 177 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.31 |
| HSL | 208.5º | 0.34% | 0.54% | - |
| HSV(B) | 208.5º | 0.45% | 0.69% | - |
| XYZ | 22.1 | 24.18 | 45.1 | - |
| YUV | 130.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 177 | 0.45 | 0.21 | 0 | 0.31 | 208.5 | 0.34 | 0.54 |
| Hex | 61 | 8B | B1 | 2D | 15 | 0 | 1F | D0 | 22 | 36 |
| Octal | 141 | 213 | 261 | 55 | 25 | 0 | 37 | 320 | 42 | 66 |
| Binary | 1100001 | 10001011 | 10110001 | 101101 | 10101 | 0 | 11111 | 11010000 | 100010 | 110110 |
Color Harmonies of #618BB1
Complementary color
Monochromatic Colors of #618BB1
Black with #618BB1
Text Example
Text Example
White with #618BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BB1; }
p { color: rgb(97,139,177); }
H1.HeaderClassName
{
color: #618BB1;
}
.AnyTagClassName
{
color: #618BB1;
}
</style>
background-color css
<style>
a { background-color: #618BB1; }
a { background-color: rgb(97,139,177); }
div.DivClassName
{
background-color: #618BB1;
}
.BgClassName
{
background-color: #618BB1;
}
</style>
border-color css
<style>
span { border-color: #618BB1; }
span { border-color: rgb(97,139,177); }
td.TdClassName
{
border-color: #618BB1;
}
.TagClassName
{
border-color: #618BB1;
}
</style>