Shades of Air Force Blue #678FB3
Tints of Air Force Blue #678FB3
RGB
CMYK
RGB Variations
Color information
#678FB3 (or 0x678FB3) is known color: Air Force Blue. HEX triplet: 67, 8F and B3. RGB value is (103,143,179). Sum of RGB (Red+Green+Blue) = 103+143+179=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #678FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FB3 is #98704C. Grayscale: #868686. Windows color (decimal): -9990221 or 11767655. OLE color: 11767655.
HSL color Cylindrical-coordinate representation of color #678FB3: hue angle of 208.42º 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 #678FB3 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 143 | 179 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.30 |
| HSL | 208.42º | 0.33% | 0.55% | - |
| HSV(B) | 208.42º | 0.42% | 0.7% | - |
| XYZ | 23.55 | 25.78 | 46.38 | - |
| YUV | 135.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 179 | 0.42 | 0.20 | 0 | 0.30 | 208.42 | 0.33 | 0.55 |
| Hex | 67 | 8F | B3 | 2A | 14 | 0 | 1E | D0 | 21 | 37 |
| Octal | 147 | 217 | 263 | 52 | 24 | 0 | 36 | 320 | 41 | 67 |
| Binary | 1100111 | 10001111 | 10110011 | 101010 | 10100 | 0 | 11110 | 11010000 | 100001 | 110111 |
Color Harmonies of #678FB3
Complementary color
Monochromatic Colors of #678FB3
Black with #678FB3
Text Example
Text Example
White with #678FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FB3; }
p { color: rgb(103,143,179); }
H1.HeaderClassName
{
color: #678FB3;
}
.AnyTagClassName
{
color: #678FB3;
}
</style>
background-color css
<style>
a { background-color: #678FB3; }
a { background-color: rgb(103,143,179); }
div.DivClassName
{
background-color: #678FB3;
}
.BgClassName
{
background-color: #678FB3;
}
</style>
border-color css
<style>
span { border-color: #678FB3; }
span { border-color: rgb(103,143,179); }
td.TdClassName
{
border-color: #678FB3;
}
.TagClassName
{
border-color: #678FB3;
}
</style>