Shades of Air Force Blue #678FB2
Tints of Air Force Blue #678FB2
RGB
CMYK
RGB Variations
Color information
#678FB2 (or 0x678FB2) is known color: Air Force Blue. HEX triplet: 67, 8F and B2. RGB value is (103,143,178). Sum of RGB (Red+Green+Blue) = 103+143+178=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #678FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FB2 is #98704D. Grayscale: #868686. Windows color (decimal): -9990222 or 11702119. OLE color: 11702119.
HSL color Cylindrical-coordinate representation of color #678FB2: hue angle of 208º 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 #678FB2 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 143 | 178 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.30 |
| HSL | 208º | 0.33% | 0.55% | - |
| HSV(B) | 208º | 0.42% | 0.7% | - |
| XYZ | 23.45 | 25.74 | 45.85 | - |
| YUV | 135.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 178 | 0.42 | 0.20 | 0 | 0.30 | 208 | 0.33 | 0.55 |
| Hex | 67 | 8F | B2 | 2A | 14 | 0 | 1E | D0 | 21 | 37 |
| Octal | 147 | 217 | 262 | 52 | 24 | 0 | 36 | 320 | 41 | 67 |
| Binary | 1100111 | 10001111 | 10110010 | 101010 | 10100 | 0 | 11110 | 11010000 | 100001 | 110111 |
Color Harmonies of #678FB2
Complementary color
Monochromatic Colors of #678FB2
Black with #678FB2
Text Example
Text Example
White with #678FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FB2; }
p { color: rgb(103,143,178); }
H1.HeaderClassName
{
color: #678FB2;
}
.AnyTagClassName
{
color: #678FB2;
}
</style>
background-color css
<style>
a { background-color: #678FB2; }
a { background-color: rgb(103,143,178); }
div.DivClassName
{
background-color: #678FB2;
}
.BgClassName
{
background-color: #678FB2;
}
</style>
border-color css
<style>
span { border-color: #678FB2; }
span { border-color: rgb(103,143,178); }
td.TdClassName
{
border-color: #678FB2;
}
.TagClassName
{
border-color: #678FB2;
}
</style>