COLOR #6C3095

HEX: #6C3095 RGB: (108,48,149)

Color info

#6C3095 contains mainly red and blue colors. Web safe color of #6C3095 is #663399 (or #639).

RGB color model

#6C3095 color RGB value is (108,48,149).

RGB: (108,48,149) (42%, 19%, 58%)

RGB channels and saturation

R 108 of 255 = 42%
G 48 of 255 = 19%
B 149 of 255 = 58%

108
48
149

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

Portions of RGB colors in percentages

R + G + B = 108 + 48 + 149 = 305 (100%)
R 108 of 305 ~ 35.41%
G 48 of 305 ~ 15.74%
B 149 of 305 ~ 48.85'%

%35.41
%15.74
%48.85

CMYK color model

#6C3095 color CMYK value is (28,68,0,42).

  • cyan value is 27.52%
  • magenta value is 67.79%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (28,68,0,42)
C28M68Y0K42 (28%, 68%, 0%, 42%)
(0.28 / 0.68 / 0.00 / 0.42)

CMYK percentages

%27.52
%67.79
%0
%41.57

Codes

Color #6C3095 in popluar color models

6C 30 95
RGB 108 48 149
HSL 276° 51.27% 38.63%
HSB/HSV 276° 67.79% 58.43%
CMYK 27.52% 67.79% 0.00%
41.57%

Color #6C3095 in popluar number systems.

HEX 6C 30 95
Decimal 108 48 149
Binary 1101100 110000 10010101
Octal 154 60 225

Shades and tints

Shades of #6C3095

#6C3095
(108,48,149)
#632C88
(99,44,136)
#5A287B
(90,40,123)
#51246E
(81,36,110)
#482061
(72,32,97)
#3F1C54
(63,28,84)
#361847
(54,24,71)
#2D143A
(45,20,58)
#24102D
(36,16,45)
#1B0C20
(27,12,32)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #6C3095

#6C3095
(108,48,149)
#79429E
(121,66,158)
#8654A7
(134,84,167)
#9366B0
(147,102,176)
#A078B9
(160,120,185)
#AD8AC2
(173,138,194)
#BA9CCB
(186,156,203)
#C7AED4
(199,174,212)
#D4C0DD
(212,192,221)
#E1D2E6
(225,210,230)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3095 color. Also use rgb(108,48,149) instead hex code.

Text Font Color

.myTextColor { color: #6C3095; }

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

This text font color is #6C3095.

Background Color

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

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

This div background color is #6C3095.

Border color

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

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

This div border color is #6C3095.

Opacity

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

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

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

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

This text has shadow with #6C3095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3095.

Preview

Color preview on black background

This text has color #6C3095 on black background.


Color preview on white background

This text has color #6C3095 on white background.


Black color preview on #6C3095 background

This text has black color on #6C3095 background.


White color preview on #6C3095 background

This text has white color on #6C3095 background.


Related colors

Complementary color

Complementary color for #hex is #93CF6A.


I love getcolorcode.com

Triadic colors

1 #956C30 and #30956C with #6C3095 are triadic colors.

2 #95306C and #306C95 with #6C3095 are triadic colors.