#668CAC

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

Shades of Air Force Blue #668CAC

Tints of Air Force Blue #668CAC

Color information

#668CAC (or 0x668CAC) is unknown color: approx Air Force Blue. HEX triplet: 66, 8C and AC. RGB value is (102,140,172). Sum of RGB (Red+Green+Blue) = 102+140+172=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #668CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CAC is #997353. Grayscale: #848484. Windows color (decimal): -10056532 or 11308134. OLE color: 11308134.

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

Color convert

RGB102140172-
CMYK0.410.1900.33
HSL207.43º29.66%53.73%-
HSV(B)207.43º40.7%67.45%-
XYZ22.324.5642.59-
YUV132.29150.41106.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=24.64%
G=33.82%
B=41.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021401720.410.1900.33207.4329.6653.73
Hex668CAC2913021cf1e36
Octal14621425451230413173666
Binary110011010001100101011001010011001101000011100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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