Html Css Color HEX #658AAA Air Force Blue

📋 copy color: '#658AAA'

red 101 ◦ green 138 ◦ blue 170

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

Shades of Air Force Blue #658AAA

Tints of Air Force Blue #658AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 24.69%
G = 33.74%
B = 41.56%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#658AAA (or 0x658AAA) is known color: 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

RGB 101 138 170 -
CMYK 0.41 0.19 0 0.33
HSL 207.83º 0.29% 0.53% -
HSV(B) 207.83º 0.41% 0.67% -
XYZ 21.71 23.85 41.49 -
YUV 130.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 101 138 170 0.41 0.19 0 0.33 207.83 0.29 0.53
Hex 65 8A AA 29 13 0 21 D0 1D 35
Octal 145 212 252 51 23 0 41 320 35 65
Binary 1100101 10001010 10101010 101001 10011 0 100001 11010000 11101 110101

Color Harmonies of #658AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658AAA

Black with #658AAA

Text Example


Text Example

White with #658AAA

Text Example


Text Example

HTML Codes & Css Web 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>