#658AAA

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

Shades of Air Force Blue #658AAA

Tints of Air Force Blue #658AAA

Color information

#658AAA (or 0x658AAA) is unknown color: approx Air Force Blue. HEX triplet: 65, 8A and AA. RGB value is (101,138,170). Sum of RGB (Red+Green+Blue) = 101+138+170=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #658AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658AAA is #9A7555. Grayscale: #828282. Windows color (decimal): -10122582 or 11176549. OLE color: 11176549.

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

Color convert

RGB101138170-
CMYK0.410.1900.33
HSL207.83º28.87%53.14%-
HSV(B)207.83º40.59%66.67%-
XYZ21.7123.8541.49-
YUV130.58150.24106.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=24.69%
G=33.74%
B=41.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011381700.410.1900.33207.8328.8753.14
Hex658AAA2913021d01d35
Octal14521225251230413203565
Binary110010110001010101010101010011001101000011101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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