COLOR #6C598B

HEX: #6C598B
RGB: (108,89,139)

Color info

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

RGB color model

#6C598B color RGB value is (108,89,139).

  • red value is 108;
  • green value is 89;
  • blue value is 139.
RGB:
(108,89,139)
(42%,35%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 139 of 255 = 55%

108
89
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 139 = 336 (100%)
R 108 of 336 ~ 32.14%
G 89 of 336 ~ 26.49%
B 139 of 336 ~ 41.37%

%32.14
%26.49
%41.37

CMYK color model

#6C598B color CMYK value is (22,36,0,45).

  • cyan value is 22.30%
  • magenta value is 35.97%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,36,0,45)
C22M36Y0K45 
(22%,36%,0%,45%)
(0.22/0.36/0.00/0.45)	

CMYK percentages

%22.3
%35.97
%0
%45.49

Codes

Color #6C598B in popluar color models

6C598B
RGB10889139
HSL263°21.93%44.71%
HSB/HSV263°35.97%54.51%
CMYK22.30%35.97%0.00%
45.49%

Color #6C598B in popluar number systems.

HEX6C598B
Decimal10889139
Binary1101100101100110001011
Octal154131213

Shades and tints

Shades of #6C598B

#6C598B
(108,89,139)
#63517F
(99,81,127)
#5A4973
(90,73,115)
#514167
(81,65,103)
#48395B
(72,57,91)
#3F314F
(63,49,79)
#362943
(54,41,67)
#2D2137
(45,33,55)
#24192B
(36,25,43)
#1B111F
(27,17,31)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #6C598B

#6C598B
(108,89,139)
#796895
(121,104,149)
#86779F
(134,119,159)
#9386A9
(147,134,169)
#A095B3
(160,149,179)
#ADA4BD
(173,164,189)
#BAB3C7
(186,179,199)
#C7C2D1
(199,194,209)
#D4D1DB
(212,209,219)
#E1E0E5
(225,224,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C598B color. Also use rgb(108,89,139) instead hex code.

Text Font Color

.myTextColor { color: #6C598B; }

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

This text font color is #6C598B.


Background Color

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

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

This div background color is #6C598B.


Border color

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

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

This div border color is #6C598B.


Opacity

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

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

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

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

This text has shadow with #6C598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C598B on black background.


Color preview on white background

This text has color #6C598B on white background.



Black color preview on #6C598B background

This text has black color on #6C598B background.


White color preview on #6C598B background

This text has white color on #6C598B background.