#668FB0

Color #668FB0 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #668FB0

Tints of Air Force Blue #668FB0

Color information

#668FB0 (or 0x668FB0) is unknown color: approx Air Force Blue. HEX triplet: 66, 8F and B0. RGB value is (102,143,176). Sum of RGB (Red+Green+Blue) = 102+143+176=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #668FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FB0 is #99704F. Grayscale: #868686. Windows color (decimal): -10055760 or 11571046. OLE color: 11571046.

HSL color Cylindrical-coordinate representation of color #668FB0: hue angle of 206.76º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668FB0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102143176-
CMYK0.420.1900.31
HSL206.76º31.9%54.51%-
HSV(B)206.76º42.05%69.02%-
XYZ23.1425.644.8-
YUV134.5151.42104.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=24.23%
G=33.97%
B=41.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021431760.420.1900.31206.7631.954.51
Hex668FB02A1301Fcf2037
Octal14621726052230373174067
Binary110011010001111101100001010101001101111111001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668FB0; }

 p { color: rgb(102,143,176); }

 H1.HeaderClassName
 {
   color: #668FB0;
 }
 .AnyTagClassName
 {
   color: #668FB0;
 }
</style>
background-color css

<style>
 a { background-color: #668FB0; }

 a { background-color: rgb(102,143,176); }

 div.DivClassName
 {
   background-color: #668FB0;
 }
 .BgClassName
 {
   background-color: #668FB0;
 }
</style>
border-color css

<style>
 span { border-color: #668FB0; }

 span { border-color: rgb(102,143,176); }

 td.TdClassName
 {
   border-color: #668FB0;
 }
 .TagClassName
 {
   border-color: #668FB0;
 }
</style>