#648EAC

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

Shades of Air Force Blue #648EAC

Tints of Air Force Blue #648EAC

Color information

#648EAC (or 0x648EAC) is unknown color: approx Air Force Blue. HEX triplet: 64, 8E and AC. RGB value is (100,142,172). Sum of RGB (Red+Green+Blue) = 100+142+172=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #648EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648EAC is #9B7153. Grayscale: #848484. Windows color (decimal): -10187092 or 11308644. OLE color: 11308644.

HSL color Cylindrical-coordinate representation of color #648EAC: hue angle of 205º degrees, saturation: 0.3, 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 #648EAC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100142172-
CMYK0.420.1700.33
HSL205º30.25%53.33%-
HSV(B)205º41.86%67.45%-
XYZ22.3725.0342.68-
YUV132.86150.09104.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=24.15%
G=34.30%
B=41.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001421720.420.1700.3320530.2553.33
Hex648EAC2A11021cd1e35
Octal14421625452210413153665
Binary110010010001110101011001010101000101000011100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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