Shades of Air Force Blue #678DB3
Tints of Air Force Blue #678DB3
RGB
CMYK
RGB Variations
Color information
#678DB3 (or 0x678DB3) is known color: Air Force Blue. HEX triplet: 67, 8D and B3. RGB value is (103,141,179). Sum of RGB (Red+Green+Blue) = 103+141+179=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #678DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DB3 is #98724C. Grayscale: #858585. Windows color (decimal): -9990733 or 11767143. OLE color: 11767143.
HSL color Cylindrical-coordinate representation of color #678DB3: hue angle of 210º 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 #678DB3 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 141 | 179 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.30 |
| HSL | 210º | 0.33% | 0.55% | - |
| HSV(B) | 210º | 0.42% | 0.7% | - |
| XYZ | 23.26 | 25.19 | 46.28 | - |
| YUV | 133.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 179 | 0.42 | 0.21 | 0 | 0.30 | 210 | 0.33 | 0.55 |
| Hex | 67 | 8D | B3 | 2A | 15 | 0 | 1E | D2 | 21 | 37 |
| Octal | 147 | 215 | 263 | 52 | 25 | 0 | 36 | 322 | 41 | 67 |
| Binary | 1100111 | 10001101 | 10110011 | 101010 | 10101 | 0 | 11110 | 11010010 | 100001 | 110111 |
Color Harmonies of #678DB3
Complementary color
Monochromatic Colors of #678DB3
Black with #678DB3
Text Example
Text Example
White with #678DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DB3; }
p { color: rgb(103,141,179); }
H1.HeaderClassName
{
color: #678DB3;
}
.AnyTagClassName
{
color: #678DB3;
}
</style>
background-color css
<style>
a { background-color: #678DB3; }
a { background-color: rgb(103,141,179); }
div.DivClassName
{
background-color: #678DB3;
}
.BgClassName
{
background-color: #678DB3;
}
</style>
border-color css
<style>
span { border-color: #678DB3; }
span { border-color: rgb(103,141,179); }
td.TdClassName
{
border-color: #678DB3;
}
.TagClassName
{
border-color: #678DB3;
}
</style>