Shades of Air Force Blue #678FB0
Tints of Air Force Blue #678FB0
RGB
CMYK
RGB Variations
Color information
#678FB0 (or 0x678FB0) is known color: Air Force Blue. HEX triplet: 67, 8F and B0. RGB value is (103,143,176). Sum of RGB (Red+Green+Blue) = 103+143+176=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #678FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FB0 is #98704F. Grayscale: #868686. Windows color (decimal): -9990224 or 11571047. OLE color: 11571047.
HSL color Cylindrical-coordinate representation of color #678FB0: hue angle of 207.12º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #678FB0 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 143 | 176 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.31 |
| HSL | 207.12º | 0.32% | 0.55% | - |
| HSV(B) | 207.12º | 0.41% | 0.69% | - |
| XYZ | 23.25 | 25.66 | 44.8 | - |
| YUV | 134.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 176 | 0.41 | 0.19 | 0 | 0.31 | 207.12 | 0.32 | 0.55 |
| Hex | 67 | 8F | B0 | 29 | 13 | 0 | 1F | CF | 20 | 37 |
| Octal | 147 | 217 | 260 | 51 | 23 | 0 | 37 | 317 | 40 | 67 |
| Binary | 1100111 | 10001111 | 10110000 | 101001 | 10011 | 0 | 11111 | 11001111 | 100000 | 110111 |
Color Harmonies of #678FB0
Complementary color
Monochromatic Colors of #678FB0
Black with #678FB0
Text Example
Text Example
White with #678FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FB0; }
p { color: rgb(103,143,176); }
H1.HeaderClassName
{
color: #678FB0;
}
.AnyTagClassName
{
color: #678FB0;
}
</style>
background-color css
<style>
a { background-color: #678FB0; }
a { background-color: rgb(103,143,176); }
div.DivClassName
{
background-color: #678FB0;
}
.BgClassName
{
background-color: #678FB0;
}
</style>
border-color css
<style>
span { border-color: #678FB0; }
span { border-color: rgb(103,143,176); }
td.TdClassName
{
border-color: #678FB0;
}
.TagClassName
{
border-color: #678FB0;
}
</style>