Shades of Air Force Blue #668FB2
Tints of Air Force Blue #668FB2
RGB
CMYK
RGB Variations
Color information
#668FB2 (or 0x668FB2) is known color: Air Force Blue. HEX triplet: 66, 8F and B2. RGB value is (102,143,178). Sum of RGB (Red+Green+Blue) = 102+143+178=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #668FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FB2 is #99704D. Grayscale: #868686. Windows color (decimal): -10055758 or 11702118. OLE color: 11702118.
HSL color Cylindrical-coordinate representation of color #668FB2: hue angle of 207.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668FB2 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 143 | 178 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.30 |
| HSL | 207.63º | 0.33% | 0.55% | - |
| HSV(B) | 207.63º | 0.43% | 0.7% | - |
| XYZ | 23.34 | 25.68 | 45.85 | - |
| YUV | 134.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 178 | 0.43 | 0.20 | 0 | 0.30 | 207.63 | 0.33 | 0.55 |
| Hex | 66 | 8F | B2 | 2B | 14 | 0 | 1E | D0 | 21 | 37 |
| Octal | 146 | 217 | 262 | 53 | 24 | 0 | 36 | 320 | 41 | 67 |
| Binary | 1100110 | 10001111 | 10110010 | 101011 | 10100 | 0 | 11110 | 11010000 | 100001 | 110111 |
Color Harmonies of #668FB2
Complementary color
Monochromatic Colors of #668FB2
Black with #668FB2
Text Example
Text Example
White with #668FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FB2; }
p { color: rgb(102,143,178); }
H1.HeaderClassName
{
color: #668FB2;
}
.AnyTagClassName
{
color: #668FB2;
}
</style>
background-color css
<style>
a { background-color: #668FB2; }
a { background-color: rgb(102,143,178); }
div.DivClassName
{
background-color: #668FB2;
}
.BgClassName
{
background-color: #668FB2;
}
</style>
border-color css
<style>
span { border-color: #668FB2; }
span { border-color: rgb(102,143,178); }
td.TdClassName
{
border-color: #668FB2;
}
.TagClassName
{
border-color: #668FB2;
}
</style>