Html Css Color HEX #6486AC Air Force Blue

📋 copy color: '#6486AC'

red 100 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #6486AC

Tints of Air Force Blue #6486AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 24.63%
G = 33%
B = 42.36%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6486AC (or 0x6486AC) is known color: Air Force Blue. HEX triplet: 64, 86 and AC. RGB value is (100,134,172). Sum of RGB (Red+Green+Blue) = 100+134+172=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6486AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6486AC is #9B7953. Grayscale: #7F7F7F. Windows color (decimal): -10189140 or 11306596. OLE color: 11306596.

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

Color convert

RGB 100 134 172 -
CMYK 0.42 0.22 0 0.33
HSL 211.67º 0.3% 0.53% -
HSV(B) 211.67º 0.42% 0.67% -
XYZ 21.23 22.74 42.3 -
YUV 128.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 100 134 172 0.42 0.22 0 0.33 211.67 0.3 0.53
Hex 64 86 AC 2A 16 0 21 D4 1E 35
Octal 144 206 254 52 26 0 41 324 36 65
Binary 1100100 10000110 10101100 101010 10110 0 100001 11010100 11110 110101

Color Harmonies of #6486AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6486AC

Black with #6486AC

Text Example


Text Example

White with #6486AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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