COLOR #6172BD

HEX: #6172BD
RGB: (97,114,189)

Color info

#6172BD contains mainly blue color. Web safe color of #6172BD is #6666CC (or #66C).

RGB color model

#6172BD color RGB value is (97,114,189).

  • red value is 97;
  • green value is 114;
  • blue value is 189.
RGB:
(97,114,189)
(38%,45%,74%)

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 189 of 255 = 74%

97
114
189

R + G + B ~ 52%. #6172BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 189 = 400 (100%)
R 97 of 400 ~ 24.25%
G 114 of 400 ~ 28.5%
B 189 of 400 ~ 47.25%

%24.25
%28.5
%47.25

CMYK color model

#6172BD color CMYK value is (49,40,0,26).

  • cyan value is 48.68%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(49,40,0,26)
C49M40Y0K26 
(49%,40%,0%,26%)
(0.49/0.40/0.00/0.26)	

CMYK percentages

%48.68
%39.68
%0
%25.88

Codes

Color #6172BD in popluar color models

6172BD
RGB97114189
HSL229°41.07%56.08%
HSB/HSV229°48.68%74.12%
CMYK48.68%39.68%0.00%
25.88%

Color #6172BD in popluar number systems.

HEX6172BD
Decimal97114189
Binary1100001111001010111101
Octal141162275

Shades and tints

Shades of #6172BD

#6172BD
(97,114,189)
#5968AC
(89,104,172)
#515E9B
(81,94,155)
#49548A
(73,84,138)
#414A79
(65,74,121)
#394068
(57,64,104)
#313657
(49,54,87)
#292C46
(41,44,70)
#212235
(33,34,53)
#191824
(25,24,36)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6172BD

#6172BD
(97,114,189)
#6F7EC3
(111,126,195)
#7D8AC9
(125,138,201)
#8B96CF
(139,150,207)
#99A2D5
(153,162,213)
#A7AEDB
(167,174,219)
#B5BAE1
(181,186,225)
#C3C6E7
(195,198,231)
#D1D2ED
(209,210,237)
#DFDEF3
(223,222,243)
#EDEAF9
(237,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6172BD color. Also use rgb(97,114,189) instead hex code.

Text Font Color

.myTextColor { color: #6172BD; }

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

This text font color is #6172BD.


Background Color

.myBgColor { background-color: #6172BD; }

<div style="background-color:#6172BD">Inner text</div>

This div background color is #6172BD.


Border color

.myBorderColor { border: 1px solid #6172BD; }

<div style="border:3px solid #6172BD">Div</div>

This div border color is #6172BD.


Opacity

.myOpacity80 { color: #6172BD; opacity: 0.8; }

<p style="color:#6172BD;opacity:0.8;">80%</p>

Text with #6172BD 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 #6172BD;}

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

This text has shadow with #6172BD color.

.textShadow {text-shadow: 3px 3px 1px #6172BD, 3px 3px 1px red;}

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

This text has shadow with #6172BD primary color and red secondary color.


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

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

This text has shadow with #6172BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6172BD on black background.


Color preview on white background

This text has color #6172BD on white background.



Black color preview on #6172BD background

This text has black color on #6172BD background.


White color preview on #6172BD background

This text has white color on #6172BD background.