#6489B1

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

Shades of Air Force Blue #6489B1

Tints of Air Force Blue #6489B1

Color information

#6489B1 (or 0x6489B1) is unknown color: approx Air Force Blue. HEX triplet: 64, 89 and B1. RGB value is (100,137,177). Sum of RGB (Red+Green+Blue) = 100+137+177=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #6489B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489B1 is #9B764E. Grayscale: #828282. Windows color (decimal): -10188367 or 11635044. OLE color: 11635044.

HSL color Cylindrical-coordinate representation of color #6489B1: hue angle of 211.17º degrees, saturation: 0.33, 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 #6489B1 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100137177-
CMYK0.440.2300.31
HSL211.17º33.05%54.31%-
HSV(B)211.17º43.5%69.41%-
XYZ22.1423.7745.02-
YUV130.5154.24106.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=24.15%
G=33.09%
B=42.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001371770.440.2300.31211.1733.0554.31
Hex6489B12C1701Fd32136
Octal14421126154270373234166
Binary110010010001001101100011011001011101111111010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6489B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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