COLOR #6875B1

HEX: #6875B1 RGB: (104,117,177)

Color info

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

RGB color model

#6875B1 color RGB value is (104,117,177).

RGB: (104,117,177) (41%, 46%, 69%)

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 177 of 255 = 69%

104
117
177

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

Portions of RGB colors in percentages

R + G + B = 104 + 117 + 177 = 398 (100%)
R 104 of 398 ~ 26.13%
G 117 of 398 ~ 29.4%
B 177 of 398 ~ 44.47'%

%26.13
%29.4
%44.47

CMYK color model

#6875B1 color CMYK value is (41,34,0,31).

  • cyan value is 41.24%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (41,34,0,31) C41M34Y0K31 (41%,34%,0%,31%) (0.41/0.34/0.00/0.31) 

CMYK percentages

%41.24
%33.9
%0
%30.59

Codes

Color #6875B1 in popluar color models

68 75 B1
RGB 104 117 177
HSL 229° 31.88% 55.10%
HSB/HSV 229° 41.24% 69.41%
CMYK 41.24% 33.90% 0.00%
30.59%

Color #6875B1 in popluar number systems.

HEX 68 75 B1
Decimal 104 117 177
Binary 1101000 1110101 10110001
Octal 150 165 261

Shades and tints

Shades of #6875B1

#6875B1
(104,117,177)
#5F6BA1
(95,107,161)
#566191
(86,97,145)
#4D5781
(77,87,129)
#444D71
(68,77,113)
#3B4361
(59,67,97)
#323951
(50,57,81)
#292F41
(41,47,65)
#202531
(32,37,49)
#171B21
(23,27,33)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #6875B1

#6875B1
(104,117,177)
#7581B8
(117,129,184)
#828DBF
(130,141,191)
#8F99C6
(143,153,198)
#9CA5CD
(156,165,205)
#A9B1D4
(169,177,212)
#B6BDDB
(182,189,219)
#C3C9E2
(195,201,226)
#D0D5E9
(208,213,233)
#DDE1F0
(221,225,240)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6875B1 color. Also use rgb(104,117,177) instead hex code.

Text Font Color

.myTextColor { color: #6875B1; }

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

This text font color is #6875B1.

Background Color

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

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

This div background color is #6875B1.

Border color

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

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

This div border color is #6875B1.

Opacity

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

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

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

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

This text has shadow with #6875B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6875B1.

Preview

Color preview on black background

This text has color #6875B1 on black background.


Color preview on white background

This text has color #6875B1 on white background.


Black color preview on #6875B1 background

This text has black color on #6875B1 background.


White color preview on #6875B1 background

This text has white color on #6875B1 background.


Related colors

Complementary color

Complementary color for #hex is #978A4E.


I love getcolorcode.com

Triadic colors

1 #B16875 and #75B168 with #6875B1 are triadic colors.

2 #B17568 and #7568B1 with #6875B1 are triadic colors.