#668BAA

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

Shades of Air Force Blue #668BAA

Tints of Air Force Blue #668BAA

Color information

#668BAA (or 0x668BAA) is unknown color: approx Air Force Blue. HEX triplet: 66, 8B and AA. RGB value is (102,139,170). Sum of RGB (Red+Green+Blue) = 102+139+170=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #668BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BAA is #997455. Grayscale: #838383. Windows color (decimal): -10056790 or 11176806. OLE color: 11176806.

HSL color Cylindrical-coordinate representation of color #668BAA: hue angle of 207.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668BAA is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102139170-
CMYK0.40.1800.33
HSL207.35º28.57%53.33%-
HSV(B)207.35º40%66.67%-
XYZ21.9724.1941.54-
YUV131.47149.74106.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=24.82%
G=33.82%
B=41.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021391700.40.1800.33207.3528.5753.33
Hex668BAA2812021cf1d35
Octal14621325250220413173565
Binary110011010001011101010101010001001001000011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,170); }

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

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

 a { background-color: rgb(102,139,170); }

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

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

 span { border-color: rgb(102,139,170); }

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