#658BAA

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

Shades of Air Force Blue #658BAA

Tints of Air Force Blue #658BAA

Color information

#658BAA (or 0x658BAA) is unknown color: approx Air Force Blue. HEX triplet: 65, 8B and AA. RGB value is (101,139,170). Sum of RGB (Red+Green+Blue) = 101+139+170=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #658BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658BAA is #9A7455. Grayscale: #838383. Windows color (decimal): -10122326 or 11176805. OLE color: 11176805.

HSL color Cylindrical-coordinate representation of color #658BAA: hue angle of 206.96º 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 #658BAA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101139170-
CMYK0.410.1800.33
HSL206.96º28.87%53.14%-
HSV(B)206.96º40.59%66.67%-
XYZ21.8624.1341.54-
YUV131.17149.91106.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.63%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=24.63%
G=33.90%
B=41.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011391700.410.1800.33206.9628.8753.14
Hex658BAA2912021cf1d35
Octal14521325251220413173565
Binary110010110001011101010101010011001001000011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,139,170); }

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

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

 a { background-color: rgb(101,139,170); }

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

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

 span { border-color: rgb(101,139,170); }

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