#668CAB

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

Shades of Air Force Blue #668CAB

Tints of Air Force Blue #668CAB

Color information

#668CAB (or 0x668CAB) is unknown color: approx Air Force Blue. HEX triplet: 66, 8C and AB. RGB value is (102,140,171). Sum of RGB (Red+Green+Blue) = 102+140+171=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #668CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CAB is #997354. Grayscale: #848484. Windows color (decimal): -10056533 or 11242598. OLE color: 11242598.

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

Color convert

RGB102140171-
CMYK0.400.1800.33
HSL206.96º29.11%53.53%-
HSV(B)206.96º40.35%67.06%-
XYZ22.2124.5242.09-
YUV132.17149.91106.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=24.70%
G=33.90%
B=41.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021401710.400.1800.33206.9629.1153.53
Hex668CAB2812021cf1d36
Octal14621425350220413173566
Binary110011010001100101010111010001001001000011100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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