Html Css Color HEX #6584AD Air Force Blue

📋 copy color: '#6584AD'

red 101 ◦ green 132 ◦ blue 173

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

Shades of Air Force Blue #6584AD

Tints of Air Force Blue #6584AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 24.88%
G = 32.51%
B = 42.61%

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

#6584AD (or 0x6584AD) is known color: Air Force Blue. HEX triplet: 65, 84 and AD. RGB value is (101,132,173). Sum of RGB (Red+Green+Blue) = 101+132+173=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #6584AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AD is #9A7B52. Grayscale: #7F7F7F. Windows color (decimal): -10124115 or 11371621. OLE color: 11371621.

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

Color convert

RGB 101 132 173 -
CMYK 0.42 0.24 0 0.32
HSL 214.17º 0.31% 0.54% -
HSV(B) 214.17º 0.42% 0.68% -
XYZ 21.16 22.29 42.72 -
YUV 127.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 101 132 173 0.42 0.24 0 0.32 214.17 0.31 0.54
Hex 65 84 AD 2A 18 0 20 D6 1F 36
Octal 145 204 255 52 30 0 40 326 37 66
Binary 1100101 10000100 10101101 101010 11000 0 100000 11010110 11111 110110

Color Harmonies of #6584AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584AD

Black with #6584AD

Text Example


Text Example

White with #6584AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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