Html Css Color HEX #648DAC Air Force Blue

📋 copy color: '#648DAC'

red 100 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #648DAC

Tints of Air Force Blue #648DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 24.21%
G = 34.14%
B = 41.65%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648DAC (or 0x648DAC) is known color: Air Force Blue. HEX triplet: 64, 8D and AC. RGB value is (100,141,172). Sum of RGB (Red+Green+Blue) = 100+141+172=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #648DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648DAC is #9B7253. Grayscale: #848484. Windows color (decimal): -10187348 or 11308388. OLE color: 11308388.

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

Color convert

RGB 100 141 172 -
CMYK 0.42 0.18 0 0.33
HSL 205.83º 0.3% 0.53% -
HSV(B) 205.83º 0.42% 0.67% -
XYZ 22.23 24.74 42.63 -
YUV 132.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 100 141 172 0.42 0.18 0 0.33 205.83 0.3 0.53
Hex 64 8D AC 2A 12 0 21 CE 1E 35
Octal 144 215 254 52 22 0 41 316 36 65
Binary 1100100 10001101 10101100 101010 10010 0 100001 11001110 11110 110101

Color Harmonies of #648DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DAC

Black with #648DAC

Text Example


Text Example

White with #648DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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