Html Css Color HEX #648BAE Air Force Blue

📋 copy color: '#648BAE'

red 100 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #648BAE

Tints of Air Force Blue #648BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 24.21%
G = 33.66%
B = 42.13%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#648BAE (or 0x648BAE) is known color: Air Force Blue. HEX triplet: 64, 8B and AE. RGB value is (100,139,174). Sum of RGB (Red+Green+Blue) = 100+139+174=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #648BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BAE is #9B7451. Grayscale: #838383. Windows color (decimal): -10187858 or 11438948. OLE color: 11438948.

HSL color Cylindrical-coordinate representation of color #648BAE: hue angle of 208.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #648BAE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 139 174 -
CMYK 0.43 0.20 0 0.32
HSL 208.38º 0.31% 0.54% -
HSV(B) 208.38º 0.43% 0.68% -
XYZ 22.13 24.23 43.56 -
YUV 131.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 100 139 174 0.43 0.20 0 0.32 208.38 0.31 0.54
Hex 64 8B AE 2B 14 0 20 D0 1F 36
Octal 144 213 256 53 24 0 40 320 37 66
Binary 1100100 10001011 10101110 101011 10100 0 100000 11010000 11111 110110

Color Harmonies of #648BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BAE

Black with #648BAE

Text Example


Text Example

White with #648BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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