Html Css Color HEX #658BA4 Air Force Blue

📋 copy color: '#658BA4'

red 101 ◦ green 139 ◦ blue 164

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

Shades of Air Force Blue #658BA4

Tints of Air Force Blue #658BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 25%
G = 34.41%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#658BA4 (or 0x658BA4) is known color: Air Force Blue. HEX triplet: 65, 8B and A4. RGB value is (101,139,164). Sum of RGB (Red+Green+Blue) = 101+139+164=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #658BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658BA4 is #9A745B. Grayscale: #828282. Windows color (decimal): -10122332 or 10783589. OLE color: 10783589.

HSL color Cylindrical-coordinate representation of color #658BA4: hue angle of 203.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #658BA4 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 139 164 -
CMYK 0.38 0.15 0 0.36
HSL 203.81º 0.26% 0.52% -
HSV(B) 203.81º 0.38% 0.64% -
XYZ 21.3 23.91 38.61 -
YUV 130.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 101 139 164 0.38 0.15 0 0.36 203.81 0.26 0.52
Hex 65 8B A4 26 F 0 24 CC 1A 34
Octal 145 213 244 46 17 0 44 314 32 64
Binary 1100101 10001011 10100100 100110 1111 0 100100 11001100 11010 110100

Color Harmonies of #658BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658BA4

Black with #658BA4

Text Example


Text Example

White with #658BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,139,164); }

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

background-color css

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

 a { background-color: rgb(101,139,164); }

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

border-color css

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

 span { border-color: rgb(101,139,164); }

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