#6486A9

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

Shades of Air Force Blue #6486A9

Tints of Air Force Blue #6486A9

Color information

#6486A9 (or 0x6486A9) is unknown color: approx Air Force Blue. HEX triplet: 64, 86 and A9. RGB value is (100,134,169). Sum of RGB (Red+Green+Blue) = 100+134+169=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #6486A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6486A9 is #9B7956. Grayscale: #7F7F7F. Windows color (decimal): -10189143 or 11109988. OLE color: 11109988.

HSL color Cylindrical-coordinate representation of color #6486A9: hue angle of 210.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6486A9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB100134169-
CMYK0.410.2100.34
HSL210.43º28.63%52.75%-
HSV(B)210.43º40.83%66.27%-
XYZ20.9422.6240.8-
YUV127.82151.24108.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=24.81%
G=33.25%
B=41.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1001341690.410.2100.34210.4328.6352.75
Hex6486A92915022d21d35
Octal14420625151250423223565
Binary110010010000110101010011010011010101000101101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6486A9; }

 p { color: rgb(100,134,169); }

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

<style>
 a { background-color: #6486A9; }

 a { background-color: rgb(100,134,169); }

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

<style>
 span { border-color: #6486A9; }

 span { border-color: rgb(100,134,169); }

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