#6489AD

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

Shades of Air Force Blue #6489AD

Tints of Air Force Blue #6489AD

Color information

#6489AD (or 0x6489AD) is unknown color: approx Air Force Blue. HEX triplet: 64, 89 and AD. RGB value is (100,137,173). Sum of RGB (Red+Green+Blue) = 100+137+173=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #6489AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489AD is #9B7652. Grayscale: #818181. Windows color (decimal): -10188371 or 11372900. OLE color: 11372900.

HSL color Cylindrical-coordinate representation of color #6489AD: hue angle of 209.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6489AD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100137173-
CMYK0.420.2100.32
HSL209.59º30.8%53.53%-
HSV(B)209.59º42.2%67.84%-
XYZ21.7423.6242.95-
YUV130.04152.24106.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=24.39%
G=33.41%
B=42.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001371730.420.2100.32209.5930.853.53
Hex6489AD2A15020d21f36
Octal14421125552250403223766
Binary110010010001001101011011010101010101000001101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6489AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,137,173); }

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

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

 a { background-color: rgb(100,137,173); }

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

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

 span { border-color: rgb(100,137,173); }

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