Shades of Air Force Blue #678DB1
Tints of Air Force Blue #678DB1
RGB
CMYK
RGB Variations
Color information
#678DB1 (or 0x678DB1) is known color: Air Force Blue. HEX triplet: 67, 8D and B1. RGB value is (103,141,177). Sum of RGB (Red+Green+Blue) = 103+141+177=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #678DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DB1 is #98724E. Grayscale: #858585. Windows color (decimal): -9990735 or 11636071. OLE color: 11636071.
HSL color Cylindrical-coordinate representation of color #678DB1: hue angle of 209.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #678DB1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 141 | 177 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.31 |
| HSL | 209.19º | 0.32% | 0.55% | - |
| HSV(B) | 209.19º | 0.42% | 0.69% | - |
| XYZ | 23.05 | 25.11 | 45.23 | - |
| YUV | 133.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 177 | 0.42 | 0.20 | 0 | 0.31 | 209.19 | 0.32 | 0.55 |
| Hex | 67 | 8D | B1 | 2A | 14 | 0 | 1F | D1 | 20 | 37 |
| Octal | 147 | 215 | 261 | 52 | 24 | 0 | 37 | 321 | 40 | 67 |
| Binary | 1100111 | 10001101 | 10110001 | 101010 | 10100 | 0 | 11111 | 11010001 | 100000 | 110111 |
Color Harmonies of #678DB1
Complementary color
Monochromatic Colors of #678DB1
Black with #678DB1
Text Example
Text Example
White with #678DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DB1; }
p { color: rgb(103,141,177); }
H1.HeaderClassName
{
color: #678DB1;
}
.AnyTagClassName
{
color: #678DB1;
}
</style>
background-color css
<style>
a { background-color: #678DB1; }
a { background-color: rgb(103,141,177); }
div.DivClassName
{
background-color: #678DB1;
}
.BgClassName
{
background-color: #678DB1;
}
</style>
border-color css
<style>
span { border-color: #678DB1; }
span { border-color: rgb(103,141,177); }
td.TdClassName
{
border-color: #678DB1;
}
.TagClassName
{
border-color: #678DB1;
}
</style>