#6486AE

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

Shades of Air Force Blue #6486AE

Tints of Air Force Blue #6486AE

Color information

#6486AE (or 0x6486AE) is unknown color: approx Air Force Blue. HEX triplet: 64, 86 and AE. RGB value is (100,134,174). Sum of RGB (Red+Green+Blue) = 100+134+174=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6486AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6486AE is #9B7951. Grayscale: #808080. Windows color (decimal): -10189138 or 11437668. OLE color: 11437668.

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

Color convert

RGB100134174-
CMYK0.430.2300.32
HSL212.43º31.36%53.73%-
HSV(B)212.43º42.53%68.24%-
XYZ21.4222.8243.32-
YUV128.39153.74107.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=24.51%
G=32.84%
B=42.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001341740.430.2300.32212.4331.3653.73
Hex6486AE2B17020d41f36
Octal14420625653270403243766
Binary110010010000110101011101010111011101000001101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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