Html Css Color HEX #6492AC Air Force Blue

📋 copy color: '#6492AC'

red 100 ◦ green 146 ◦ blue 172

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

Shades of Air Force Blue #6492AC

Tints of Air Force Blue #6492AC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

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

R = 23.92%
G = 34.93%
B = 41.15%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6492AC (or 0x6492AC) is known color: Air Force Blue. HEX triplet: 64, 92 and AC. RGB value is (100,146,172). Sum of RGB (Red+Green+Blue) = 100+146+172=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #6492AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6492AC is #9B6D53. Grayscale: #878787. Windows color (decimal): -10186068 or 11309668. OLE color: 11309668.

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

Color convert

RGB 100 146 172 -
CMYK 0.42 0.15 0 0.33
HSL 201.67º 0.3% 0.53% -
HSV(B) 201.67º 0.42% 0.67% -
XYZ 22.98 26.25 42.88 -
YUV 135.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 100 146 172 0.42 0.15 0 0.33 201.67 0.3 0.53
Hex 64 92 AC 2A F 0 21 CA 1E 35
Octal 144 222 254 52 17 0 41 312 36 65
Binary 1100100 10010010 10101100 101010 1111 0 100001 11001010 11110 110101

Color Harmonies of #6492AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6492AC

Black with #6492AC

Text Example


Text Example

White with #6492AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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