#668DA6

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

Shades of Air Force Blue #668DA6

Tints of Air Force Blue #668DA6

Color information

#668DA6 (or 0x668DA6) is unknown color: approx Air Force Blue. HEX triplet: 66, 8D and A6. RGB value is (102,141,166). Sum of RGB (Red+Green+Blue) = 102+141+166=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #668DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DA6 is #997259. Grayscale: #848484. Windows color (decimal): -10056282 or 10915174. OLE color: 10915174.

HSL color Cylindrical-coordinate representation of color #668DA6: hue angle of 203.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668DA6 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102141166-
CMYK0.390.1500.35
HSL203.44º26.45%52.55%-
HSV(B)203.44º38.55%65.1%-
XYZ21.8924.6339.68-
YUV132.19147.08106.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=24.94%
G=34.47%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021411660.390.1500.35203.4426.4552.55
Hex668DA627F023cb1a35
Octal14621524647170433133265
Binary11001101000110110100110100111111101000111100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,166); }

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

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

 a { background-color: rgb(102,141,166); }

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

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

 span { border-color: rgb(102,141,166); }

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