COLOR #6872B0

HEX: #6872B0
RGB: (104,114,176)

Color info

#6872B0 contains mainly blue color. Web safe color of #6872B0 is #666699 (or #669).

RGB color model

#6872B0 color RGB value is (104,114,176).

  • red value is 104;
  • green value is 114;
  • blue value is 176.
RGB:
(104,114,176)
(41%,45%,69%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 176 of 255 = 69%

104
114
176

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

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 176 = 394 (100%)
R 104 of 394 ~ 26.4%
G 114 of 394 ~ 28.93%
B 176 of 394 ~ 44.67%

%26.4
%28.93
%44.67

CMYK color model

#6872B0 color CMYK value is (41,35,0,31).

  • cyan value is 40.91%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(41,35,0,31)
C41M35Y0K31 
(41%,35%,0%,31%)
(0.41/0.35/0.00/0.31)	

CMYK percentages

%40.91
%35.23
%0
%30.98

Codes

Color #6872B0 in popluar color models

6872B0
RGB104114176
HSL232°31.30%54.90%
HSB/HSV232°40.91%69.02%
CMYK40.91%35.23%0.00%
30.98%

Color #6872B0 in popluar number systems.

HEX6872B0
Decimal104114176
Binary1101000111001010110000
Octal150162260

Shades and tints

Shades of #6872B0

#6872B0
(104,114,176)
#5F68A0
(95,104,160)
#565E90
(86,94,144)
#4D5480
(77,84,128)
#444A70
(68,74,112)
#3B4060
(59,64,96)
#323650
(50,54,80)
#292C40
(41,44,64)
#202230
(32,34,48)
#171820
(23,24,32)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #6872B0

#6872B0
(104,114,176)
#757EB7
(117,126,183)
#828ABE
(130,138,190)
#8F96C5
(143,150,197)
#9CA2CC
(156,162,204)
#A9AED3
(169,174,211)
#B6BADA
(182,186,218)
#C3C6E1
(195,198,225)
#D0D2E8
(208,210,232)
#DDDEEF
(221,222,239)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6872B0 color. Also use rgb(104,114,176) instead hex code.

Text Font Color

.myTextColor { color: #6872B0; }

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

This text font color is #6872B0.


Background Color

.myBgColor { background-color: #6872B0; }

<div style="background-color:#6872B0">Inner text</div>

This div background color is #6872B0.


Border color

.myBorderColor { border: 1px solid #6872B0; }

<div style="border:3px solid #6872B0">Div</div>

This div border color is #6872B0.


Opacity

.myOpacity80 { color: #6872B0; opacity: 0.8; }

<p style="color:#6872B0;opacity:0.8;">80%</p>

Text with #6872B0 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 #6872B0;}

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

This text has shadow with #6872B0 color.

.textShadow {text-shadow: 3px 3px 1px #6872B0, 3px 3px 1px red;}

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

This text has shadow with #6872B0 primary color and red secondary color.


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

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

This text has shadow with #6872B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6872B0 on black background.


Color preview on white background

This text has color #6872B0 on white background.



Black color preview on #6872B0 background

This text has black color on #6872B0 background.


White color preview on #6872B0 background

This text has white color on #6872B0 background.