Html Css Color HEX #6584AE Air Force Blue

📋 copy color: '#6584AE'

red 101 ◦ green 132 ◦ blue 174

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

Shades of Air Force Blue #6584AE

Tints of Air Force Blue #6584AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 24.82%
G = 32.43%
B = 42.75%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6584AE (or 0x6584AE) is known color: Air Force Blue. HEX triplet: 65, 84 and AE. RGB value is (101,132,174). Sum of RGB (Red+Green+Blue) = 101+132+174=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6584AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AE is #9A7B51. Grayscale: #7F7F7F. Windows color (decimal): -10124114 or 11437157. OLE color: 11437157.

HSL color Cylindrical-coordinate representation of color #6584AE: hue angle of 214.52º 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 #6584AE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 132 174 -
CMYK 0.42 0.24 0 0.32
HSL 214.52º 0.31% 0.54% -
HSV(B) 214.52º 0.42% 0.68% -
XYZ 21.26 22.33 43.23 -
YUV 127.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 101 132 174 0.42 0.24 0 0.32 214.52 0.31 0.54
Hex 65 84 AE 2A 18 0 20 D7 1F 36
Octal 145 204 256 52 30 0 40 327 37 66
Binary 1100101 10000100 10101110 101010 11000 0 100000 11010111 11111 110110

Color Harmonies of #6584AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584AE

Black with #6584AE

Text Example


Text Example

White with #6584AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6584AE; }

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

 H1.HeaderClassName
 {
   color: #6584AE;
 }
 .AnyTagClassName
 {
   color: #6584AE;
 }
</style>

background-color css

<style>
 a { background-color: #6584AE; }

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

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

border-color css

<style>
 span { border-color: #6584AE; }

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

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