COLOR #6115CB

HEX: #6115CB
RGB: (97,21,203)

Color info

#6115CB contains mainly blue color. Web safe color of #6115CB is #6600CC (or #60C).

RGB color model

#6115CB color RGB value is (97,21,203).

  • red value is 97;
  • green value is 21;
  • blue value is 203.
RGB:
(97,21,203)
(38%,8%,80%)

RGB channels and saturation

R 97 of 255 = 38%
G 21 of 255 = 8%
B 203 of 255 = 80%

97
21
203

R + G + B ~ 42%. #6115CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 21 + 203 = 321 (100%)
R 97 of 321 ~ 30.22%
G 21 of 321 ~ 6.54%
B 203 of 321 ~ 63.24%

%30.22
%63.24

CMYK color model

#6115CB color CMYK value is (52,90,0,20).

  • cyan value is 52.22%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(52,90,0,20)
C52M90Y0K20 
(52%,90%,0%,20%)
(0.52/0.90/0.00/0.20)	

CMYK percentages

%52.22
%89.66
%0
%20.39

Codes

Color #6115CB in popluar color models

6115CB
RGB9721203
HSL265°81.25%43.92%
HSB/HSV265°89.66%79.61%
CMYK52.22%89.66%0.00%
20.39%

Color #6115CB in popluar number systems.

HEX6115CB
Decimal9721203
Binary11000011010111001011
Octal14125313

Shades and tints

Shades of #6115CB

#6115CB
(97,21,203)
#5914B9
(89,20,185)
#5113A7
(81,19,167)
#491295
(73,18,149)
#411183
(65,17,131)
#391071
(57,16,113)
#310F5F
(49,15,95)
#290E4D
(41,14,77)
#210D3B
(33,13,59)
#190C29
(25,12,41)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #6115CB

#6115CB
(97,21,203)
#6F2ACF
(111,42,207)
#7D3FD3
(125,63,211)
#8B54D7
(139,84,215)
#9969DB
(153,105,219)
#A77EDF
(167,126,223)
#B593E3
(181,147,227)
#C3A8E7
(195,168,231)
#D1BDEB
(209,189,235)
#DFD2EF
(223,210,239)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6115CB color. Also use rgb(97,21,203) instead hex code.

Text Font Color

.myTextColor { color: #6115CB; }

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

This text font color is #6115CB.


Background Color

.myBgColor { background-color: #6115CB; }

<div style="background-color:#6115CB">Inner text</div>

This div background color is #6115CB.


Border color

.myBorderColor { border: 1px solid #6115CB; }

<div style="border:3px solid #6115CB">Div</div>

This div border color is #6115CB.


Opacity

.myOpacity80 { color: #6115CB; opacity: 0.8; }

<p style="color:#6115CB;opacity:0.8;">80%</p>

Text with #6115CB 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 #6115CB;}

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

This text has shadow with #6115CB color.

.textShadow {text-shadow: 3px 3px 1px #6115CB, 3px 3px 1px red;}

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

This text has shadow with #6115CB primary color and red secondary color.


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

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

This text has shadow with #6115CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6115CB on black background.


Color preview on white background

This text has color #6115CB on white background.



Black color preview on #6115CB background

This text has black color on #6115CB background.


White color preview on #6115CB background

This text has white color on #6115CB background.