#6890AD

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

Shades of Air Force Blue #6890AD

Tints of Air Force Blue #6890AD

Color information

#6890AD (or 0x6890AD) is unknown color: approx Air Force Blue. HEX triplet: 68, 90 and AD. RGB value is (104,144,173). Sum of RGB (Red+Green+Blue) = 104+144+173=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #6890AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6890AD is #976F52. Grayscale: #878787. Windows color (decimal): -9924435 or 11374696. OLE color: 11374696.

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

Color convert

RGB104144173-
CMYK0.400.1700.32
HSL205.22º29.61%54.31%-
HSV(B)205.22º39.88%67.84%-
XYZ23.2325.9143.31-
YUV135.35149.25105.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=24.70%
G=34.20%
B=41.09%

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
Decimal1041441730.400.1700.32205.2229.6154.31
Hex6890AD2811020cd1e36
Octal15022025550210403153666
Binary110100010010000101011011010001000101000001100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6890AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6890AD; }

 p { color: rgb(104,144,173); }

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

<style>
 a { background-color: #6890AD; }

 a { background-color: rgb(104,144,173); }

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

<style>
 span { border-color: #6890AD; }

 span { border-color: rgb(104,144,173); }

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