Shades of Air Force Blue #668CB3
Tints of Air Force Blue #668CB3
RGB
CMYK
RGB Variations
Color information
#668CB3 (or 0x668CB3) is known color: Air Force Blue. HEX triplet: 66, 8C and B3. RGB value is (102,140,179). Sum of RGB (Red+Green+Blue) = 102+140+179=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #668CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CB3 is #99734C. Grayscale: #848484. Windows color (decimal): -10056525 or 11766886. OLE color: 11766886.
HSL color Cylindrical-coordinate representation of color #668CB3: hue angle of 210.39º degrees, saturation: 0.34, 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 #668CB3 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 140 | 179 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.30 |
| HSL | 210.39º | 0.34% | 0.55% | - |
| HSV(B) | 210.39º | 0.43% | 0.7% | - |
| XYZ | 22.99 | 24.84 | 46.23 | - |
| YUV | 133.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 179 | 0.43 | 0.22 | 0 | 0.30 | 210.39 | 0.34 | 0.55 |
| Hex | 66 | 8C | B3 | 2B | 16 | 0 | 1E | D2 | 22 | 37 |
| Octal | 146 | 214 | 263 | 53 | 26 | 0 | 36 | 322 | 42 | 67 |
| Binary | 1100110 | 10001100 | 10110011 | 101011 | 10110 | 0 | 11110 | 11010010 | 100010 | 110111 |
Color Harmonies of #668CB3
Complementary color
Monochromatic Colors of #668CB3
Black with #668CB3
Text Example
Text Example
White with #668CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CB3; }
p { color: rgb(102,140,179); }
H1.HeaderClassName
{
color: #668CB3;
}
.AnyTagClassName
{
color: #668CB3;
}
</style>
background-color css
<style>
a { background-color: #668CB3; }
a { background-color: rgb(102,140,179); }
div.DivClassName
{
background-color: #668CB3;
}
.BgClassName
{
background-color: #668CB3;
}
</style>
border-color css
<style>
span { border-color: #668CB3; }
span { border-color: rgb(102,140,179); }
td.TdClassName
{
border-color: #668CB3;
}
.TagClassName
{
border-color: #668CB3;
}
</style>