Html Css Color HEX #6583AD Air Force Blue

📋 copy color: '#6583AD'

red 101 ◦ green 131 ◦ blue 173

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

Shades of Air Force Blue #6583AD

Tints of Air Force Blue #6583AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 24.94%
G = 32.35%
B = 42.72%

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

#6583AD (or 0x6583AD) is known color: Air Force Blue. HEX triplet: 65, 83 and AD. RGB value is (101,131,173). Sum of RGB (Red+Green+Blue) = 101+131+173=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #6583AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6583AD is #9A7C52. Grayscale: #7E7E7E. Windows color (decimal): -10124371 or 11371365. OLE color: 11371365.

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

Color convert

RGB 101 131 173 -
CMYK 0.42 0.24 0 0.32
HSL 215º 0.31% 0.54% -
HSV(B) 215º 0.42% 0.68% -
XYZ 21.03 22.02 42.68 -
YUV 126.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 101 131 173 0.42 0.24 0 0.32 215 0.31 0.54
Hex 65 83 AD 2A 18 0 20 D7 1F 36
Octal 145 203 255 52 30 0 40 327 37 66
Binary 1100101 10000011 10101101 101010 11000 0 100000 11010111 11111 110110

Color Harmonies of #6583AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6583AD

Black with #6583AD

Text Example


Text Example

White with #6583AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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