Html Css Color HEX #6484AC Air Force Blue

📋 copy color: '#6484AC'

red 100 ◦ green 132 ◦ blue 172

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

Shades of Air Force Blue #6484AC

Tints of Air Force Blue #6484AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 24.75%
G = 32.67%
B = 42.57%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6484AC (or 0x6484AC) is known color: Air Force Blue. HEX triplet: 64, 84 and AC. RGB value is (100,132,172). Sum of RGB (Red+Green+Blue) = 100+132+172=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #6484AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6484AC is #9B7B53. Grayscale: #7E7E7E. Windows color (decimal): -10189652 or 11306084. OLE color: 11306084.

HSL color Cylindrical-coordinate representation of color #6484AC: hue angle of 213.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 #6484AC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 132 172 -
CMYK 0.42 0.23 0 0.33
HSL 213.33º 0.3% 0.53% -
HSV(B) 213.33º 0.42% 0.67% -
XYZ 20.95 22.19 42.21 -
YUV 126.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 100 132 172 0.42 0.23 0 0.33 213.33 0.3 0.53
Hex 64 84 AC 2A 17 0 21 D5 1E 35
Octal 144 204 254 52 27 0 41 325 36 65
Binary 1100100 10000100 10101100 101010 10111 0 100001 11010101 11110 110101

Color Harmonies of #6484AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6484AC

Black with #6484AC

Text Example


Text Example

White with #6484AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6484AC; }

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

 H1.HeaderClassName
 {
   color: #6484AC;
 }
 .AnyTagClassName
 {
   color: #6484AC;
 }
</style>

background-color css

<style>
 a { background-color: #6484AC; }

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

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

border-color css

<style>
 span { border-color: #6484AC; }

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

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