Html Css Color HEX #6191AB Air Force Blue

📋 copy color: '#6191AB'

red 97 ◦ green 145 ◦ blue 171

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

Shades of Air Force Blue #6191AB

Tints of Air Force Blue #6191AB

RGB

 RED value IS 97 (38.28% from 255) = 23.49%

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 23.49%
G = 35.11%
B = 41.4%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6191AB (or 0x6191AB) is known color: Air Force Blue. HEX triplet: 61, 91 and AB. RGB value is (97,145,171). Sum of RGB (Red+Green+Blue) = 97+145+171=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6191AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6191AB is #9E6E54. Grayscale: #858585. Windows color (decimal): -10382933 or 11243873. OLE color: 11243873.

HSL color Cylindrical-coordinate representation of color #6191AB: hue angle of 201.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6191AB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 145 171 -
CMYK 0.43 0.15 0 0.33
HSL 201.08º 0.31% 0.53% -
HSV(B) 201.08º 0.43% 0.67% -
XYZ 22.41 25.73 42.31 -
YUV 133.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 97 145 171 0.43 0.15 0 0.33 201.08 0.31 0.53
Hex 61 91 AB 2B F 0 21 C9 1F 35
Octal 141 221 253 53 17 0 41 311 37 65
Binary 1100001 10010001 10101011 101011 1111 0 100001 11001001 11111 110101

Color Harmonies of #6191AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6191AB

Black with #6191AB

Text Example


Text Example

White with #6191AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,145,171); }

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

background-color css

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

 a { background-color: rgb(97,145,171); }

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

border-color css

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

 span { border-color: rgb(97,145,171); }

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