Shades of Air Force Blue #618DB3
Tints of Air Force Blue #618DB3
RGB
CMYK
RGB Variations
Color information
#618DB3 (or 0x618DB3) is known color: Air Force Blue. HEX triplet: 61, 8D and B3. RGB value is (97,141,179). Sum of RGB (Red+Green+Blue) = 97+141+179=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #618DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DB3 is #9E724C. Grayscale: #838383. Windows color (decimal): -10383949 or 11767137. OLE color: 11767137.
HSL color Cylindrical-coordinate representation of color #618DB3: hue angle of 207.8º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618DB3 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 141 | 179 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.30 |
| HSL | 207.8º | 0.35% | 0.54% | - |
| HSV(B) | 207.8º | 0.46% | 0.7% | - |
| XYZ | 22.59 | 24.85 | 46.25 | - |
| YUV | 132.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 179 | 0.46 | 0.21 | 0 | 0.30 | 207.8 | 0.35 | 0.54 |
| Hex | 61 | 8D | B3 | 2E | 15 | 0 | 1E | D0 | 23 | 36 |
| Octal | 141 | 215 | 263 | 56 | 25 | 0 | 36 | 320 | 43 | 66 |
| Binary | 1100001 | 10001101 | 10110011 | 101110 | 10101 | 0 | 11110 | 11010000 | 100011 | 110110 |
Color Harmonies of #618DB3
Complementary color
Monochromatic Colors of #618DB3
Black with #618DB3
Text Example
Text Example
White with #618DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DB3; }
p { color: rgb(97,141,179); }
H1.HeaderClassName
{
color: #618DB3;
}
.AnyTagClassName
{
color: #618DB3;
}
</style>
background-color css
<style>
a { background-color: #618DB3; }
a { background-color: rgb(97,141,179); }
div.DivClassName
{
background-color: #618DB3;
}
.BgClassName
{
background-color: #618DB3;
}
</style>
border-color css
<style>
span { border-color: #618DB3; }
span { border-color: rgb(97,141,179); }
td.TdClassName
{
border-color: #618DB3;
}
.TagClassName
{
border-color: #618DB3;
}
</style>