Html Css Color HEX #6493AB Air Force Blue

📋 copy color: '#6493AB'

red 100 ◦ green 147 ◦ blue 171

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

Shades of Air Force Blue #6493AB

Tints of Air Force Blue #6493AB

RGB

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

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

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

R = 23.92%
G = 35.17%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6493AB (or 0x6493AB) is known color: Air Force Blue. HEX triplet: 64, 93 and AB. RGB value is (100,147,171). Sum of RGB (Red+Green+Blue) = 100+147+171=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6493AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6493AB is #9B6C54. Grayscale: #878787. Windows color (decimal): -10185813 or 11244388. OLE color: 11244388.

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

Color convert

RGB 100 147 171 -
CMYK 0.42 0.14 0 0.33
HSL 200.28º 0.3% 0.53% -
HSV(B) 200.28º 0.42% 0.67% -
XYZ 23.04 26.52 42.43 -
YUV 135.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 100 147 171 0.42 0.14 0 0.33 200.28 0.3 0.53
Hex 64 93 AB 2A E 0 21 C8 1E 35
Octal 144 223 253 52 16 0 41 310 36 65
Binary 1100100 10010011 10101011 101010 1110 0 100001 11001000 11110 110101

Color Harmonies of #6493AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493AB

Black with #6493AB

Text Example


Text Example

White with #6493AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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