COLOR #6191C2

HEX: #6191C2
RGB: (97,145,194)

Color info

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

RGB color model

#6191C2 color RGB value is (97,145,194).

  • red value is 97;
  • green value is 145;
  • blue value is 194.
RGB:
(97,145,194)
(38%,57%,76%)

RGB channels and saturation

R 97 of 255 = 38%
G 145 of 255 = 57%
B 194 of 255 = 76%

97
145
194

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

Portions of RGB colors in percentages

R + G + B =
97 + 145 + 194 = 436 (100%)
R 97 of 436 ~ 22.25%
G 145 of 436 ~ 33.26%
B 194 of 436 ~ 44.5%

%22.25
%33.26
%44.5

CMYK color model

#6191C2 color CMYK value is (50,25,0,24).

  • cyan value is 50.00%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(50,25,0,24)
C50M25Y0K24 
(50%,25%,0%,24%)
(0.50/0.25/0.00/0.24)	

CMYK percentages

%50
%25.26
%0
%23.92

Codes

Color #6191C2 in popluar color models

6191C2
RGB97145194
HSL210°44.29%57.06%
HSB/HSV210°50.00%76.08%
CMYK50.00%25.26%0.00%
23.92%

Color #6191C2 in popluar number systems.

HEX6191C2
Decimal97145194
Binary11000011001000111000010
Octal141221302

Shades and tints

Shades of #6191C2

#6191C2
(97,145,194)
#5984B1
(89,132,177)
#5177A0
(81,119,160)
#496A8F
(73,106,143)
#415D7E
(65,93,126)
#39506D
(57,80,109)
#31435C
(49,67,92)
#29364B
(41,54,75)
#21293A
(33,41,58)
#191C29
(25,28,41)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #6191C2

#6191C2
(97,145,194)
#6F9BC7
(111,155,199)
#7DA5CC
(125,165,204)
#8BAFD1
(139,175,209)
#99B9D6
(153,185,214)
#A7C3DB
(167,195,219)
#B5CDE0
(181,205,224)
#C3D7E5
(195,215,229)
#D1E1EA
(209,225,234)
#DFEBEF
(223,235,239)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6191C2; }

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

This text font color is #6191C2.


Background Color

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

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

This div background color is #6191C2.


Border color

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

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

This div border color is #6191C2.


Opacity

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

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

Text with #6191C2 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 #6191C2;}

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

This text has shadow with #6191C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6191C2 on black background.


Color preview on white background

This text has color #6191C2 on white background.



Black color preview on #6191C2 background

This text has black color on #6191C2 background.


White color preview on #6191C2 background

This text has white color on #6191C2 background.