COLOR #6875B4

HEX: #6875B4
RGB: (104,117,180)

Color info

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

RGB color model

#6875B4 color RGB value is (104,117,180).

  • red value is 104;
  • green value is 117;
  • blue value is 180.
RGB:
(104,117,180)
(41%,46%,71%)

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 180 of 255 = 71%

104
117
180

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 180 = 401 (100%)
R 104 of 401 ~ 25.94%
G 117 of 401 ~ 29.18%
B 180 of 401 ~ 44.89%

%25.94
%29.18
%44.89

CMYK color model

#6875B4 color CMYK value is (42,35,0,29).

  • cyan value is 42.22%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(42,35,0,29)
C42M35Y0K29 
(42%,35%,0%,29%)
(0.42/0.35/0.00/0.29)	

CMYK percentages

%42.22
%35
%0
%29.41

Codes

Color #6875B4 in popluar color models

6875B4
RGB104117180
HSL230°33.63%55.69%
HSB/HSV230°42.22%70.59%
CMYK42.22%35.00%0.00%
29.41%

Color #6875B4 in popluar number systems.

HEX6875B4
Decimal104117180
Binary1101000111010110110100
Octal150165264

Shades and tints

Shades of #6875B4

#6875B4
(104,117,180)
#5F6BA4
(95,107,164)
#566194
(86,97,148)
#4D5784
(77,87,132)
#444D74
(68,77,116)
#3B4364
(59,67,100)
#323954
(50,57,84)
#292F44
(41,47,68)
#202534
(32,37,52)
#171B24
(23,27,36)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #6875B4

#6875B4
(104,117,180)
#7581BA
(117,129,186)
#828DC0
(130,141,192)
#8F99C6
(143,153,198)
#9CA5CC
(156,165,204)
#A9B1D2
(169,177,210)
#B6BDD8
(182,189,216)
#C3C9DE
(195,201,222)
#D0D5E4
(208,213,228)
#DDE1EA
(221,225,234)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6875B4; }

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

This text font color is #6875B4.


Background Color

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

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

This div background color is #6875B4.


Border color

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

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

This div border color is #6875B4.


Opacity

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

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

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

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

This text has shadow with #6875B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6875B4 on black background.


Color preview on white background

This text has color #6875B4 on white background.



Black color preview on #6875B4 background

This text has black color on #6875B4 background.


White color preview on #6875B4 background

This text has white color on #6875B4 background.