#668DAC

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

Shades of Air Force Blue #668DAC

Tints of Air Force Blue #668DAC

Color information

#668DAC (or 0x668DAC) is unknown color: approx Air Force Blue. HEX triplet: 66, 8D and AC. RGB value is (102,141,172). Sum of RGB (Red+Green+Blue) = 102+141+172=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #668DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DAC is #997253. Grayscale: #848484. Windows color (decimal): -10056276 or 11308390. OLE color: 11308390.

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

Color convert

RGB102141172-
CMYK0.410.1800.33
HSL206.57º29.66%53.73%-
HSV(B)206.57º40.7%67.45%-
XYZ22.4524.8542.64-
YUV132.87150.08105.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=24.58%
G=33.98%
B=41.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021411720.410.1800.33206.5729.6653.73
Hex668DAC2912021cf1e36
Octal14621525451220413173666
Binary110011010001101101011001010011001001000011100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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