COLOR #6C37BE

HEX: #6C37BE RGB: (108,55,190)

Color info

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

RGB color model

#6C37BE color RGB value is (108,55,190).

RGB: (108,55,190) (42%, 22%, 75%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 190 of 255 = 75%

108
55
190

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

Portions of RGB colors in percentages

R + G + B = 108 + 55 + 190 = 353 (100%)
R 108 of 353 ~ 30.59%
G 55 of 353 ~ 15.58%
B 190 of 353 ~ 53.82'%

%30.59
%15.58
%53.82

CMYK color model

#6C37BE color CMYK value is (43,71,0,25).

  • cyan value is 43.16%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (43,71,0,25)
C43M71Y0K25 (43%, 71%, 0%, 25%)
(0.43 / 0.71 / 0.00 / 0.25)

CMYK percentages

%43.16
%71.05
%0
%25.49

Codes

Color #6C37BE in popluar color models

6C 37 BE
RGB 108 55 190
HSL 264° 55.10% 48.04%
HSB/HSV 264° 71.05% 74.51%
CMYK 43.16% 71.05% 0.00%
25.49%

Color #6C37BE in popluar number systems.

HEX 6C 37 BE
Decimal 108 55 190
Binary 1101100 110111 10111110
Octal 154 67 276

Shades and tints

Shades of #6C37BE

#6C37BE
(108,55,190)
#6332AD
(99,50,173)
#5A2D9C
(90,45,156)
#51288B
(81,40,139)
#48237A
(72,35,122)
#3F1E69
(63,30,105)
#361958
(54,25,88)
#2D1447
(45,20,71)
#240F36
(36,15,54)
#1B0A25
(27,10,37)
#120514
(18,5,20)
#000000
(0,0,0)

Tints of #6C37BE

#6C37BE
(108,55,190)
#7949C3
(121,73,195)
#865BC8
(134,91,200)
#936DCD
(147,109,205)
#A07FD2
(160,127,210)
#AD91D7
(173,145,215)
#BAA3DC
(186,163,220)
#C7B5E1
(199,181,225)
#D4C7E6
(212,199,230)
#E1D9EB
(225,217,235)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C37BE; }

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

This text font color is #6C37BE.

Background Color

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

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

This div background color is #6C37BE.

Border color

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

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

This div border color is #6C37BE.

Opacity

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

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

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

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

This text has shadow with #6C37BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C37BE.

Preview

Color preview on black background

This text has color #6C37BE on black background.


Color preview on white background

This text has color #6C37BE on white background.


Black color preview on #6C37BE background

This text has black color on #6C37BE background.


White color preview on #6C37BE background

This text has white color on #6C37BE background.


Related colors

Complementary color

Complementary color for #hex is #93C841.


I love getcolorcode.com

Triadic colors

1 #BE6C37 and #37BE6C with #6C37BE are triadic colors.

2 #BE376C and #376CBE with #6C37BE are triadic colors.