#668CAF

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

Shades of Air Force Blue #668CAF

Tints of Air Force Blue #668CAF

Color information

#668CAF (or 0x668CAF) is unknown color: approx Air Force Blue. HEX triplet: 66, 8C and AF. RGB value is (102,140,175). Sum of RGB (Red+Green+Blue) = 102+140+175=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #668CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CAF is #997350. Grayscale: #848484. Windows color (decimal): -10056529 or 11504742. OLE color: 11504742.

HSL color Cylindrical-coordinate representation of color #668CAF: hue angle of 208.77º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668CAF is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102140175-
CMYK0.420.200.31
HSL208.77º31.33%54.31%-
HSV(B)208.77º41.71%68.63%-
XYZ22.624.6844.13-
YUV132.63151.91106.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=24.46%
G=33.57%
B=41.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021401750.420.200.31208.7731.3354.31
Hex668CAF2A1401Fd11f36
Octal14621425752240373213766
Binary11001101000110010101111101010101000111111101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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