COLOR #6C37C5

HEX: #6C37C5
RGB: (108,55,197)

Color info

#6C37C5 contains mainly blue color. Web safe color of #6C37C5 is #6633CC (or #63C).

RGB color model

#6C37C5 color RGB value is (108,55,197).

  • red value is 108;
  • green value is 55;
  • blue value is 197.
RGB:
(108,55,197)
(42%,22%,77%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 197 of 255 = 77%

108
55
197

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

Portions of RGB colors in percentages

R + G + B =
108 + 55 + 197 = 360 (100%)
R 108 of 360 ~ 30%
G 55 of 360 ~ 15.28%
B 197 of 360 ~ 54.72%

%30
%15.28
%54.72

CMYK color model

#6C37C5 color CMYK value is (45,72,0,23).

  • cyan value is 45.18%
  • magenta value is 72.08%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(45,72,0,23)
C45M72Y0K23 
(45%,72%,0%,23%)
(0.45/0.72/0.00/0.23)	

CMYK percentages

%45.18
%72.08
%0
%22.75

Codes

Color #6C37C5 in popluar color models

6C37C5
RGB10855197
HSL262°56.35%49.41%
HSB/HSV262°72.08%77.25%
CMYK45.18%72.08%0.00%
22.75%

Color #6C37C5 in popluar number systems.

HEX6C37C5
Decimal10855197
Binary110110011011111000101
Octal15467305

Shades and tints

Shades of #6C37C5

#6C37C5
(108,55,197)
#6332B4
(99,50,180)
#5A2DA3
(90,45,163)
#512892
(81,40,146)
#482381
(72,35,129)
#3F1E70
(63,30,112)
#36195F
(54,25,95)
#2D144E
(45,20,78)
#240F3D
(36,15,61)
#1B0A2C
(27,10,44)
#12051B
(18,5,27)
#000000
(0,0,0)

Tints of #6C37C5

#6C37C5
(108,55,197)
#7949CA
(121,73,202)
#865BCF
(134,91,207)
#936DD4
(147,109,212)
#A07FD9
(160,127,217)
#AD91DE
(173,145,222)
#BAA3E3
(186,163,227)
#C7B5E8
(199,181,232)
#D4C7ED
(212,199,237)
#E1D9F2
(225,217,242)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C37C5 color. Also use rgb(108,55,197) instead hex code.

Text Font Color

.myTextColor { color: #6C37C5; }

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

This text font color is #6C37C5.


Background Color

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

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

This div background color is #6C37C5.


Border color

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

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

This div border color is #6C37C5.


Opacity

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

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

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

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

This text has shadow with #6C37C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C37C5 on black background.


Color preview on white background

This text has color #6C37C5 on white background.



Black color preview on #6C37C5 background

This text has black color on #6C37C5 background.


White color preview on #6C37C5 background

This text has white color on #6C37C5 background.