COLOR #6875A5

HEX: #6875A5
RGB: (104,117,165)

Color info

#6875A5 contains mainly green and blue colors. Web safe color of #6875A5 is #666699 (or #669).

RGB color model

#6875A5 color RGB value is (104,117,165).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 165 of 255 = 65%

104
117
165

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 165 = 386 (100%)
R 104 of 386 ~ 26.94%
G 117 of 386 ~ 30.31%
B 165 of 386 ~ 42.75%

%26.94
%30.31
%42.75

CMYK color model

#6875A5 color CMYK value is (37,29,0,35).

  • cyan value is 36.97%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(37,29,0,35)
C37M29Y0K35 
(37%,29%,0%,35%)
(0.37/0.29/0.00/0.35)	

CMYK percentages

%36.97
%29.09
%0
%35.29

Codes

Color #6875A5 in popluar color models

6875A5
RGB104117165
HSL227°25.31%52.75%
HSB/HSV227°36.97%64.71%
CMYK36.97%29.09%0.00%
35.29%

Color #6875A5 in popluar number systems.

HEX6875A5
Decimal104117165
Binary1101000111010110100101
Octal150165245

Shades and tints

Shades of #6875A5

#6875A5
(104,117,165)
#5F6B96
(95,107,150)
#566187
(86,97,135)
#4D5778
(77,87,120)
#444D69
(68,77,105)
#3B435A
(59,67,90)
#32394B
(50,57,75)
#292F3C
(41,47,60)
#20252D
(32,37,45)
#171B1E
(23,27,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #6875A5

#6875A5
(104,117,165)
#7581AD
(117,129,173)
#828DB5
(130,141,181)
#8F99BD
(143,153,189)
#9CA5C5
(156,165,197)
#A9B1CD
(169,177,205)
#B6BDD5
(182,189,213)
#C3C9DD
(195,201,221)
#D0D5E5
(208,213,229)
#DDE1ED
(221,225,237)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6875A5; }

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

This text font color is #6875A5.


Background Color

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

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

This div background color is #6875A5.


Border color

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

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

This div border color is #6875A5.


Opacity

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

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

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

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

This text has shadow with #6875A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6875A5 on black background.


Color preview on white background

This text has color #6875A5 on white background.



Black color preview on #6875A5 background

This text has black color on #6875A5 background.


White color preview on #6875A5 background

This text has white color on #6875A5 background.