COLOR #6F05C1

HEX: #6F05C1
RGB: (111,5,193)

Color info

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

RGB color model

#6F05C1 color RGB value is (111,5,193).

  • red value is 111;
  • green value is 5;
  • blue value is 193.
RGB:
(111,5,193)
(44%,2%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 5 of 255 = 2%
B 193 of 255 = 76%

111
5
193

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

Portions of RGB colors in percentages

R + G + B =
111 + 5 + 193 = 309 (100%)
R 111 of 309 ~ 35.92%
G 5 of 309 ~ 1.62%
B 193 of 309 ~ 62.46%

%35.92
%62.46

CMYK color model

#6F05C1 color CMYK value is (42,97,0,24).

  • cyan value is 42.49%
  • magenta value is 97.41%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(42,97,0,24)
C42M97Y0K24 
(42%,97%,0%,24%)
(0.42/0.97/0.00/0.24)	

CMYK percentages

%42.49
%97.41
%0
%24.31

Codes

Color #6F05C1 in popluar color models

6F05C1
RGB1115193
HSL274°94.95%38.82%
HSB/HSV274°97.41%75.69%
CMYK42.49%97.41%0.00%
24.31%

Color #6F05C1 in popluar number systems.

HEX6F05C1
Decimal1115193
Binary110111110111000001
Octal1575301

Shades and tints

Shades of #6F05C1

#6F05C1
(111,5,193)
#6505B0
(101,5,176)
#5B059F
(91,5,159)
#51058E
(81,5,142)
#47057D
(71,5,125)
#3D056C
(61,5,108)
#33055B
(51,5,91)
#29054A
(41,5,74)
#1F0539
(31,5,57)
#150528
(21,5,40)
#0B0517
(11,5,23)
#000000
(0,0,0)

Tints of #6F05C1

#6F05C1
(111,5,193)
#7C1BC6
(124,27,198)
#8931CB
(137,49,203)
#9647D0
(150,71,208)
#A35DD5
(163,93,213)
#B073DA
(176,115,218)
#BD89DF
(189,137,223)
#CA9FE4
(202,159,228)
#D7B5E9
(215,181,233)
#E4CBEE
(228,203,238)
#F1E1F3
(241,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F05C1 color. Also use rgb(111,5,193) instead hex code.

Text Font Color

.myTextColor { color: #6F05C1; }

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

This text font color is #6F05C1.


Background Color

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

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

This div background color is #6F05C1.


Border color

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

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

This div border color is #6F05C1.


Opacity

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

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

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

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

This text has shadow with #6F05C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F05C1 on black background.


Color preview on white background

This text has color #6F05C1 on white background.



Black color preview on #6F05C1 background

This text has black color on #6F05C1 background.


White color preview on #6F05C1 background

This text has white color on #6F05C1 background.