COLOR #6C6199

HEX: #6C6199
RGB: (108,97,153)

Color info

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

RGB color model

#6C6199 color RGB value is (108,97,153).

  • red value is 108;
  • green value is 97;
  • blue value is 153.
RGB:
(108,97,153)
(42%,38%,60%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 153 of 255 = 60%

108
97
153

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

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 153 = 358 (100%)
R 108 of 358 ~ 30.17%
G 97 of 358 ~ 27.09%
B 153 of 358 ~ 42.74%

%30.17
%27.09
%42.74

CMYK color model

#6C6199 color CMYK value is (29,37,0,40).

  • cyan value is 29.41%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(29,37,0,40)
C29M37Y0K40 
(29%,37%,0%,40%)
(0.29/0.37/0.00/0.40)	

CMYK percentages

%29.41
%36.6
%0
%40

Codes

Color #6C6199 in popluar color models

6C6199
RGB10897153
HSL252°22.40%49.02%
HSB/HSV252°36.60%60.00%
CMYK29.41%36.60%0.00%
40.00%

Color #6C6199 in popluar number systems.

HEX6C6199
Decimal10897153
Binary1101100110000110011001
Octal154141231

Shades and tints

Shades of #6C6199

#6C6199
(108,97,153)
#63598C
(99,89,140)
#5A517F
(90,81,127)
#514972
(81,73,114)
#484165
(72,65,101)
#3F3958
(63,57,88)
#36314B
(54,49,75)
#2D293E
(45,41,62)
#242131
(36,33,49)
#1B1924
(27,25,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #6C6199

#6C6199
(108,97,153)
#796FA2
(121,111,162)
#867DAB
(134,125,171)
#938BB4
(147,139,180)
#A099BD
(160,153,189)
#ADA7C6
(173,167,198)
#BAB5CF
(186,181,207)
#C7C3D8
(199,195,216)
#D4D1E1
(212,209,225)
#E1DFEA
(225,223,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6199 color. Also use rgb(108,97,153) instead hex code.

Text Font Color

.myTextColor { color: #6C6199; }

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

This text font color is #6C6199.


Background Color

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

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

This div background color is #6C6199.


Border color

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

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

This div border color is #6C6199.


Opacity

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

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

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

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

This text has shadow with #6C6199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6199 on black background.


Color preview on white background

This text has color #6C6199 on white background.



Black color preview on #6C6199 background

This text has black color on #6C6199 background.


White color preview on #6C6199 background

This text has white color on #6C6199 background.