COLOR #6B6888

HEX: #6B6888 RGB: (107,104,136)

Color info

#6B6888 contains red, green and blue colors in about the same proportion. Web safe color of #6B6888 is #666699 (or #669).

RGB color model

#6B6888 color RGB value is (107,104,136).

RGB: (107,104,136) (42%, 41%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 136 of 255 = 53%

107
104
136

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

Portions of RGB colors in percentages

R + G + B = 107 + 104 + 136 = 347 (100%)
R 107 of 347 ~ 30.84%
G 104 of 347 ~ 29.97%
B 136 of 347 ~ 39.19'%

%30.84
%29.97
%39.19

CMYK color model

#6B6888 color CMYK value is (21,24,0,47).

  • cyan value is 21.32%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (21,24,0,47)
C21M24Y0K47 (21%, 24%, 0%, 47%)
(0.21 / 0.24 / 0.00 / 0.47)

CMYK percentages

%21.32
%23.53
%0
%46.67

Codes

Color #6B6888 in popluar color models

6B 68 88
RGB 107 104 136
HSL 246° 13.33% 47.06%
HSB/HSV 246° 23.53% 53.33%
CMYK 21.32% 23.53% 0.00%
46.67%

Color #6B6888 in popluar number systems.

HEX 6B 68 88
Decimal 107 104 136
Binary 1101011 1101000 10001000
Octal 153 150 210

Shades and tints

Shades of #6B6888

#6B6888
(107,104,136)
#625F7C
(98,95,124)
#595670
(89,86,112)
#504D64
(80,77,100)
#474458
(71,68,88)
#3E3B4C
(62,59,76)
#353240
(53,50,64)
#2C2934
(44,41,52)
#232028
(35,32,40)
#1A171C
(26,23,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B6888

#6B6888
(107,104,136)
#787592
(120,117,146)
#85829C
(133,130,156)
#928FA6
(146,143,166)
#9F9CB0
(159,156,176)
#ACA9BA
(172,169,186)
#B9B6C4
(185,182,196)
#C6C3CE
(198,195,206)
#D3D0D8
(211,208,216)
#E0DDE2
(224,221,226)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6888 color. Also use rgb(107,104,136) instead hex code.

Text Font Color

.myTextColor { color: #6B6888; }

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

This text font color is #6B6888.

Background Color

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

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

This div background color is #6B6888.

Border color

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

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

This div border color is #6B6888.

Opacity

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

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

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

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

This text has shadow with #6B6888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6888.

Preview

Color preview on black background

This text has color #6B6888 on black background.


Color preview on white background

This text has color #6B6888 on white background.


Black color preview on #6B6888 background

This text has black color on #6B6888 background.


White color preview on #6B6888 background

This text has white color on #6B6888 background.


Related colors

Complementary color

Complementary color for #hex is #949777.


I love getcolorcode.com

Triadic colors

1 #886B68 and #68886B with #6B6888 are triadic colors.

2 #88686B and #686B88 with #6B6888 are triadic colors.