Html Css Color HEX #6489B1 Air Force Blue

📋 copy color: '#6489B1'

red 100 ◦ green 137 ◦ blue 177

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

Shades of Air Force Blue #6489B1

Tints of Air Force Blue #6489B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 24.15%
G = 33.09%
B = 42.75%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6489B1 (or 0x6489B1) is known color: Air Force Blue. HEX triplet: 64, 89 and B1. RGB value is (100,137,177). Sum of RGB (Red+Green+Blue) = 100+137+177=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #6489B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489B1 is #9B764E. Grayscale: #828282. Windows color (decimal): -10188367 or 11635044. OLE color: 11635044.

HSL color Cylindrical-coordinate representation of color #6489B1: hue angle of 211.17º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6489B1 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 137 177 -
CMYK 0.44 0.23 0 0.31
HSL 211.17º 0.33% 0.54% -
HSV(B) 211.17º 0.44% 0.69% -
XYZ 22.14 23.77 45.02 -
YUV 130.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 100 137 177 0.44 0.23 0 0.31 211.17 0.33 0.54
Hex 64 89 B1 2C 17 0 1F D3 21 36
Octal 144 211 261 54 27 0 37 323 41 66
Binary 1100100 10001001 10110001 101100 10111 0 11111 11010011 100001 110110

Color Harmonies of #6489B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489B1

Black with #6489B1

Text Example


Text Example

White with #6489B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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