COLOR #6172BF

HEX: #6172BF RGB: (97,114,191)

Color info

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

RGB color model

#6172BF color RGB value is (97,114,191).

RGB: (97,114,191) (38%, 45%, 75%)

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 191 of 255 = 75%

97
114
191

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

Portions of RGB colors in percentages

R + G + B = 97 + 114 + 191 = 402 (100%)
R 97 of 402 ~ 24.13%
G 114 of 402 ~ 28.36%
B 191 of 402 ~ 47.51'%

%24.13
%28.36
%47.51

CMYK color model

#6172BF color CMYK value is (49,40,0,25).

  • cyan value is 49.21%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (49,40,0,25)
C49M40Y0K25 (49%, 40%, 0%, 25%)
(0.49 / 0.40 / 0.00 / 0.25)

CMYK percentages

%49.21
%40.31
%0
%25.1

Codes

Color #6172BF in popluar color models

61 72 BF
RGB 97 114 191
HSL 229° 42.34% 56.47%
HSB/HSV 229° 49.21% 74.90%
CMYK 49.21% 40.31% 0.00%
25.10%

Color #6172BF in popluar number systems.

HEX 61 72 BF
Decimal 97 114 191
Binary 1100001 1110010 10111111
Octal 141 162 277

Shades and tints

Shades of #6172BF

#6172BF
(97,114,191)
#5968AE
(89,104,174)
#515E9D
(81,94,157)
#49548C
(73,84,140)
#414A7B
(65,74,123)
#39406A
(57,64,106)
#313659
(49,54,89)
#292C48
(41,44,72)
#212237
(33,34,55)
#191826
(25,24,38)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6172BF

#6172BF
(97,114,191)
#6F7EC4
(111,126,196)
#7D8AC9
(125,138,201)
#8B96CE
(139,150,206)
#99A2D3
(153,162,211)
#A7AED8
(167,174,216)
#B5BADD
(181,186,221)
#C3C6E2
(195,198,226)
#D1D2E7
(209,210,231)
#DFDEEC
(223,222,236)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6172BF; }

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

This text font color is #6172BF.

Background Color

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

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

This div background color is #6172BF.

Border color

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

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

This div border color is #6172BF.

Opacity

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

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

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

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

This text has shadow with #6172BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6172BF.

Preview

Color preview on black background

This text has color #6172BF on black background.


Color preview on white background

This text has color #6172BF on white background.


Black color preview on #6172BF background

This text has black color on #6172BF background.


White color preview on #6172BF background

This text has white color on #6172BF background.


Related colors

Complementary color

Complementary color for #hex is #9E8D40.


I love getcolorcode.com

Triadic colors

1 #BF6172 and #72BF61 with #6172BF are triadic colors.

2 #BF7261 and #7261BF with #6172BF are triadic colors.