#648EAA

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

Shades of Air Force Blue #648EAA

Tints of Air Force Blue #648EAA

Color information

#648EAA (or 0x648EAA) is unknown color: approx Air Force Blue. HEX triplet: 64, 8E and AA. RGB value is (100,142,170). Sum of RGB (Red+Green+Blue) = 100+142+170=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #648EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648EAA is #9B7155. Grayscale: #848484. Windows color (decimal): -10187094 or 11177572. OLE color: 11177572.

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

Color convert

RGB100142170-
CMYK0.410.1600.33
HSL204º29.17%52.94%-
HSV(B)204º41.18%66.67%-
XYZ22.1824.9641.68-
YUV132.63149.09104.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=24.27%
G=34.47%
B=41.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001421700.410.1600.3320429.1752.94
Hex648EAA2910021cc1d35
Octal14421625251200413143565
Binary110010010001110101010101010011000001000011100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648EAA; }

 p { color: rgb(100,142,170); }

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

<style>
 a { background-color: #648EAA; }

 a { background-color: rgb(100,142,170); }

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

<style>
 span { border-color: #648EAA; }

 span { border-color: rgb(100,142,170); }

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