Html Css Color HEX #648CAC Air Force Blue

📋 copy color: '#648CAC'

red 100 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #648CAC

Tints of Air Force Blue #648CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 24.27%
G = 33.98%
B = 41.75%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648CAC (or 0x648CAC) is known color: Air Force Blue. HEX triplet: 64, 8C and AC. RGB value is (100,140,172). Sum of RGB (Red+Green+Blue) = 100+140+172=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #648CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CAC is #9B7353. Grayscale: #838383. Windows color (decimal): -10187604 or 11308132. OLE color: 11308132.

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

Color convert

RGB 100 140 172 -
CMYK 0.42 0.19 0 0.33
HSL 206.67º 0.3% 0.53% -
HSV(B) 206.67º 0.42% 0.67% -
XYZ 22.08 24.44 42.58 -
YUV 131.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 100 140 172 0.42 0.19 0 0.33 206.67 0.3 0.53
Hex 64 8C AC 2A 13 0 21 CF 1E 35
Octal 144 214 254 52 23 0 41 317 36 65
Binary 1100100 10001100 10101100 101010 10011 0 100001 11001111 11110 110101

Color Harmonies of #648CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CAC

Black with #648CAC

Text Example


Text Example

White with #648CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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