Shades of Air Force Blue #678DB2
Tints of Air Force Blue #678DB2
RGB
CMYK
RGB Variations
Color information
#678DB2 (or 0x678DB2) is known color: Air Force Blue. HEX triplet: 67, 8D and B2. RGB value is (103,141,178). Sum of RGB (Red+Green+Blue) = 103+141+178=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #678DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DB2 is #98724D. Grayscale: #858585. Windows color (decimal): -9990734 or 11701607. OLE color: 11701607.
HSL color Cylindrical-coordinate representation of color #678DB2: hue angle of 209.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #678DB2 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 141 | 178 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.30 |
| HSL | 209.6º | 0.33% | 0.55% | - |
| HSV(B) | 209.6º | 0.42% | 0.7% | - |
| XYZ | 23.15 | 25.15 | 45.75 | - |
| YUV | 133.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 178 | 0.42 | 0.21 | 0 | 0.30 | 209.6 | 0.33 | 0.55 |
| Hex | 67 | 8D | B2 | 2A | 15 | 0 | 1E | D2 | 21 | 37 |
| Octal | 147 | 215 | 262 | 52 | 25 | 0 | 36 | 322 | 41 | 67 |
| Binary | 1100111 | 10001101 | 10110010 | 101010 | 10101 | 0 | 11110 | 11010010 | 100001 | 110111 |
Color Harmonies of #678DB2
Complementary color
Monochromatic Colors of #678DB2
Black with #678DB2
Text Example
Text Example
White with #678DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DB2; }
p { color: rgb(103,141,178); }
H1.HeaderClassName
{
color: #678DB2;
}
.AnyTagClassName
{
color: #678DB2;
}
</style>
background-color css
<style>
a { background-color: #678DB2; }
a { background-color: rgb(103,141,178); }
div.DivClassName
{
background-color: #678DB2;
}
.BgClassName
{
background-color: #678DB2;
}
</style>
border-color css
<style>
span { border-color: #678DB2; }
span { border-color: rgb(103,141,178); }
td.TdClassName
{
border-color: #678DB2;
}
.TagClassName
{
border-color: #678DB2;
}
</style>