#6990AE

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

Shades of Air Force Blue #6990AE

Tints of Air Force Blue #6990AE

Color information

#6990AE (or 0x6990AE) is unknown color: approx Air Force Blue. HEX triplet: 69, 90 and AE. RGB value is (105,144,174). Sum of RGB (Red+Green+Blue) = 105+144+174=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6990AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6990AE is #966F51. Grayscale: #878787. Windows color (decimal): -9858898 or 11440233. OLE color: 11440233.

HSL color Cylindrical-coordinate representation of color #6990AE: hue angle of 206.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6990AE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105144174-
CMYK0.400.1700.32
HSL206.09º29.87%54.71%-
HSV(B)206.09º39.66%68.24%-
XYZ23.4426.0143.83-
YUV135.76149.58106.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=24.82%
G=34.04%
B=41.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051441740.400.1700.32206.0929.8754.71
Hex6990AE2811020ce1e37
Octal15122025650210403163667
Binary110100110010000101011101010001000101000001100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6990AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6990AE; }

 p { color: rgb(105,144,174); }

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

<style>
 a { background-color: #6990AE; }

 a { background-color: rgb(105,144,174); }

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

<style>
 span { border-color: #6990AE; }

 span { border-color: rgb(105,144,174); }

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