COLOR #6C50BF

HEX: #6C50BF RGB: (108,80,191)

Color info

#6C50BF contains mainly blue color. Web safe color of #6C50BF is #6666CC (or #66C).

RGB color model

#6C50BF color RGB value is (108,80,191).

RGB: (108,80,191) (42%, 31%, 75%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 191 of 255 = 75%

108
80
191

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

Portions of RGB colors in percentages

R + G + B = 108 + 80 + 191 = 379 (100%)
R 108 of 379 ~ 28.5%
G 80 of 379 ~ 21.11%
B 191 of 379 ~ 50.4'%

%28.5
%21.11
%50.4

CMYK color model

#6C50BF color CMYK value is (43,58,0,25).

  • cyan value is 43.46%
  • magenta value is 58.12%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (43,58,0,25)
C43M58Y0K25 (43%, 58%, 0%, 25%)
(0.43 / 0.58 / 0.00 / 0.25)

CMYK percentages

%43.46
%58.12
%0
%25.1

Codes

Color #6C50BF in popluar color models

6C 50 BF
RGB 108 80 191
HSL 255° 46.44% 53.14%
HSB/HSV 255° 58.12% 74.90%
CMYK 43.46% 58.12% 0.00%
25.10%

Color #6C50BF in popluar number systems.

HEX 6C 50 BF
Decimal 108 80 191
Binary 1101100 1010000 10111111
Octal 154 120 277

Shades and tints

Shades of #6C50BF

#6C50BF
(108,80,191)
#6349AE
(99,73,174)
#5A429D
(90,66,157)
#513B8C
(81,59,140)
#48347B
(72,52,123)
#3F2D6A
(63,45,106)
#362659
(54,38,89)
#2D1F48
(45,31,72)
#241837
(36,24,55)
#1B1126
(27,17,38)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #6C50BF

#6C50BF
(108,80,191)
#795FC4
(121,95,196)
#866EC9
(134,110,201)
#937DCE
(147,125,206)
#A08CD3
(160,140,211)
#AD9BD8
(173,155,216)
#BAAADD
(186,170,221)
#C7B9E2
(199,185,226)
#D4C8E7
(212,200,231)
#E1D7EC
(225,215,236)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C50BF color. Also use rgb(108,80,191) instead hex code.

Text Font Color

.myTextColor { color: #6C50BF; }

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

This text font color is #6C50BF.

Background Color

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

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

This div background color is #6C50BF.

Border color

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

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

This div border color is #6C50BF.

Opacity

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

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

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

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

This text has shadow with #6C50BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C50BF.

Preview

Color preview on black background

This text has color #6C50BF on black background.


Color preview on white background

This text has color #6C50BF on white background.


Black color preview on #6C50BF background

This text has black color on #6C50BF background.


White color preview on #6C50BF background

This text has white color on #6C50BF background.


Related colors

Complementary color

Complementary color for #hex is #93AF40.


I love getcolorcode.com

Triadic colors

1 #BF6C50 and #50BF6C with #6C50BF are triadic colors.

2 #BF506C and #506CBF with #6C50BF are triadic colors.