Html Css Color HEX #6490AE Air Force Blue

📋 copy color: '#6490AE'

red 100 ◦ green 144 ◦ blue 174

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

Shades of Air Force Blue #6490AE

Tints of Air Force Blue #6490AE

RGB

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

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

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

R = 23.92%
G = 34.45%
B = 41.63%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6490AE (or 0x6490AE) is known color: Air Force Blue. HEX triplet: 64, 90 and AE. RGB value is (100,144,174). Sum of RGB (Red+Green+Blue) = 100+144+174=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #6490AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6490AE is #9B6F51. Grayscale: #868686. Windows color (decimal): -10186578 or 11440228. OLE color: 11440228.

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

Color convert

RGB 100 144 174 -
CMYK 0.43 0.17 0 0.32
HSL 204.32º 0.31% 0.54% -
HSV(B) 204.32º 0.43% 0.68% -
XYZ 22.87 25.71 43.8 -
YUV 134.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 100 144 174 0.43 0.17 0 0.32 204.32 0.31 0.54
Hex 64 90 AE 2B 11 0 20 CC 1F 36
Octal 144 220 256 53 21 0 40 314 37 66
Binary 1100100 10010000 10101110 101011 10001 0 100000 11001100 11111 110110

Color Harmonies of #6490AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490AE

Black with #6490AE

Text Example


Text Example

White with #6490AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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