Html Css Color HEX #648BA2 Air Force Blue

📋 copy color: '#648BA2'

red 100 ◦ green 139 ◦ blue 162

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

Shades of Air Force Blue #648BA2

Tints of Air Force Blue #648BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 24.94%
G = 34.66%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#648BA2 (or 0x648BA2) is known color: Air Force Blue. HEX triplet: 64, 8B and A2. RGB value is (100,139,162). Sum of RGB (Red+Green+Blue) = 100+139+162=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #648BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BA2 is #9B745D. Grayscale: #818181. Windows color (decimal): -10187870 or 10652516. OLE color: 10652516.

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

Color convert

RGB 100 139 162 -
CMYK 0.38 0.14 0 0.36
HSL 202.26º 0.25% 0.51% -
HSV(B) 202.26º 0.38% 0.64% -
XYZ 21.01 23.78 37.67 -
YUV 129.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 100 139 162 0.38 0.14 0 0.36 202.26 0.25 0.51
Hex 64 8B A2 26 E 0 24 CA 19 33
Octal 144 213 242 46 16 0 44 312 31 63
Binary 1100100 10001011 10100010 100110 1110 0 100100 11001010 11001 110011

Color Harmonies of #648BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BA2

Black with #648BA2

Text Example


Text Example

White with #648BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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