Html Css Color HEX #648AA1 Air Force Blue

📋 copy color: '#648AA1'

red 100 ◦ green 138 ◦ blue 161

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

Shades of Air Force Blue #648AA1

Tints of Air Force Blue #648AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 25.06%
G = 34.59%
B = 40.35%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#648AA1 (or 0x648AA1) is known color: Air Force Blue. HEX triplet: 64, 8A and A1. RGB value is (100,138,161). Sum of RGB (Red+Green+Blue) = 100+138+161=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #648AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AA1 is #9B755E. Grayscale: #818181. Windows color (decimal): -10188127 or 10586724. OLE color: 10586724.

HSL color Cylindrical-coordinate representation of color #648AA1: hue angle of 202.62º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648AA1 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 138 161 -
CMYK 0.38 0.14 0 0.37
HSL 202.62º 0.24% 0.51% -
HSV(B) 202.62º 0.38% 0.63% -
XYZ 20.78 23.46 37.15 -
YUV 129.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 100 138 161 0.38 0.14 0 0.37 202.62 0.24 0.51
Hex 64 8A A1 26 E 0 25 CB 18 33
Octal 144 212 241 46 16 0 45 313 30 63
Binary 1100100 10001010 10100001 100110 1110 0 100101 11001011 11000 110011

Color Harmonies of #648AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AA1

Black with #648AA1

Text Example


Text Example

White with #648AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648AA1; }

 p { color: rgb(100,138,161); }

 H1.HeaderClassName
 {
   color: #648AA1;
 }
 .AnyTagClassName
 {
   color: #648AA1;
 }
</style>

background-color css

<style>
 a { background-color: #648AA1; }

 a { background-color: rgb(100,138,161); }

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

border-color css

<style>
 span { border-color: #648AA1; }

 span { border-color: rgb(100,138,161); }

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