#6090AF

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

Shades of Air Force Blue #6090AF

Tints of Air Force Blue #6090AF

Color information

#6090AF (or 0x6090AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 90 and AF. RGB value is (96,144,175). Sum of RGB (Red+Green+Blue) = 96+144+175=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6090AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6090AF is #9F6F50. Grayscale: #858585. Windows color (decimal): -10448721 or 11505760. OLE color: 11505760.

HSL color Cylindrical-coordinate representation of color #6090AF: hue angle of 203.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6090AF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96144175-
CMYK0.450.1800.31
HSL203.54º33.05%53.14%-
HSV(B)203.54º45.14%68.63%-
XYZ22.5325.5344.3-
YUV133.18151.6101.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=23.13%
G=34.70%
B=42.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961441750.450.1800.31203.5433.0553.14
Hex6090AF2D1201Fcc2135
Octal14022025755220373144165
Binary110000010010000101011111011011001001111111001100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6090AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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