Html Css Color HEX #658AAD Air Force Blue

📋 copy color: '#658AAD'

red 101 ◦ green 138 ◦ blue 173

#658AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #658AAD

Tints of Air Force Blue #658AAD

RGB

 RED value IS 101 (39.84% from 255) = 24.51%

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 24.51%
G = 33.5%
B = 41.99%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#658AAD (or 0x658AAD) is known color: Air Force Blue. HEX triplet: 65, 8A and AD. RGB value is (101,138,173). Sum of RGB (Red+Green+Blue) = 101+138+173=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #658AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658AAD is #9A7552. Grayscale: #828282. Windows color (decimal): -10122579 or 11373157. OLE color: 11373157.

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

Color convert

RGB 101 138 173 -
CMYK 0.42 0.20 0 0.32
HSL 209.17º 0.31% 0.54% -
HSV(B) 209.17º 0.42% 0.68% -
XYZ 22 23.96 43 -
YUV 130.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 101 138 173 0.42 0.20 0 0.32 209.17 0.31 0.54
Hex 65 8A AD 2A 14 0 20 D1 1F 36
Octal 145 212 255 52 24 0 40 321 37 66
Binary 1100101 10001010 10101101 101010 10100 0 100000 11010001 11111 110110

Color Harmonies of #658AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658AAD

Black with #658AAD

Text Example


Text Example

White with #658AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #658AAD;
 }
 .AnyTagClassName
 {
   color: #658AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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