COLOR #6A5899

HEX: #6A5899
RGB: (106,88,153)

Color info

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

RGB color model

#6A5899 color RGB value is (106,88,153).

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

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 153 of 255 = 60%

106
88
153

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

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 153 = 347 (100%)
R 106 of 347 ~ 30.55%
G 88 of 347 ~ 25.36%
B 153 of 347 ~ 44.09%

%30.55
%25.36
%44.09

CMYK color model

#6A5899 color CMYK value is (31,42,0,40).

  • cyan value is 30.72%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,42,0,40)
C31M42Y0K40 
(31%,42%,0%,40%)
(0.31/0.42/0.00/0.40)	

CMYK percentages

%30.72
%42.48
%0
%40

Codes

Color #6A5899 in popluar color models

6A5899
RGB10688153
HSL257°26.97%47.25%
HSB/HSV257°42.48%60.00%
CMYK30.72%42.48%0.00%
40.00%

Color #6A5899 in popluar number systems.

HEX6A5899
Decimal10688153
Binary1101010101100010011001
Octal152130231

Shades and tints

Shades of #6A5899

#6A5899
(106,88,153)
#61508C
(97,80,140)
#58487F
(88,72,127)
#4F4072
(79,64,114)
#463865
(70,56,101)
#3D3058
(61,48,88)
#34284B
(52,40,75)
#2B203E
(43,32,62)
#221831
(34,24,49)
#191024
(25,16,36)
#100817
(16,8,23)
#000000
(0,0,0)

Tints of #6A5899

#6A5899
(106,88,153)
#7767A2
(119,103,162)
#8476AB
(132,118,171)
#9185B4
(145,133,180)
#9E94BD
(158,148,189)
#ABA3C6
(171,163,198)
#B8B2CF
(184,178,207)
#C5C1D8
(197,193,216)
#D2D0E1
(210,208,225)
#DFDFEA
(223,223,234)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5899; }

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

This text font color is #6A5899.


Background Color

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

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

This div background color is #6A5899.


Border color

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

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

This div border color is #6A5899.


Opacity

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

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

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

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

This text has shadow with #6A5899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5899 on black background.


Color preview on white background

This text has color #6A5899 on white background.



Black color preview on #6A5899 background

This text has black color on #6A5899 background.


White color preview on #6A5899 background

This text has white color on #6A5899 background.