Html Css Color HEX #658FA4 Air Force Blue

📋 copy color: '#658FA4'

red 101 ◦ green 143 ◦ blue 164

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

Shades of Air Force Blue #658FA4

Tints of Air Force Blue #658FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 24.75%
G = 35.05%
B = 40.2%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#658FA4 (or 0x658FA4) is known color: Air Force Blue. HEX triplet: 65, 8F and A4. RGB value is (101,143,164). Sum of RGB (Red+Green+Blue) = 101+143+164=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #658FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FA4 is #9A705B. Grayscale: #848484. Windows color (decimal): -10121308 or 10784613. OLE color: 10784613.

HSL color Cylindrical-coordinate representation of color #658FA4: hue angle of 200º 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 #658FA4 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 143 164 -
CMYK 0.38 0.13 0 0.36
HSL 200º 0.26% 0.52% -
HSV(B) 200º 0.38% 0.64% -
XYZ 21.89 25.09 38.81 -
YUV 132.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 101 143 164 0.38 0.13 0 0.36 200 0.26 0.52
Hex 65 8F A4 26 D 0 24 C8 1A 34
Octal 145 217 244 46 15 0 44 310 32 64
Binary 1100101 10001111 10100100 100110 1101 0 100100 11001000 11010 110100

Color Harmonies of #658FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FA4

Black with #658FA4

Text Example


Text Example

White with #658FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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