#658DAD

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

Shades of Air Force Blue #658DAD

Tints of Air Force Blue #658DAD

Color information

#658DAD (or 0x658DAD) is unknown color: approx Air Force Blue. HEX triplet: 65, 8D and AD. RGB value is (101,141,173). Sum of RGB (Red+Green+Blue) = 101+141+173=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #658DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658DAD is #9A7252. Grayscale: #848484. Windows color (decimal): -10121811 or 11373925. OLE color: 11373925.

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

Color convert

RGB101141173-
CMYK0.420.1800.32
HSL206.67º30.51%53.73%-
HSV(B)206.67º41.62%67.84%-
XYZ22.4324.8343.15-
YUV132.69150.75105.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=24.34%
G=33.98%
B=41.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011411730.420.1800.32206.6730.5153.73
Hex658DAD2A12020cf1f36
Octal14521525552220403173766
Binary110010110001101101011011010101001001000001100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,173); }

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

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

 a { background-color: rgb(101,141,173); }

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

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

 span { border-color: rgb(101,141,173); }

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