COLOR #6B869D

HEX: #6B869D RGB: (107,134,157)

Color info

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

RGB color model

#6B869D color RGB value is (107,134,157).

RGB: (107,134,157) (42%, 53%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 157 of 255 = 62%

107
134
157

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

Portions of RGB colors in percentages

R + G + B = 107 + 134 + 157 = 398 (100%)
R 107 of 398 ~ 26.88%
G 134 of 398 ~ 33.67%
B 157 of 398 ~ 39.45'%

%26.88
%33.67
%39.45

CMYK color model

#6B869D color CMYK value is (32,15,0,38).

  • cyan value is 31.85%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (32,15,0,38)
C32M15Y0K38 (32%, 15%, 0%, 38%)
(0.32 / 0.15 / 0.00 / 0.38)

CMYK percentages

%31.85
%14.65
%0
%38.43

Codes

Color #6B869D in popluar color models

6B 86 9D
RGB 107 134 157
HSL 208° 20.33% 51.76%
HSB/HSV 208° 31.85% 61.57%
CMYK 31.85% 14.65% 0.00%
38.43%

Color #6B869D in popluar number systems.

HEX 6B 86 9D
Decimal 107 134 157
Binary 1101011 10000110 10011101
Octal 153 206 235

Shades and tints

Shades of #6B869D

#6B869D
(107,134,157)
#627A8F
(98,122,143)
#596E81
(89,110,129)
#506273
(80,98,115)
#475665
(71,86,101)
#3E4A57
(62,74,87)
#353E49
(53,62,73)
#2C323B
(44,50,59)
#23262D
(35,38,45)
#1A1A1F
(26,26,31)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #6B869D

#6B869D
(107,134,157)
#7891A5
(120,145,165)
#859CAD
(133,156,173)
#92A7B5
(146,167,181)
#9FB2BD
(159,178,189)
#ACBDC5
(172,189,197)
#B9C8CD
(185,200,205)
#C6D3D5
(198,211,213)
#D3DEDD
(211,222,221)
#E0E9E5
(224,233,229)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B869D color. Also use rgb(107,134,157) instead hex code.

Text Font Color

.myTextColor { color: #6B869D; }

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

This text font color is #6B869D.

Background Color

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

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

This div background color is #6B869D.

Border color

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

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

This div border color is #6B869D.

Opacity

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

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

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

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

This text has shadow with #6B869D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B869D.

Preview

Color preview on black background

This text has color #6B869D on black background.


Color preview on white background

This text has color #6B869D on white background.


Black color preview on #6B869D background

This text has black color on #6B869D background.


White color preview on #6B869D background

This text has white color on #6B869D background.


Related colors

Complementary color

Complementary color for #hex is #947962.


I love getcolorcode.com

Triadic colors

1 #9D6B86 and #869D6B with #6B869D are triadic colors.

2 #9D866B and #866B9D with #6B869D are triadic colors.