Html Css Color HEX #6494AB Air Force Blue

📋 copy color: '#6494AB'

red 100 ◦ green 148 ◦ blue 171

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

Shades of Air Force Blue #6494AB

Tints of Air Force Blue #6494AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 23.87%
G = 35.32%
B = 40.81%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6494AB (or 0x6494AB) is known color: Air Force Blue. HEX triplet: 64, 94 and AB. RGB value is (100,148,171). Sum of RGB (Red+Green+Blue) = 100+148+171=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6494AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494AB is #9B6B54. Grayscale: #888888. Windows color (decimal): -10185557 or 11244644. OLE color: 11244644.

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

Color convert

RGB 100 148 171 -
CMYK 0.42 0.13 0 0.33
HSL 199.44º 0.3% 0.53% -
HSV(B) 199.44º 0.42% 0.67% -
XYZ 23.2 26.83 42.48 -
YUV 136.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 100 148 171 0.42 0.13 0 0.33 199.44 0.3 0.53
Hex 64 94 AB 2A D 0 21 C7 1E 35
Octal 144 224 253 52 15 0 41 307 36 65
Binary 1100100 10010100 10101011 101010 1101 0 100001 11000111 11110 110101

Color Harmonies of #6494AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6494AB

Black with #6494AB

Text Example


Text Example

White with #6494AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6494AB; }

 p { color: rgb(100,148,171); }

 H1.HeaderClassName
 {
   color: #6494AB;
 }
 .AnyTagClassName
 {
   color: #6494AB;
 }
</style>

background-color css

<style>
 a { background-color: #6494AB; }

 a { background-color: rgb(100,148,171); }

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

border-color css

<style>
 span { border-color: #6494AB; }

 span { border-color: rgb(100,148,171); }

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