Html Css Color HEX #648AAD Air Force Blue

📋 copy color: '#648AAD'

red 100 ◦ green 138 ◦ blue 173

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

Shades of Air Force Blue #648AAD

Tints of Air Force Blue #648AAD

RGB

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

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

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

R = 24.33%
G = 33.58%
B = 42.09%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#648AAD (or 0x648AAD) is known color: Air Force Blue. HEX triplet: 64, 8A and AD. RGB value is (100,138,173). Sum of RGB (Red+Green+Blue) = 100+138+173=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #648AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAD is #9B7552. Grayscale: #828282. Windows color (decimal): -10188115 or 11373156. OLE color: 11373156.

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

Color convert

RGB 100 138 173 -
CMYK 0.42 0.20 0 0.32
HSL 208.77º 0.31% 0.54% -
HSV(B) 208.77º 0.42% 0.68% -
XYZ 21.89 23.9 43 -
YUV 130.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 100 138 173 0.42 0.20 0 0.32 208.77 0.31 0.54
Hex 64 8A AD 2A 14 0 20 D1 1F 36
Octal 144 212 255 52 24 0 40 321 37 66
Binary 1100100 10001010 10101101 101010 10100 0 100000 11010001 11111 110110

Color Harmonies of #648AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AAD

Black with #648AAD

Text Example


Text Example

White with #648AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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