COLOR #6F25CE

HEX: #6F25CE
RGB: (111,37,206)

Color info

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

RGB color model

#6F25CE color RGB value is (111,37,206).

  • red value is 111;
  • green value is 37;
  • blue value is 206.
RGB:
(111,37,206)
(44%,15%,81%)

RGB channels and saturation

R 111 of 255 = 44%
G 37 of 255 = 15%
B 206 of 255 = 81%

111
37
206

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

Portions of RGB colors in percentages

R + G + B =
111 + 37 + 206 = 354 (100%)
R 111 of 354 ~ 31.36%
G 37 of 354 ~ 10.45%
B 206 of 354 ~ 58.19%

%31.36
%10.45
%58.19

CMYK color model

#6F25CE color CMYK value is (46,82,0,19).

  • cyan value is 46.12%
  • magenta value is 82.04%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(46,82,0,19)
C46M82Y0K19 
(46%,82%,0%,19%)
(0.46/0.82/0.00/0.19)	

CMYK percentages

%46.12
%82.04
%0
%19.22

Codes

Color #6F25CE in popluar color models

6F25CE
RGB11137206
HSL266°69.55%47.65%
HSB/HSV266°82.04%80.78%
CMYK46.12%82.04%0.00%
19.22%

Color #6F25CE in popluar number systems.

HEX6F25CE
Decimal11137206
Binary110111110010111001110
Octal15745316

Shades and tints

Shades of #6F25CE

#6F25CE
(111,37,206)
#6522BC
(101,34,188)
#5B1FAA
(91,31,170)
#511C98
(81,28,152)
#471986
(71,25,134)
#3D1674
(61,22,116)
#331362
(51,19,98)
#291050
(41,16,80)
#1F0D3E
(31,13,62)
#150A2C
(21,10,44)
#0B071A
(11,7,26)
#000000
(0,0,0)

Tints of #6F25CE

#6F25CE
(111,37,206)
#7C38D2
(124,56,210)
#894BD6
(137,75,214)
#965EDA
(150,94,218)
#A371DE
(163,113,222)
#B084E2
(176,132,226)
#BD97E6
(189,151,230)
#CAAAEA
(202,170,234)
#D7BDEE
(215,189,238)
#E4D0F2
(228,208,242)
#F1E3F6
(241,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F25CE color. Also use rgb(111,37,206) instead hex code.

Text Font Color

.myTextColor { color: #6F25CE; }

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

This text font color is #6F25CE.


Background Color

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

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

This div background color is #6F25CE.


Border color

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

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

This div border color is #6F25CE.


Opacity

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

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

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

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

This text has shadow with #6F25CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F25CE on black background.


Color preview on white background

This text has color #6F25CE on white background.



Black color preview on #6F25CE background

This text has black color on #6F25CE background.


White color preview on #6F25CE background

This text has white color on #6F25CE background.