COLOR #6C53C7

HEX: #6C53C7
RGB: (108,83,199)

Color info

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

RGB color model

#6C53C7 color RGB value is (108,83,199).

  • red value is 108;
  • green value is 83;
  • blue value is 199.
RGB:
(108,83,199)
(42%,33%,78%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 199 of 255 = 78%

108
83
199

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

Portions of RGB colors in percentages

R + G + B =
108 + 83 + 199 = 390 (100%)
R 108 of 390 ~ 27.69%
G 83 of 390 ~ 21.28%
B 199 of 390 ~ 51.03%

%27.69
%21.28
%51.03

CMYK color model

#6C53C7 color CMYK value is (46,58,0,22).

  • cyan value is 45.73%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(46,58,0,22)
C46M58Y0K22 
(46%,58%,0%,22%)
(0.46/0.58/0.00/0.22)	

CMYK percentages

%45.73
%58.29
%0
%21.96

Codes

Color #6C53C7 in popluar color models

6C53C7
RGB10883199
HSL253°50.88%55.29%
HSB/HSV253°58.29%78.04%
CMYK45.73%58.29%0.00%
21.96%

Color #6C53C7 in popluar number systems.

HEX6C53C7
Decimal10883199
Binary1101100101001111000111
Octal154123307

Shades and tints

Shades of #6C53C7

#6C53C7
(108,83,199)
#634CB5
(99,76,181)
#5A45A3
(90,69,163)
#513E91
(81,62,145)
#48377F
(72,55,127)
#3F306D
(63,48,109)
#36295B
(54,41,91)
#2D2249
(45,34,73)
#241B37
(36,27,55)
#1B1425
(27,20,37)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C53C7

#6C53C7
(108,83,199)
#7962CC
(121,98,204)
#8671D1
(134,113,209)
#9380D6
(147,128,214)
#A08FDB
(160,143,219)
#AD9EE0
(173,158,224)
#BAADE5
(186,173,229)
#C7BCEA
(199,188,234)
#D4CBEF
(212,203,239)
#E1DAF4
(225,218,244)
#EEE9F9
(238,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C53C7 color. Also use rgb(108,83,199) instead hex code.

Text Font Color

.myTextColor { color: #6C53C7; }

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

This text font color is #6C53C7.


Background Color

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

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

This div background color is #6C53C7.


Border color

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

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

This div border color is #6C53C7.


Opacity

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

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

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

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

This text has shadow with #6C53C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C53C7 on black background.


Color preview on white background

This text has color #6C53C7 on white background.



Black color preview on #6C53C7 background

This text has black color on #6C53C7 background.


White color preview on #6C53C7 background

This text has white color on #6C53C7 background.