COLOR #6B6093

HEX: #6B6093
RGB: (107,96,147)

Color info

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

RGB color model

#6B6093 color RGB value is (107,96,147).

  • red value is 107;
  • green value is 96;
  • blue value is 147.
RGB:
(107,96,147)
(42%,38%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 96 of 255 = 38%
B 147 of 255 = 58%

107
96
147

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

Portions of RGB colors in percentages

R + G + B =
107 + 96 + 147 = 350 (100%)
R 107 of 350 ~ 30.57%
G 96 of 350 ~ 27.43%
B 147 of 350 ~ 42%

%30.57
%27.43
%42

CMYK color model

#6B6093 color CMYK value is (27,35,0,42).

  • cyan value is 27.21%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(27,35,0,42)
C27M35Y0K42 
(27%,35%,0%,42%)
(0.27/0.35/0.00/0.42)	

CMYK percentages

%27.21
%34.69
%0
%42.35

Codes

Color #6B6093 in popluar color models

6B6093
RGB10796147
HSL253°20.99%47.65%
HSB/HSV253°34.69%57.65%
CMYK27.21%34.69%0.00%
42.35%

Color #6B6093 in popluar number systems.

HEX6B6093
Decimal10796147
Binary1101011110000010010011
Octal153140223

Shades and tints

Shades of #6B6093

#6B6093
(107,96,147)
#625886
(98,88,134)
#595079
(89,80,121)
#50486C
(80,72,108)
#47405F
(71,64,95)
#3E3852
(62,56,82)
#353045
(53,48,69)
#2C2838
(44,40,56)
#23202B
(35,32,43)
#1A181E
(26,24,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B6093

#6B6093
(107,96,147)
#786E9C
(120,110,156)
#857CA5
(133,124,165)
#928AAE
(146,138,174)
#9F98B7
(159,152,183)
#ACA6C0
(172,166,192)
#B9B4C9
(185,180,201)
#C6C2D2
(198,194,210)
#D3D0DB
(211,208,219)
#E0DEE4
(224,222,228)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6093 color. Also use rgb(107,96,147) instead hex code.

Text Font Color

.myTextColor { color: #6B6093; }

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

This text font color is #6B6093.


Background Color

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

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

This div background color is #6B6093.


Border color

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

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

This div border color is #6B6093.


Opacity

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

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

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

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

This text has shadow with #6B6093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6093 on black background.


Color preview on white background

This text has color #6B6093 on white background.



Black color preview on #6B6093 background

This text has black color on #6B6093 background.


White color preview on #6B6093 background

This text has white color on #6B6093 background.