Html Css Color HEX #648FAC Air Force Blue

📋 copy color: '#648FAC'

red 100 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #648FAC

Tints of Air Force Blue #648FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 24.1%
G = 34.46%
B = 41.45%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648FAC (or 0x648FAC) is known color: Air Force Blue. HEX triplet: 64, 8F and AC. RGB value is (100,143,172). Sum of RGB (Red+Green+Blue) = 100+143+172=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #648FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAC is #9B7053. Grayscale: #858585. Windows color (decimal): -10186836 or 11308900. OLE color: 11308900.

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

Color convert

RGB 100 143 172 -
CMYK 0.42 0.17 0 0.33
HSL 204.17º 0.3% 0.53% -
HSV(B) 204.17º 0.42% 0.67% -
XYZ 22.52 25.33 42.73 -
YUV 133.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 100 143 172 0.42 0.17 0 0.33 204.17 0.3 0.53
Hex 64 8F AC 2A 11 0 21 CC 1E 35
Octal 144 217 254 52 21 0 41 314 36 65
Binary 1100100 10001111 10101100 101010 10001 0 100001 11001100 11110 110101

Color Harmonies of #648FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FAC

Black with #648FAC

Text Example


Text Example

White with #648FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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