Html Css Color HEX #6491AC Air Force Blue

📋 copy color: '#6491AC'

red 100 ◦ green 145 ◦ blue 172

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

Shades of Air Force Blue #6491AC

Tints of Air Force Blue #6491AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 23.98%
G = 34.77%
B = 41.25%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6491AC (or 0x6491AC) is known color: Air Force Blue. HEX triplet: 64, 91 and AC. RGB value is (100,145,172). Sum of RGB (Red+Green+Blue) = 100+145+172=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #6491AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6491AC is #9B6E53. Grayscale: #868686. Windows color (decimal): -10186324 or 11309412. OLE color: 11309412.

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

Color convert

RGB 100 145 172 -
CMYK 0.42 0.16 0 0.33
HSL 202.5º 0.3% 0.53% -
HSV(B) 202.5º 0.42% 0.67% -
XYZ 22.83 25.94 42.83 -
YUV 134.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 100 145 172 0.42 0.16 0 0.33 202.5 0.3 0.53
Hex 64 91 AC 2A 10 0 21 CA 1E 35
Octal 144 221 254 52 20 0 41 312 36 65
Binary 1100100 10010001 10101100 101010 10000 0 100001 11001010 11110 110101

Color Harmonies of #6491AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6491AC

Black with #6491AC

Text Example


Text Example

White with #6491AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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