Html Css Color HEX #658FAF Air Force Blue

📋 copy color: '#658FAF'

red 101 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #658FAF

Tints of Air Force Blue #658FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 24.11%
G = 34.13%
B = 41.77%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#658FAF (or 0x658FAF) is known color: Air Force Blue. HEX triplet: 65, 8F and AF. RGB value is (101,143,175). Sum of RGB (Red+Green+Blue) = 101+143+175=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #658FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FAF is #9A7050. Grayscale: #858585. Windows color (decimal): -10121297 or 11505509. OLE color: 11505509.

HSL color Cylindrical-coordinate representation of color #658FAF: hue angle of 205.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #658FAF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 143 175 -
CMYK 0.42 0.18 0 0.31
HSL 205.95º 0.32% 0.54% -
HSV(B) 205.95º 0.42% 0.69% -
XYZ 22.93 25.51 44.27 -
YUV 134.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 101 143 175 0.42 0.18 0 0.31 205.95 0.32 0.54
Hex 65 8F AF 2A 12 0 1F CE 20 36
Octal 145 217 257 52 22 0 37 316 40 66
Binary 1100101 10001111 10101111 101010 10010 0 11111 11001110 100000 110110

Color Harmonies of #658FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FAF

Black with #658FAF

Text Example


Text Example

White with #658FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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