COLOR #6B5A99

HEX: #6B5A99
RGB: (107,90,153)

Color info

#6B5A99 contains mainly red and blue colors. Web safe color of #6B5A99 is #666699 (or #669).

RGB color model

#6B5A99 color RGB value is (107,90,153).

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

RGB channels and saturation

R 107 of 255 = 42%
G 90 of 255 = 35%
B 153 of 255 = 60%

107
90
153

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

Portions of RGB colors in percentages

R + G + B =
107 + 90 + 153 = 350 (100%)
R 107 of 350 ~ 30.57%
G 90 of 350 ~ 25.71%
B 153 of 350 ~ 43.71%

%30.57
%25.71
%43.71

CMYK color model

#6B5A99 color CMYK value is (30,41,0,40).

  • cyan value is 30.07%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(30,41,0,40)
C30M41Y0K40 
(30%,41%,0%,40%)
(0.30/0.41/0.00/0.40)	

CMYK percentages

%30.07
%41.18
%0
%40

Codes

Color #6B5A99 in popluar color models

6B5A99
RGB10790153
HSL256°25.93%47.65%
HSB/HSV256°41.18%60.00%
CMYK30.07%41.18%0.00%
40.00%

Color #6B5A99 in popluar number systems.

HEX6B5A99
Decimal10790153
Binary1101011101101010011001
Octal153132231

Shades and tints

Shades of #6B5A99

#6B5A99
(107,90,153)
#62528C
(98,82,140)
#594A7F
(89,74,127)
#504272
(80,66,114)
#473A65
(71,58,101)
#3E3258
(62,50,88)
#352A4B
(53,42,75)
#2C223E
(44,34,62)
#231A31
(35,26,49)
#1A1224
(26,18,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #6B5A99

#6B5A99
(107,90,153)
#7869A2
(120,105,162)
#8578AB
(133,120,171)
#9287B4
(146,135,180)
#9F96BD
(159,150,189)
#ACA5C6
(172,165,198)
#B9B4CF
(185,180,207)
#C6C3D8
(198,195,216)
#D3D2E1
(211,210,225)
#E0E1EA
(224,225,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5A99; }

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

This text font color is #6B5A99.


Background Color

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

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

This div background color is #6B5A99.


Border color

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

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

This div border color is #6B5A99.


Opacity

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

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

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

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

This text has shadow with #6B5A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A99 on black background.


Color preview on white background

This text has color #6B5A99 on white background.



Black color preview on #6B5A99 background

This text has black color on #6B5A99 background.


White color preview on #6B5A99 background

This text has white color on #6B5A99 background.