COLOR #6176BF

HEX: #6176BF RGB: (97,118,191)

Color info

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

RGB color model

#6176BF color RGB value is (97,118,191).

RGB: (97,118,191) (38%, 46%, 75%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 191 of 255 = 75%

97
118
191

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

Portions of RGB colors in percentages

R + G + B = 97 + 118 + 191 = 406 (100%)
R 97 of 406 ~ 23.89%
G 118 of 406 ~ 29.06%
B 191 of 406 ~ 47.04'%

%23.89
%29.06
%47.04

CMYK color model

#6176BF color CMYK value is (49,38,0,25).

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

CMYK: (49,38,0,25)
C49M38Y0K25 (49%, 38%, 0%, 25%)
(0.49 / 0.38 / 0.00 / 0.25)

CMYK percentages

%49.21
%38.22
%0
%25.1

Codes

Color #6176BF in popluar color models

61 76 BF
RGB 97 118 191
HSL 227° 42.34% 56.47%
HSB/HSV 227° 49.21% 74.90%
CMYK 49.21% 38.22% 0.00%
25.10%

Color #6176BF in popluar number systems.

HEX 61 76 BF
Decimal 97 118 191
Binary 1100001 1110110 10111111
Octal 141 166 277

Shades and tints

Shades of #6176BF

#6176BF
(97,118,191)
#596CAE
(89,108,174)
#51629D
(81,98,157)
#49588C
(73,88,140)
#414E7B
(65,78,123)
#39446A
(57,68,106)
#313A59
(49,58,89)
#293048
(41,48,72)
#212637
(33,38,55)
#191C26
(25,28,38)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6176BF

#6176BF
(97,118,191)
#6F82C4
(111,130,196)
#7D8EC9
(125,142,201)
#8B9ACE
(139,154,206)
#99A6D3
(153,166,211)
#A7B2D8
(167,178,216)
#B5BEDD
(181,190,221)
#C3CAE2
(195,202,226)
#D1D6E7
(209,214,231)
#DFE2EC
(223,226,236)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6176BF; }

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

This text font color is #6176BF.

Background Color

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

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

This div background color is #6176BF.

Border color

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

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

This div border color is #6176BF.

Opacity

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

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

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

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

This text has shadow with #6176BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6176BF.

Preview

Color preview on black background

This text has color #6176BF on black background.


Color preview on white background

This text has color #6176BF on white background.


Black color preview on #6176BF background

This text has black color on #6176BF background.


White color preview on #6176BF background

This text has white color on #6176BF background.


Related colors

Complementary color

Complementary color for #hex is #9E8940.


I love getcolorcode.com

Triadic colors

1 #BF6176 and #76BF61 with #6176BF are triadic colors.

2 #BF7661 and #7661BF with #6176BF are triadic colors.