COLOR #6B6E99

HEX: #6B6E99 RGB: (107,110,153)

Color info

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

RGB color model

#6B6E99 color RGB value is (107,110,153).

RGB: (107,110,153) (42%, 43%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 153 of 255 = 60%

107
110
153

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

Portions of RGB colors in percentages

R + G + B = 107 + 110 + 153 = 370 (100%)
R 107 of 370 ~ 28.92%
G 110 of 370 ~ 29.73%
B 153 of 370 ~ 41.35'%

%28.92
%29.73
%41.35

CMYK color model

#6B6E99 color CMYK value is (30,28,0,40).

  • cyan value is 30.07%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (30,28,0,40)
C30M28Y0K40 (30%, 28%, 0%, 40%)
(0.30 / 0.28 / 0.00 / 0.40)

CMYK percentages

%30.07
%28.1
%0
%40

Codes

Color #6B6E99 in popluar color models

6B 6E 99
RGB 107 110 153
HSL 236° 18.40% 50.98%
HSB/HSV 236° 30.07% 60.00%
CMYK 30.07% 28.10% 0.00%
40.00%

Color #6B6E99 in popluar number systems.

HEX 6B 6E 99
Decimal 107 110 153
Binary 1101011 1101110 10011001
Octal 153 156 231

Shades and tints

Shades of #6B6E99

#6B6E99
(107,110,153)
#62648C
(98,100,140)
#595A7F
(89,90,127)
#505072
(80,80,114)
#474665
(71,70,101)
#3E3C58
(62,60,88)
#35324B
(53,50,75)
#2C283E
(44,40,62)
#231E31
(35,30,49)
#1A1424
(26,20,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #6B6E99

#6B6E99
(107,110,153)
#787BA2
(120,123,162)
#8588AB
(133,136,171)
#9295B4
(146,149,180)
#9FA2BD
(159,162,189)
#ACAFC6
(172,175,198)
#B9BCCF
(185,188,207)
#C6C9D8
(198,201,216)
#D3D6E1
(211,214,225)
#E0E3EA
(224,227,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6E99 color. Also use rgb(107,110,153) instead hex code.

Text Font Color

.myTextColor { color: #6B6E99; }

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

This text font color is #6B6E99.

Background Color

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

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

This div background color is #6B6E99.

Border color

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

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

This div border color is #6B6E99.

Opacity

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

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

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

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

This text has shadow with #6B6E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6E99.

Preview

Color preview on black background

This text has color #6B6E99 on black background.


Color preview on white background

This text has color #6B6E99 on white background.


Black color preview on #6B6E99 background

This text has black color on #6B6E99 background.


White color preview on #6B6E99 background

This text has white color on #6B6E99 background.


Related colors

Complementary color

Complementary color for #hex is #949166.


I love getcolorcode.com

Triadic colors

1 #996B6E and #6E996B with #6B6E99 are triadic colors.

2 #996E6B and #6E6B99 with #6B6E99 are triadic colors.