#668AAD

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

Shades of Air Force Blue #668AAD

Tints of Air Force Blue #668AAD

Color information

#668AAD (or 0x668AAD) is unknown color: approx Air Force Blue. HEX triplet: 66, 8A and AD. RGB value is (102,138,173). Sum of RGB (Red+Green+Blue) = 102+138+173=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #668AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAD is #997552. Grayscale: #838383. Windows color (decimal): -10057043 or 11373158. OLE color: 11373158.

HSL color Cylindrical-coordinate representation of color #668AAD: hue angle of 209.58º degrees, saturation: 0.3, 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 #668AAD is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102138173-
CMYK0.410.2000.32
HSL209.58º30.21%53.92%-
HSV(B)209.58º41.04%67.84%-
XYZ22.1124.0243.01-
YUV131.23151.57107.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=24.70%
G=33.41%
B=41.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021381730.410.2000.32209.5830.2153.92
Hex668AAD2914020d21e36
Octal14621225551240403223666
Binary110011010001010101011011010011010001000001101001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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