#668DAD

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

Shades of Air Force Blue #668DAD

Tints of Air Force Blue #668DAD

Color information

#668DAD (or 0x668DAD) is unknown color: approx Air Force Blue. HEX triplet: 66, 8D and AD. RGB value is (102,141,173). Sum of RGB (Red+Green+Blue) = 102+141+173=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #668DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DAD is #997252. Grayscale: #848484. Windows color (decimal): -10056275 or 11373926. OLE color: 11373926.

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

Color convert

RGB102141173-
CMYK0.410.1800.32
HSL207.04º30.21%53.92%-
HSV(B)207.04º41.04%67.84%-
XYZ22.5524.8943.15-
YUV132.99150.58105.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=24.52%
G=33.89%
B=41.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021411730.410.1800.32207.0430.2153.92
Hex668DAD2912020cf1e36
Octal14621525551220403173666
Binary110011010001101101011011010011001001000001100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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