Html Css Color HEX #6489AD Air Force Blue

📋 copy color: '#6489AD'

red 100 ◦ green 137 ◦ blue 173

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

Shades of Air Force Blue #6489AD

Tints of Air Force Blue #6489AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 24.39%
G = 33.41%
B = 42.2%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6489AD (or 0x6489AD) is known color: Air Force Blue. HEX triplet: 64, 89 and AD. RGB value is (100,137,173). Sum of RGB (Red+Green+Blue) = 100+137+173=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #6489AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489AD is #9B7652. Grayscale: #818181. Windows color (decimal): -10188371 or 11372900. OLE color: 11372900.

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

Color convert

RGB 100 137 173 -
CMYK 0.42 0.21 0 0.32
HSL 209.59º 0.31% 0.54% -
HSV(B) 209.59º 0.42% 0.68% -
XYZ 21.74 23.62 42.95 -
YUV 130.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 100 137 173 0.42 0.21 0 0.32 209.59 0.31 0.54
Hex 64 89 AD 2A 15 0 20 D2 1F 36
Octal 144 211 255 52 25 0 40 322 37 66
Binary 1100100 10001001 10101101 101010 10101 0 100000 11010010 11111 110110

Color Harmonies of #6489AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489AD

Black with #6489AD

Text Example


Text Example

White with #6489AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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