Html Css Color HEX #6493AD Air Force Blue

📋 copy color: '#6493AD'

red 100 ◦ green 147 ◦ blue 173

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

Shades of Air Force Blue #6493AD

Tints of Air Force Blue #6493AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 23.81%
G = 35%
B = 41.19%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6493AD (or 0x6493AD) is known color: Air Force Blue. HEX triplet: 64, 93 and AD. RGB value is (100,147,173). Sum of RGB (Red+Green+Blue) = 100+147+173=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6493AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6493AD is #9B6C52. Grayscale: #878787. Windows color (decimal): -10185811 or 11375460. OLE color: 11375460.

HSL color Cylindrical-coordinate representation of color #6493AD: hue angle of 201.37º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6493AD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 147 173 -
CMYK 0.42 0.15 0 0.32
HSL 201.37º 0.31% 0.54% -
HSV(B) 201.37º 0.42% 0.68% -
XYZ 23.23 26.59 43.44 -
YUV 135.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 100 147 173 0.42 0.15 0 0.32 201.37 0.31 0.54
Hex 64 93 AD 2A F 0 20 C9 1F 36
Octal 144 223 255 52 17 0 40 311 37 66
Binary 1100100 10010011 10101101 101010 1111 0 100000 11001001 11111 110110

Color Harmonies of #6493AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493AD

Black with #6493AD

Text Example


Text Example

White with #6493AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6493AD; }

 p { color: rgb(100,147,173); }

 H1.HeaderClassName
 {
   color: #6493AD;
 }
 .AnyTagClassName
 {
   color: #6493AD;
 }
</style>

background-color css

<style>
 a { background-color: #6493AD; }

 a { background-color: rgb(100,147,173); }

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

border-color css

<style>
 span { border-color: #6493AD; }

 span { border-color: rgb(100,147,173); }

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