#658FAF

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

Shades of Air Force Blue #658FAF

Tints of Air Force Blue #658FAF

Color information

#658FAF (or 0x658FAF) is unknown color: approx Air Force Blue. HEX triplet: 65, 8F and AF. RGB value is (101,143,175). Sum of RGB (Red+Green+Blue) = 101+143+175=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #658FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FAF is #9A7050. Grayscale: #858585. Windows color (decimal): -10121297 or 11505509. OLE color: 11505509.

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

Color convert

RGB101143175-
CMYK0.420.1800.31
HSL205.95º31.62%54.12%-
HSV(B)205.95º42.29%68.63%-
XYZ22.9325.5144.27-
YUV134.09151.09104.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=24.11%
G=34.13%
B=41.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011431750.420.1800.31205.9531.6254.12
Hex658FAF2A1201Fce2036
Octal14521725752220373164066
Binary110010110001111101011111010101001001111111001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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