#658BAF

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

Shades of Air Force Blue #658BAF

Tints of Air Force Blue #658BAF

Color information

#658BAF (or 0x658BAF) is unknown color: approx Air Force Blue. HEX triplet: 65, 8B and AF. RGB value is (101,139,175). Sum of RGB (Red+Green+Blue) = 101+139+175=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #658BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658BAF is #9A7450. Grayscale: #838383. Windows color (decimal): -10122321 or 11504485. OLE color: 11504485.

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

Color convert

RGB101139175-
CMYK0.420.2100.31
HSL209.19º31.62%54.12%-
HSV(B)209.19º42.29%68.63%-
XYZ22.3424.3344.08-
YUV131.74152.41106.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=24.34%
G=33.49%
B=42.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011391750.420.2100.31209.1931.6254.12
Hex658BAF2A1501Fd12036
Octal14521325752250373214066
Binary110010110001011101011111010101010101111111010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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