Html Css Color HEX #6490AD Air Force Blue

📋 copy color: '#6490AD'

red 100 ◦ green 144 ◦ blue 173

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

Shades of Air Force Blue #6490AD

Tints of Air Force Blue #6490AD

RGB

 RED value IS 100 (39.45% from 255) = 23.98%

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 23.98%
G = 34.53%
B = 41.49%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6490AD (or 0x6490AD) is known color: Air Force Blue. HEX triplet: 64, 90 and AD. RGB value is (100,144,173). Sum of RGB (Red+Green+Blue) = 100+144+173=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #6490AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6490AD is #9B6F52. Grayscale: #858585. Windows color (decimal): -10186579 or 11374692. OLE color: 11374692.

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

Color convert

RGB 100 144 173 -
CMYK 0.42 0.17 0 0.32
HSL 203.84º 0.31% 0.54% -
HSV(B) 203.84º 0.42% 0.68% -
XYZ 22.77 25.67 43.29 -
YUV 134.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 100 144 173 0.42 0.17 0 0.32 203.84 0.31 0.54
Hex 64 90 AD 2A 11 0 20 CC 1F 36
Octal 144 220 255 52 21 0 40 314 37 66
Binary 1100100 10010000 10101101 101010 10001 0 100000 11001100 11111 110110

Color Harmonies of #6490AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490AD

Black with #6490AD

Text Example


Text Example

White with #6490AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,144,173); }

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

background-color css

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

 a { background-color: rgb(100,144,173); }

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

border-color css

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

 span { border-color: rgb(100,144,173); }

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