#6290AF

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

Shades of Air Force Blue #6290AF

Tints of Air Force Blue #6290AF

Color information

#6290AF (or 0x6290AF) is unknown color: approx Air Force Blue. HEX triplet: 62, 90 and AF. RGB value is (98,144,175). Sum of RGB (Red+Green+Blue) = 98+144+175=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #6290AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6290AF is #9D6F50. Grayscale: #858585. Windows color (decimal): -10317649 or 11505762. OLE color: 11505762.

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

Color convert

RGB98144175-
CMYK0.440.1800.31
HSL204.16º32.49%53.53%-
HSV(B)204.16º44%68.63%-
XYZ22.7525.6444.31-
YUV133.78151.26102.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.50%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=23.50%
G=34.53%
B=41.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981441750.440.1800.31204.1632.4953.53
Hex6290AF2C1201Fcc2036
Octal14222025754220373144066
Binary110001010010000101011111011001001001111111001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6290AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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