Html Css Color HEX #648BAA Air Force Blue

📋 copy color: '#648BAA'

red 100 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #648BAA

Tints of Air Force Blue #648BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 24.45%
G = 33.99%
B = 41.56%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648BAA (or 0x648BAA) is known color: Air Force Blue. HEX triplet: 64, 8B and AA. RGB value is (100,139,170). Sum of RGB (Red+Green+Blue) = 100+139+170=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #648BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BAA is #9B7455. Grayscale: #828282. Windows color (decimal): -10187862 or 11176804. OLE color: 11176804.

HSL color Cylindrical-coordinate representation of color #648BAA: hue angle of 206.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648BAA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 139 170 -
CMYK 0.41 0.18 0 0.33
HSL 206.57º 0.29% 0.53% -
HSV(B) 206.57º 0.41% 0.67% -
XYZ 21.74 24.08 41.53 -
YUV 130.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 100 139 170 0.41 0.18 0 0.33 206.57 0.29 0.53
Hex 64 8B AA 29 12 0 21 CF 1D 35
Octal 144 213 252 51 22 0 41 317 35 65
Binary 1100100 10001011 10101010 101001 10010 0 100001 11001111 11101 110101

Color Harmonies of #648BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BAA

Black with #648BAA

Text Example


Text Example

White with #648BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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