COLOR #6A599C

HEX: #6A599C
RGB: (106,89,156)

Color info

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

RGB color model

#6A599C color RGB value is (106,89,156).

  • red value is 106;
  • green value is 89;
  • blue value is 156.
RGB:
(106,89,156)
(42%,35%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 156 of 255 = 61%

106
89
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 156 = 351 (100%)
R 106 of 351 ~ 30.2%
G 89 of 351 ~ 25.36%
B 156 of 351 ~ 44.44%

%30.2
%25.36
%44.44

CMYK color model

#6A599C color CMYK value is (32,43,0,39).

  • cyan value is 32.05%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(32,43,0,39)
C32M43Y0K39 
(32%,43%,0%,39%)
(0.32/0.43/0.00/0.39)	

CMYK percentages

%32.05
%42.95
%0
%38.82

Codes

Color #6A599C in popluar color models

6A599C
RGB10689156
HSL255°27.35%48.04%
HSB/HSV255°42.95%61.18%
CMYK32.05%42.95%0.00%
38.82%

Color #6A599C in popluar number systems.

HEX6A599C
Decimal10689156
Binary1101010101100110011100
Octal152131234

Shades and tints

Shades of #6A599C

#6A599C
(106,89,156)
#61518E
(97,81,142)
#584980
(88,73,128)
#4F4172
(79,65,114)
#463964
(70,57,100)
#3D3156
(61,49,86)
#342948
(52,41,72)
#2B213A
(43,33,58)
#22192C
(34,25,44)
#19111E
(25,17,30)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #6A599C

#6A599C
(106,89,156)
#7768A5
(119,104,165)
#8477AE
(132,119,174)
#9186B7
(145,134,183)
#9E95C0
(158,149,192)
#ABA4C9
(171,164,201)
#B8B3D2
(184,179,210)
#C5C2DB
(197,194,219)
#D2D1E4
(210,209,228)
#DFE0ED
(223,224,237)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A599C color. Also use rgb(106,89,156) instead hex code.

Text Font Color

.myTextColor { color: #6A599C; }

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

This text font color is #6A599C.


Background Color

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

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

This div background color is #6A599C.


Border color

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

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

This div border color is #6A599C.


Opacity

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

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

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

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

This text has shadow with #6A599C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A599C on black background.


Color preview on white background

This text has color #6A599C on white background.



Black color preview on #6A599C background

This text has black color on #6A599C background.


White color preview on #6A599C background

This text has white color on #6A599C background.