Html Css Color HEX #648FAB Air Force Blue

📋 copy color: '#648FAB'

red 100 ◦ green 143 ◦ blue 171

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

Shades of Air Force Blue #648FAB

Tints of Air Force Blue #648FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 24.15%
G = 34.54%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648FAB (or 0x648FAB) is known color: Air Force Blue. HEX triplet: 64, 8F and AB. RGB value is (100,143,171). Sum of RGB (Red+Green+Blue) = 100+143+171=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #648FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAB is #9B7054. Grayscale: #858585. Windows color (decimal): -10186837 or 11243364. OLE color: 11243364.

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

Color convert

RGB 100 143 171 -
CMYK 0.42 0.16 0 0.33
HSL 203.66º 0.3% 0.53% -
HSV(B) 203.66º 0.42% 0.67% -
XYZ 22.43 25.29 42.23 -
YUV 133.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 100 143 171 0.42 0.16 0 0.33 203.66 0.3 0.53
Hex 64 8F AB 2A 10 0 21 CC 1E 35
Octal 144 217 253 52 20 0 41 314 36 65
Binary 1100100 10001111 10101011 101010 10000 0 100001 11001100 11110 110101

Color Harmonies of #648FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FAB

Black with #648FAB

Text Example


Text Example

White with #648FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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