COLOR #6172B1

HEX: #6172B1 RGB: (97,114,177)

Color info

#6172B1 contains mainly blue color. Web safe color of #6172B1 is #666699 (or #669).

RGB color model

#6172B1 color RGB value is (97,114,177).

RGB: (97,114,177) (38%, 45%, 69%)

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 177 of 255 = 69%

97
114
177

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

Portions of RGB colors in percentages

R + G + B = 97 + 114 + 177 = 388 (100%)
R 97 of 388 ~ 25%
G 114 of 388 ~ 29.38%
B 177 of 388 ~ 45.62'%

%25
%29.38
%45.62

CMYK color model

#6172B1 color CMYK value is (45,36,0,31).

  • cyan value is 45.20%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (45,36,0,31)
C45M36Y0K31 (45%, 36%, 0%, 31%)
(0.45 / 0.36 / 0.00 / 0.31)

CMYK percentages

%45.2
%35.59
%0
%30.59

Codes

Color #6172B1 in popluar color models

61 72 B1
RGB 97 114 177
HSL 227° 33.90% 53.73%
HSB/HSV 227° 45.20% 69.41%
CMYK 45.20% 35.59% 0.00%
30.59%

Color #6172B1 in popluar number systems.

HEX 61 72 B1
Decimal 97 114 177
Binary 1100001 1110010 10110001
Octal 141 162 261

Shades and tints

Shades of #6172B1

#6172B1
(97,114,177)
#5968A1
(89,104,161)
#515E91
(81,94,145)
#495481
(73,84,129)
#414A71
(65,74,113)
#394061
(57,64,97)
#313651
(49,54,81)
#292C41
(41,44,65)
#212231
(33,34,49)
#191821
(25,24,33)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #6172B1

#6172B1
(97,114,177)
#6F7EB8
(111,126,184)
#7D8ABF
(125,138,191)
#8B96C6
(139,150,198)
#99A2CD
(153,162,205)
#A7AED4
(167,174,212)
#B5BADB
(181,186,219)
#C3C6E2
(195,198,226)
#D1D2E9
(209,210,233)
#DFDEF0
(223,222,240)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6172B1; }

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

This text font color is #6172B1.

Background Color

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

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

This div background color is #6172B1.

Border color

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

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

This div border color is #6172B1.

Opacity

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

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

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

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

This text has shadow with #6172B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6172B1.

Preview

Color preview on black background

This text has color #6172B1 on black background.


Color preview on white background

This text has color #6172B1 on white background.


Black color preview on #6172B1 background

This text has black color on #6172B1 background.


White color preview on #6172B1 background

This text has white color on #6172B1 background.


Related colors

Complementary color

Complementary color for #hex is #9E8D4E.


I love getcolorcode.com

Triadic colors

1 #B16172 and #72B161 with #6172B1 are triadic colors.

2 #B17261 and #7261B1 with #6172B1 are triadic colors.