#6990AF

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

Shades of Air Force Blue #6990AF

Tints of Air Force Blue #6990AF

Color information

#6990AF (or 0x6990AF) is unknown color: approx Air Force Blue. HEX triplet: 69, 90 and AF. RGB value is (105,144,175). Sum of RGB (Red+Green+Blue) = 105+144+175=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6990AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6990AF is #966F50. Grayscale: #878787. Windows color (decimal): -9858897 or 11505769. OLE color: 11505769.

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

Color convert

RGB105144175-
CMYK0.400.1800.31
HSL206.57º30.43%54.9%-
HSV(B)206.57º40%68.63%-
XYZ23.5426.0444.34-
YUV135.87150.08105.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=24.76%
G=33.96%
B=41.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051441750.400.1800.31206.5730.4354.9
Hex6990AF281201Fcf1e37
Octal15122025750220373173667
Binary11010011001000010101111101000100100111111100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6990AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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