Html Css Color HEX #6493AA Air Force Blue

📋 copy color: '#6493AA'

red 100 ◦ green 147 ◦ blue 170

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

Shades of Air Force Blue #6493AA

Tints of Air Force Blue #6493AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 23.98%
G = 35.25%
B = 40.77%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6493AA (or 0x6493AA) is known color: Air Force Blue. HEX triplet: 64, 93 and AA. RGB value is (100,147,170). Sum of RGB (Red+Green+Blue) = 100+147+170=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6493AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6493AA is #9B6C55. Grayscale: #878787. Windows color (decimal): -10185814 or 11178852. OLE color: 11178852.

HSL color Cylindrical-coordinate representation of color #6493AA: hue angle of 199.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6493AA is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 147 170 -
CMYK 0.41 0.14 0 0.33
HSL 199.71º 0.29% 0.53% -
HSV(B) 199.71º 0.41% 0.67% -
XYZ 22.94 26.48 41.93 -
YUV 135.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 100 147 170 0.41 0.14 0 0.33 199.71 0.29 0.53
Hex 64 93 AA 29 E 0 21 C8 1D 35
Octal 144 223 252 51 16 0 41 310 35 65
Binary 1100100 10010011 10101010 101001 1110 0 100001 11001000 11101 110101

Color Harmonies of #6493AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493AA

Black with #6493AA

Text Example


Text Example

White with #6493AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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