Html Css Color HEX #6593AB Air Force Blue

📋 copy color: '#6593AB'

red 101 ◦ green 147 ◦ blue 171

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

Shades of Air Force Blue #6593AB

Tints of Air Force Blue #6593AB

RGB

 RED value IS 101 (39.84% from 255) = 24.11%

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

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

R = 24.11%
G = 35.08%
B = 40.81%

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

#6593AB (or 0x6593AB) is known color: Air Force Blue. HEX triplet: 65, 93 and AB. RGB value is (101,147,171). Sum of RGB (Red+Green+Blue) = 101+147+171=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 147 (57.81% from 255 or 35.08% 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 #6593AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6593AB is #9A6C54. Grayscale: #878787. Windows color (decimal): -10120277 or 11244389. OLE color: 11244389.

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

Color convert

RGB 101 147 171 -
CMYK 0.41 0.14 0 0.33
HSL 200.57º 0.29% 0.53% -
HSV(B) 200.57º 0.41% 0.67% -
XYZ 23.15 26.57 42.44 -
YUV 135.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 101 147 171 0.41 0.14 0 0.33 200.57 0.29 0.53
Hex 65 93 AB 29 E 0 21 C9 1D 35
Octal 145 223 253 51 16 0 41 311 35 65
Binary 1100101 10010011 10101011 101001 1110 0 100001 11001001 11101 110101

Color Harmonies of #6593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6593AB

Black with #6593AB

Text Example


Text Example

White with #6593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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