Html Css Color HEX #658DAE Air Force Blue

📋 copy color: '#658DAE'

red 101 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #658DAE

Tints of Air Force Blue #658DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 24.28%
G = 33.89%
B = 41.83%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#658DAE (or 0x658DAE) is known color: Air Force Blue. HEX triplet: 65, 8D and AE. RGB value is (101,141,174). Sum of RGB (Red+Green+Blue) = 101+141+174=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #658DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658DAE is #9A7251. Grayscale: #848484. Windows color (decimal): -10121810 or 11439461. OLE color: 11439461.

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

Color convert

RGB 101 141 174 -
CMYK 0.42 0.19 0 0.32
HSL 207.12º 0.31% 0.54% -
HSV(B) 207.12º 0.42% 0.68% -
XYZ 22.53 24.87 43.66 -
YUV 132.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 101 141 174 0.42 0.19 0 0.32 207.12 0.31 0.54
Hex 65 8D AE 2A 13 0 20 CF 1F 36
Octal 145 215 256 52 23 0 40 317 37 66
Binary 1100101 10001101 10101110 101010 10011 0 100000 11001111 11111 110110

Color Harmonies of #658DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DAE

Black with #658DAE

Text Example


Text Example

White with #658DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,141,174); }

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

background-color css

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

 a { background-color: rgb(101,141,174); }

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

border-color css

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

 span { border-color: rgb(101,141,174); }

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