#668FB4

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

Shades of Air Force Blue #668FB4

Tints of Air Force Blue #668FB4

Color information

#668FB4 (or 0x668FB4) is unknown color: approx Air Force Blue. HEX triplet: 66, 8F and B4. RGB value is (102,143,180). Sum of RGB (Red+Green+Blue) = 102+143+180=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #668FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FB4 is #99704B. Grayscale: #868686. Windows color (decimal): -10055756 or 11833190. OLE color: 11833190.

HSL color Cylindrical-coordinate representation of color #668FB4: hue angle of 208.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668FB4 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102143180-
CMYK0.430.2100.29
HSL208.46º34.21%55.29%-
HSV(B)208.46º43.33%70.59%-
XYZ23.5425.7646.91-
YUV134.96153.42104.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=24%
G=33.65%
B=42.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021431800.430.2100.29208.4634.2155.29
Hex668FB42B1501Dd02237
Octal14621726453250353204267
Binary110011010001111101101001010111010101110111010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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