Html Css Color HEX #6192AB Air Force Blue

📋 copy color: '#6192AB'

red 97 ◦ green 146 ◦ blue 171

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

Shades of Air Force Blue #6192AB

Tints of Air Force Blue #6192AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.27%

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

R = 23.43%
G = 35.27%
B = 41.3%

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

#6192AB (or 0x6192AB) is known color: Air Force Blue. HEX triplet: 61, 92 and AB. RGB value is (97,146,171). Sum of RGB (Red+Green+Blue) = 97+146+171=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #6192AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AB is #9E6D54. Grayscale: #868686. Windows color (decimal): -10382677 or 11244129. OLE color: 11244129.

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

Color convert

RGB 97 146 171 -
CMYK 0.43 0.15 0 0.33
HSL 200.27º 0.31% 0.53% -
HSV(B) 200.27º 0.43% 0.67% -
XYZ 22.56 26.04 42.37 -
YUV 134.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 97 146 171 0.43 0.15 0 0.33 200.27 0.31 0.53
Hex 61 92 AB 2B F 0 21 C8 1F 35
Octal 141 222 253 53 17 0 41 310 37 65
Binary 1100001 10010010 10101011 101011 1111 0 100001 11001000 11111 110101

Color Harmonies of #6192AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6192AB

Black with #6192AB

Text Example


Text Example

White with #6192AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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