COLOR #6A5799

HEX: #6A5799
RGB: (106,87,153)

Color info

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

RGB color model

#6A5799 color RGB value is (106,87,153).

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

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 153 of 255 = 60%

106
87
153

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

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 153 = 346 (100%)
R 106 of 346 ~ 30.64%
G 87 of 346 ~ 25.14%
B 153 of 346 ~ 44.22%

%30.64
%25.14
%44.22

CMYK color model

#6A5799 color CMYK value is (31,43,0,40).

  • cyan value is 30.72%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,43,0,40)
C31M43Y0K40 
(31%,43%,0%,40%)
(0.31/0.43/0.00/0.40)	

CMYK percentages

%30.72
%43.14
%0
%40

Codes

Color #6A5799 in popluar color models

6A5799
RGB10687153
HSL257°27.50%47.06%
HSB/HSV257°43.14%60.00%
CMYK30.72%43.14%0.00%
40.00%

Color #6A5799 in popluar number systems.

HEX6A5799
Decimal10687153
Binary1101010101011110011001
Octal152127231

Shades and tints

Shades of #6A5799

#6A5799
(106,87,153)
#61508C
(97,80,140)
#58497F
(88,73,127)
#4F4272
(79,66,114)
#463B65
(70,59,101)
#3D3458
(61,52,88)
#342D4B
(52,45,75)
#2B263E
(43,38,62)
#221F31
(34,31,49)
#191824
(25,24,36)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #6A5799

#6A5799
(106,87,153)
#7766A2
(119,102,162)
#8475AB
(132,117,171)
#9184B4
(145,132,180)
#9E93BD
(158,147,189)
#ABA2C6
(171,162,198)
#B8B1CF
(184,177,207)
#C5C0D8
(197,192,216)
#D2CFE1
(210,207,225)
#DFDEEA
(223,222,234)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5799; }

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

This text font color is #6A5799.


Background Color

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

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

This div background color is #6A5799.


Border color

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

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

This div border color is #6A5799.


Opacity

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

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

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

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

This text has shadow with #6A5799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5799 on black background.


Color preview on white background

This text has color #6A5799 on white background.



Black color preview on #6A5799 background

This text has black color on #6A5799 background.


White color preview on #6A5799 background

This text has white color on #6A5799 background.