#658EA9

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

Shades of Air Force Blue #658EA9

Tints of Air Force Blue #658EA9

Color information

#658EA9 (or 0x658EA9) is unknown color: approx Air Force Blue. HEX triplet: 65, 8E and A9. RGB value is (101,142,169). Sum of RGB (Red+Green+Blue) = 101+142+169=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #658EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658EA9 is #9A7156. Grayscale: #848484. Windows color (decimal): -10121559 or 11112037. OLE color: 11112037.

HSL color Cylindrical-coordinate representation of color #658EA9: hue angle of 203.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #658EA9 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB101142169-
CMYK0.400.1600.34
HSL203.82º28.33%52.94%-
HSV(B)203.82º40.24%66.27%-
XYZ22.224.9841.19-
YUV132.82148.42105.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=24.51%
G=34.47%
B=41.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011421690.400.1600.34203.8228.3352.94
Hex658EA92810022cc1c35
Octal14521625150200423143465
Binary110010110001110101010011010001000001000101100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658EA9; }

 p { color: rgb(101,142,169); }

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

<style>
 a { background-color: #658EA9; }

 a { background-color: rgb(101,142,169); }

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

<style>
 span { border-color: #658EA9; }

 span { border-color: rgb(101,142,169); }

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