#668AAE

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

Shades of Air Force Blue #668AAE

Tints of Air Force Blue #668AAE

Color information

#668AAE (or 0x668AAE) is unknown color: approx Air Force Blue. HEX triplet: 66, 8A and AE. RGB value is (102,138,174). Sum of RGB (Red+Green+Blue) = 102+138+174=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #668AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAE is #997551. Grayscale: #838383. Windows color (decimal): -10057042 or 11438694. OLE color: 11438694.

HSL color Cylindrical-coordinate representation of color #668AAE: hue angle of 210º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668AAE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102138174-
CMYK0.410.2100.32
HSL210º30.77%54.12%-
HSV(B)210º41.38%68.24%-
XYZ22.2124.0643.52-
YUV131.34152.07107.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=24.64%
G=33.33%
B=42.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021381740.410.2100.3221030.7754.12
Hex668AAE2915020d21f36
Octal14621225651250403223766
Binary110011010001010101011101010011010101000001101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,174); }

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

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

 a { background-color: rgb(102,138,174); }

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

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

 span { border-color: rgb(102,138,174); }

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