Html Css Color HEX #658EAA Air Force Blue

📋 copy color: '#658EAA'

red 101 ◦ green 142 ◦ blue 170

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

Shades of Air Force Blue #658EAA

Tints of Air Force Blue #658EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 24.46%
G = 34.38%
B = 41.16%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#658EAA (or 0x658EAA) is known color: Air Force Blue. HEX triplet: 65, 8E and AA. RGB value is (101,142,170). Sum of RGB (Red+Green+Blue) = 101+142+170=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #658EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658EAA is #9A7155. Grayscale: #848484. Windows color (decimal): -10121558 or 11177573. OLE color: 11177573.

HSL color Cylindrical-coordinate representation of color #658EAA: hue angle of 204.35º 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 #658EAA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 142 170 -
CMYK 0.41 0.16 0 0.33
HSL 204.35º 0.29% 0.53% -
HSV(B) 204.35º 0.41% 0.67% -
XYZ 22.3 25.01 41.68 -
YUV 132.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 101 142 170 0.41 0.16 0 0.33 204.35 0.29 0.53
Hex 65 8E AA 29 10 0 21 CC 1D 35
Octal 145 216 252 51 20 0 41 314 35 65
Binary 1100101 10001110 10101010 101001 10000 0 100001 11001100 11101 110101

Color Harmonies of #658EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658EAA

Black with #658EAA

Text Example


Text Example

White with #658EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,142,170); }

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

background-color css

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

 a { background-color: rgb(101,142,170); }

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

border-color css

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

 span { border-color: rgb(101,142,170); }

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