COLOR #6197B0

HEX: #6197B0
RGB: (97,151,176)

Color info

#6197B0 contains mainly green and blue colors. Web safe color of #6197B0 is #669999 (or #699).

RGB color model

#6197B0 color RGB value is (97,151,176).

  • red value is 97;
  • green value is 151;
  • blue value is 176.
RGB:
(97,151,176)
(38%,59%,69%)

RGB channels and saturation

R 97 of 255 = 38%
G 151 of 255 = 59%
B 176 of 255 = 69%

97
151
176

R + G + B ~ 55%. #6197B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 151 + 176 = 424 (100%)
R 97 of 424 ~ 22.88%
G 151 of 424 ~ 35.61%
B 176 of 424 ~ 41.51%

%22.88
%35.61
%41.51

CMYK color model

#6197B0 color CMYK value is (45,14,0,31).

  • cyan value is 44.89%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(45,14,0,31)
C45M14Y0K31 
(45%,14%,0%,31%)
(0.45/0.14/0.00/0.31)	

CMYK percentages

%44.89
%14.2
%0
%30.98

Codes

Color #6197B0 in popluar color models

6197B0
RGB97151176
HSL199°33.33%53.53%
HSB/HSV199°44.89%69.02%
CMYK44.89%14.20%0.00%
30.98%

Color #6197B0 in popluar number systems.

HEX6197B0
Decimal97151176
Binary11000011001011110110000
Octal141227260

Shades and tints

Shades of #6197B0

#6197B0
(97,151,176)
#598AA0
(89,138,160)
#517D90
(81,125,144)
#497080
(73,112,128)
#416370
(65,99,112)
#395660
(57,86,96)
#314950
(49,73,80)
#293C40
(41,60,64)
#212F30
(33,47,48)
#192220
(25,34,32)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #6197B0

#6197B0
(97,151,176)
#6FA0B7
(111,160,183)
#7DA9BE
(125,169,190)
#8BB2C5
(139,178,197)
#99BBCC
(153,187,204)
#A7C4D3
(167,196,211)
#B5CDDA
(181,205,218)
#C3D6E1
(195,214,225)
#D1DFE8
(209,223,232)
#DFE8EF
(223,232,239)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6197B0 color. Also use rgb(97,151,176) instead hex code.

Text Font Color

.myTextColor { color: #6197B0; }

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

This text font color is #6197B0.


Background Color

.myBgColor { background-color: #6197B0; }

<div style="background-color:#6197B0">Inner text</div>

This div background color is #6197B0.


Border color

.myBorderColor { border: 1px solid #6197B0; }

<div style="border:3px solid #6197B0">Div</div>

This div border color is #6197B0.


Opacity

.myOpacity80 { color: #6197B0; opacity: 0.8; }

<p style="color:#6197B0;opacity:0.8;">80%</p>

Text with #6197B0 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 #6197B0;}

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

This text has shadow with #6197B0 color.

.textShadow {text-shadow: 3px 3px 1px #6197B0, 3px 3px 1px red;}

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

This text has shadow with #6197B0 primary color and red secondary color.


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

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

This text has shadow with #6197B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6197B0 on black background.


Color preview on white background

This text has color #6197B0 on white background.



Black color preview on #6197B0 background

This text has black color on #6197B0 background.


White color preview on #6197B0 background

This text has white color on #6197B0 background.