#648EAD

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

Shades of Air Force Blue #648EAD

Tints of Air Force Blue #648EAD

Color information

#648EAD (or 0x648EAD) is unknown color: approx Air Force Blue. HEX triplet: 64, 8E and AD. RGB value is (100,142,173). Sum of RGB (Red+Green+Blue) = 100+142+173=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #648EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648EAD is #9B7152. Grayscale: #848484. Windows color (decimal): -10187091 or 11374180. OLE color: 11374180.

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

Color convert

RGB100142173-
CMYK0.420.1800.32
HSL205.48º30.8%53.53%-
HSV(B)205.48º42.2%67.84%-
XYZ22.4725.0743.19-
YUV132.98150.59104.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=24.10%
G=34.22%
B=41.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001421730.420.1800.32205.4830.853.53
Hex648EAD2A12020cd1f36
Octal14421625552220403153766
Binary110010010001110101011011010101001001000001100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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