Html Css Color HEX #648FAD Air Force Blue

📋 copy color: '#648FAD'

red 100 ◦ green 143 ◦ blue 173

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

Shades of Air Force Blue #648FAD

Tints of Air Force Blue #648FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 24.04%
G = 34.38%
B = 41.59%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#648FAD (or 0x648FAD) is known color: Air Force Blue. HEX triplet: 64, 8F and AD. RGB value is (100,143,173). Sum of RGB (Red+Green+Blue) = 100+143+173=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #648FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAD is #9B7052. Grayscale: #858585. Windows color (decimal): -10186835 or 11374436. OLE color: 11374436.

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

Color convert

RGB 100 143 173 -
CMYK 0.42 0.17 0 0.32
HSL 204.66º 0.31% 0.54% -
HSV(B) 204.66º 0.42% 0.68% -
XYZ 22.62 25.37 43.24 -
YUV 133.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 100 143 173 0.42 0.17 0 0.32 204.66 0.31 0.54
Hex 64 8F AD 2A 11 0 20 CD 1F 36
Octal 144 217 255 52 21 0 40 315 37 66
Binary 1100100 10001111 10101101 101010 10001 0 100000 11001101 11111 110110

Color Harmonies of #648FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FAD

Black with #648FAD

Text Example


Text Example

White with #648FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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