#6590AF

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

Shades of Air Force Blue #6590AF

Tints of Air Force Blue #6590AF

Color information

#6590AF (or 0x6590AF) is unknown color: approx Air Force Blue. HEX triplet: 65, 90 and AF. RGB value is (101,144,175). Sum of RGB (Red+Green+Blue) = 101+144+175=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #6590AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6590AF is #9A6F50. Grayscale: #868686. Windows color (decimal): -10121041 or 11505765. OLE color: 11505765.

HSL color Cylindrical-coordinate representation of color #6590AF: hue angle of 205.14º degrees, saturation: 0.32, 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 #6590AF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101144175-
CMYK0.420.1800.31
HSL205.14º31.62%54.12%-
HSV(B)205.14º42.29%68.63%-
XYZ23.0825.8144.32-
YUV134.68150.75103.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=24.05%
G=34.29%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011441750.420.1800.31205.1431.6254.12
Hex6590AF2A1201Fcd2036
Octal14522025752220373154066
Binary110010110010000101011111010101001001111111001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6590AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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