COLOR #6191B7

HEX: #6191B7 RGB: (97,145,183)

Color info

#6191B7 contains mainly green and blue colors. Web safe color of #6191B7 is #6699CC (or #69C).

RGB color model

#6191B7 color RGB value is (97,145,183).

RGB: (97,145,183) (38%, 57%, 72%)

RGB channels and saturation

R 97 of 255 = 38%
G 145 of 255 = 57%
B 183 of 255 = 72%

97
145
183

R + G + B ~ 56%. #6191B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 145 + 183 = 425 (100%)
R 97 of 425 ~ 22.82%
G 145 of 425 ~ 34.12%
B 183 of 425 ~ 43.06'%

%22.82
%34.12
%43.06

CMYK color model

#6191B7 color CMYK value is (47,21,0,28).

  • cyan value is 46.99%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (47,21,0,28)
C47M21Y0K28 (47%, 21%, 0%, 28%)
(0.47 / 0.21 / 0.00 / 0.28)

CMYK percentages

%46.99
%20.77
%0
%28.24

Codes

Color #6191B7 in popluar color models

61 91 B7
RGB 97 145 183
HSL 207° 37.39% 54.90%
HSB/HSV 207° 46.99% 71.76%
CMYK 46.99% 20.77% 0.00%
28.24%

Color #6191B7 in popluar number systems.

HEX 61 91 B7
Decimal 97 145 183
Binary 1100001 10010001 10110111
Octal 141 221 267

Shades and tints

Shades of #6191B7

#6191B7
(97,145,183)
#5984A7
(89,132,167)
#517797
(81,119,151)
#496A87
(73,106,135)
#415D77
(65,93,119)
#395067
(57,80,103)
#314357
(49,67,87)
#293647
(41,54,71)
#212937
(33,41,55)
#191C27
(25,28,39)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #6191B7

#6191B7
(97,145,183)
#6F9BBD
(111,155,189)
#7DA5C3
(125,165,195)
#8BAFC9
(139,175,201)
#99B9CF
(153,185,207)
#A7C3D5
(167,195,213)
#B5CDDB
(181,205,219)
#C3D7E1
(195,215,225)
#D1E1E7
(209,225,231)
#DFEBED
(223,235,237)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6191B7 color. Also use rgb(97,145,183) instead hex code.

Text Font Color

.myTextColor { color: #6191B7; }

<p style="color:#6191B7">This sample text font color is #6191B7.</p>

This text font color is #6191B7.

Background Color

.myBgColor { background-color: #6191B7; }

<div style="background-color:#6191B7">Inner text</div>

This div background color is #6191B7.

Border color

.myBorderColor { border: 1px solid #6191B7; }

<div style="border:3px solid #6191B7">Div</div>

This div border color is #6191B7.

Opacity

.myOpacity80 { color: #6191B7; opacity: 0.8; }

<p style="color:#6191B7;opacity:0.8;">80%</p>

Text with #6191B7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6191B7;}

<p style="text-shadow: 3px 3px 1px #6191B7">Text here.</p>

This text has shadow with #6191B7 color.


.textShadow {text-shadow: 3px 3px 1px #6191B7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6191B7, 5px 5px 20px red">Text here.</p>

This text has shadow with #6191B7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6191B7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6191B7, Direction=45, Strength=4)">Text</p>

This text has shadow with #6191B7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6191B7;
-webkit-box-shadow: 1px 1px 3px 2px #6191B7;
box-shadow: 1px 1px 3px 2px #6191B7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6191B7; -webkit-box-shadow: 1px 1px 3px 2px #6191B7; box-shadow:1px 1px 3px 2px #6191B7;">
Div content here
</div>

This div box has shadow with color #6191B7.

Preview

Color preview on black background

This text has color #6191B7 on black background.


Color preview on white background

This text has color #6191B7 on white background.


Black color preview on #6191B7 background

This text has black color on #6191B7 background.


White color preview on #6191B7 background

This text has white color on #6191B7 background.


Related colors

Complementary color

Complementary color for #hex is #9E6E48.


I love getcolorcode.com

Triadic colors

1 #B76191 and #91B761 with #6191B7 are triadic colors.

2 #B79161 and #9161B7 with #6191B7 are triadic colors.