#6389AA

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

Shades of Air Force Blue #6389AA

Tints of Air Force Blue #6389AA

Color information

#6389AA (or 0x6389AA) is unknown color: approx Air Force Blue. HEX triplet: 63, 89 and AA. RGB value is (99,137,170). Sum of RGB (Red+Green+Blue) = 99+137+170=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #6389AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6389AA is #9C7655. Grayscale: #818181. Windows color (decimal): -10253910 or 11176291. OLE color: 11176291.

HSL color Cylindrical-coordinate representation of color #6389AA: hue angle of 207.89º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6389AA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99137170-
CMYK0.420.1900.33
HSL207.89º29.46%52.75%-
HSV(B)207.89º41.76%66.67%-
XYZ21.3523.4541.43-
YUV129.4150.91106.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=24.38%
G=33.74%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991371700.420.1900.33207.8929.4652.75
Hex6389AA2A13021d01d35
Octal14321125252230413203565
Binary110001110001001101010101010101001101000011101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6389AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6389AA; }

 p { color: rgb(99,137,170); }

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

<style>
 a { background-color: #6389AA; }

 a { background-color: rgb(99,137,170); }

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

<style>
 span { border-color: #6389AA; }

 span { border-color: rgb(99,137,170); }

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