Html Css Color HEX #648BAD Air Force Blue

📋 copy color: '#648BAD'

red 100 ◦ green 139 ◦ blue 173

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

Shades of Air Force Blue #648BAD

Tints of Air Force Blue #648BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

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

R = 24.27%
G = 33.74%
B = 41.99%

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

#648BAD (or 0x648BAD) is known color: Air Force Blue. HEX triplet: 64, 8B and AD. RGB value is (100,139,173). Sum of RGB (Red+Green+Blue) = 100+139+173=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #648BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BAD is #9B7452. Grayscale: #838383. Windows color (decimal): -10187859 or 11373412. OLE color: 11373412.

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

Color convert

RGB 100 139 173 -
CMYK 0.42 0.20 0 0.32
HSL 207.95º 0.31% 0.54% -
HSV(B) 207.95º 0.42% 0.68% -
XYZ 22.03 24.19 43.04 -
YUV 131.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 100 139 173 0.42 0.20 0 0.32 207.95 0.31 0.54
Hex 64 8B AD 2A 14 0 20 D0 1F 36
Octal 144 213 255 52 24 0 40 320 37 66
Binary 1100100 10001011 10101101 101010 10100 0 100000 11010000 11111 110110

Color Harmonies of #648BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BAD

Black with #648BAD

Text Example


Text Example

White with #648BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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