Html Css Color HEX #648AAC Air Force Blue

📋 copy color: '#648AAC'

red 100 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #648AAC

Tints of Air Force Blue #648AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 24.39%
G = 33.66%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648AAC (or 0x648AAC) is known color: Air Force Blue. HEX triplet: 64, 8A and AC. RGB value is (100,138,172). Sum of RGB (Red+Green+Blue) = 100+138+172=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #648AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAC is #9B7553. Grayscale: #828282. Windows color (decimal): -10188116 or 11307620. OLE color: 11307620.

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

Color convert

RGB 100 138 172 -
CMYK 0.42 0.20 0 0.33
HSL 208.33º 0.3% 0.53% -
HSV(B) 208.33º 0.42% 0.67% -
XYZ 21.79 23.86 42.49 -
YUV 130.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 100 138 172 0.42 0.20 0 0.33 208.33 0.3 0.53
Hex 64 8A AC 2A 14 0 21 D0 1E 35
Octal 144 212 254 52 24 0 41 320 36 65
Binary 1100100 10001010 10101100 101010 10100 0 100001 11010000 11110 110101

Color Harmonies of #648AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AAC

Black with #648AAC

Text Example


Text Example

White with #648AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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