COLOR #6B6A99

HEX: #6B6A99
RGB: (107,106,153)

Color info

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

RGB color model

#6B6A99 color RGB value is (107,106,153).

  • red value is 107;
  • green value is 106;
  • blue value is 153.
RGB:
(107,106,153)
(42%,42%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 153 of 255 = 60%

107
106
153

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

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 153 = 366 (100%)
R 107 of 366 ~ 29.23%
G 106 of 366 ~ 28.96%
B 153 of 366 ~ 41.8%

%29.23
%28.96
%41.8

CMYK color model

#6B6A99 color CMYK value is (30,31,0,40).

  • cyan value is 30.07%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(30,31,0,40)
C30M31Y0K40 
(30%,31%,0%,40%)
(0.30/0.31/0.00/0.40)	

CMYK percentages

%30.07
%30.72
%0
%40

Codes

Color #6B6A99 in popluar color models

6B6A99
RGB107106153
HSL241°18.73%50.78%
HSB/HSV241°30.72%60.00%
CMYK30.07%30.72%0.00%
40.00%

Color #6B6A99 in popluar number systems.

HEX6B6A99
Decimal107106153
Binary1101011110101010011001
Octal153152231

Shades and tints

Shades of #6B6A99

#6B6A99
(107,106,153)
#62618C
(98,97,140)
#59587F
(89,88,127)
#504F72
(80,79,114)
#474665
(71,70,101)
#3E3D58
(62,61,88)
#35344B
(53,52,75)
#2C2B3E
(44,43,62)
#232231
(35,34,49)
#1A1924
(26,25,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #6B6A99

#6B6A99
(107,106,153)
#7877A2
(120,119,162)
#8584AB
(133,132,171)
#9291B4
(146,145,180)
#9F9EBD
(159,158,189)
#ACABC6
(172,171,198)
#B9B8CF
(185,184,207)
#C6C5D8
(198,197,216)
#D3D2E1
(211,210,225)
#E0DFEA
(224,223,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6A99; }

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

This text font color is #6B6A99.


Background Color

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

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

This div background color is #6B6A99.


Border color

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

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

This div border color is #6B6A99.


Opacity

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

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

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

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

This text has shadow with #6B6A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6A99 on black background.


Color preview on white background

This text has color #6B6A99 on white background.



Black color preview on #6B6A99 background

This text has black color on #6B6A99 background.


White color preview on #6B6A99 background

This text has white color on #6B6A99 background.