Html Css Color HEX #6489AB Air Force Blue

📋 copy color: '#6489AB'

red 100 ◦ green 137 ◦ blue 171

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

Shades of Air Force Blue #6489AB

Tints of Air Force Blue #6489AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 24.51%
G = 33.58%
B = 41.91%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6489AB (or 0x6489AB) is known color: Air Force Blue. HEX triplet: 64, 89 and AB. RGB value is (100,137,171). Sum of RGB (Red+Green+Blue) = 100+137+171=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #6489AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489AB is #9B7654. Grayscale: #818181. Windows color (decimal): -10188373 or 11241828. OLE color: 11241828.

HSL color Cylindrical-coordinate representation of color #6489AB: hue angle of 208.73º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6489AB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 137 171 -
CMYK 0.42 0.20 0 0.33
HSL 208.73º 0.3% 0.53% -
HSV(B) 208.73º 0.42% 0.67% -
XYZ 21.55 23.54 41.94 -
YUV 129.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 100 137 171 0.42 0.20 0 0.33 208.73 0.3 0.53
Hex 64 89 AB 2A 14 0 21 D1 1E 35
Octal 144 211 253 52 24 0 41 321 36 65
Binary 1100100 10001001 10101011 101010 10100 0 100001 11010001 11110 110101

Color Harmonies of #6489AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489AB

Black with #6489AB

Text Example


Text Example

White with #6489AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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