COLOR #6B879A

HEX: #6B879A
RGB: (107,135,154)

Color info

#6B879A contains red, green and blue colors in about the same proportion. Web safe color of #6B879A is #669999 (or #699).

RGB color model

#6B879A color RGB value is (107,135,154).

  • red value is 107;
  • green value is 135;
  • blue value is 154.
RGB:
(107,135,154)
(42%,53%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 154 of 255 = 60%

107
135
154

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 154 = 396 (100%)
R 107 of 396 ~ 27.02%
G 135 of 396 ~ 34.09%
B 154 of 396 ~ 38.89%

%27.02
%34.09
%38.89

CMYK color model

#6B879A color CMYK value is (31,12,0,40).

  • cyan value is 30.52%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,12,0,40)
C31M12Y0K40 
(31%,12%,0%,40%)
(0.31/0.12/0.00/0.40)	

CMYK percentages

%30.52
%12.34
%0
%39.61

Codes

Color #6B879A in popluar color models

6B879A
RGB107135154
HSL204°18.88%51.18%
HSB/HSV204°30.52%60.39%
CMYK30.52%12.34%0.00%
39.61%

Color #6B879A in popluar number systems.

HEX6B879A
Decimal107135154
Binary11010111000011110011010
Octal153207232

Shades and tints

Shades of #6B879A

#6B879A
(107,135,154)
#627B8C
(98,123,140)
#596F7E
(89,111,126)
#506370
(80,99,112)
#475762
(71,87,98)
#3E4B54
(62,75,84)
#353F46
(53,63,70)
#2C3338
(44,51,56)
#23272A
(35,39,42)
#1A1B1C
(26,27,28)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B879A

#6B879A
(107,135,154)
#7891A3
(120,145,163)
#859BAC
(133,155,172)
#92A5B5
(146,165,181)
#9FAFBE
(159,175,190)
#ACB9C7
(172,185,199)
#B9C3D0
(185,195,208)
#C6CDD9
(198,205,217)
#D3D7E2
(211,215,226)
#E0E1EB
(224,225,235)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B879A color. Also use rgb(107,135,154) instead hex code.

Text Font Color

.myTextColor { color: #6B879A; }

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

This text font color is #6B879A.


Background Color

.myBgColor { background-color: #6B879A; }

<div style="background-color:#6B879A">Inner text</div>

This div background color is #6B879A.


Border color

.myBorderColor { border: 1px solid #6B879A; }

<div style="border:3px solid #6B879A">Div</div>

This div border color is #6B879A.


Opacity

.myOpacity80 { color: #6B879A; opacity: 0.8; }

<p style="color:#6B879A;opacity:0.8;">80%</p>

Text with #6B879A 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 #6B879A;}

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

This text has shadow with #6B879A color.

.textShadow {text-shadow: 3px 3px 1px #6B879A, 3px 3px 1px red;}

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

This text has shadow with #6B879A primary color and red secondary color.


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

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

This text has shadow with #6B879A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B879A on black background.


Color preview on white background

This text has color #6B879A on white background.



Black color preview on #6B879A background

This text has black color on #6B879A background.


White color preview on #6B879A background

This text has white color on #6B879A background.