#6191B0

Color #6191B0 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #6191B0

Tints of Air Force Blue #6191B0

Color information

#6191B0 (or 0x6191B0) is unknown color: approx Air Force Blue. HEX triplet: 61, 91 and B0. RGB value is (97,145,176). Sum of RGB (Red+Green+Blue) = 97+145+176=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #6191B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6191B0 is #9E6E4F. Grayscale: #868686. Windows color (decimal): -10382928 or 11571553. OLE color: 11571553.

HSL color Cylindrical-coordinate representation of color #6191B0: hue angle of 203.54º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6191B0 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97145176-
CMYK0.450.1800.31
HSL203.54º33.33%53.53%-
HSV(B)203.54º44.89%69.02%-
XYZ22.8925.9344.87-
YUV134.18151.6101.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=23.21%
G=34.69%
B=42.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971451760.450.1800.31203.5433.3353.53
Hex6191B02D1201Fcc2136
Octal14122126055220373144166
Binary110000110010001101100001011011001001111111001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6191B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6191B0;
 }
 .AnyTagClassName
 {
   color: #6191B0;
 }
</style>
background-color css

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

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

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

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

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

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