Html Css Color HEX #6590AB Air Force Blue

📋 copy color: '#6590AB'

red 101 ◦ green 144 ◦ blue 171

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

Shades of Air Force Blue #6590AB

Tints of Air Force Blue #6590AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

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

R = 24.28%
G = 34.62%
B = 41.11%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6590AB (or 0x6590AB) is known color: Air Force Blue. HEX triplet: 65, 90 and AB. RGB value is (101,144,171). Sum of RGB (Red+Green+Blue) = 101+144+171=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6590AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6590AB is #9A6F54. Grayscale: #868686. Windows color (decimal): -10121045 or 11243621. OLE color: 11243621.

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

Color convert

RGB 101 144 171 -
CMYK 0.41 0.16 0 0.33
HSL 203.14º 0.29% 0.53% -
HSV(B) 203.14º 0.41% 0.67% -
XYZ 22.69 25.65 42.28 -
YUV 134.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 101 144 171 0.41 0.16 0 0.33 203.14 0.29 0.53
Hex 65 90 AB 29 10 0 21 CB 1D 35
Octal 145 220 253 51 20 0 41 313 35 65
Binary 1100101 10010000 10101011 101001 10000 0 100001 11001011 11101 110101

Color Harmonies of #6590AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590AB

Black with #6590AB

Text Example


Text Example

White with #6590AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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