#668EAF

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

Shades of Air Force Blue #668EAF

Tints of Air Force Blue #668EAF

Color information

#668EAF (or 0x668EAF) is unknown color: approx Air Force Blue. HEX triplet: 66, 8E and AF. RGB value is (102,142,175). Sum of RGB (Red+Green+Blue) = 102+142+175=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #668EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668EAF is #997150. Grayscale: #858585. Windows color (decimal): -10056017 or 11505254. OLE color: 11505254.

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

Color convert

RGB102142175-
CMYK0.420.1900.31
HSL207.12º31.33%54.31%-
HSV(B)207.12º41.71%68.63%-
XYZ22.8925.2744.23-
YUV133.8151.25105.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=24.34%
G=33.89%
B=41.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021421750.420.1900.31207.1231.3354.31
Hex668EAF2A1301Fcf1f36
Octal14621625752230373173766
Binary11001101000111010101111101010100110111111100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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