COLOR #6F014E

HEX: #6F014E
RGB: (111,1,78)

Color info

#6F014E contains mainly red and blue colors. Web safe color of #6F014E is #660066 (or #606).

RGB color model

#6F014E color RGB value is (111,1,78).

  • red value is 111;
  • green value is 1;
  • blue value is 78.
RGB:
(111,1,78)
(44%,0%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 1 of 255 = 0%
B 78 of 255 = 31%

111
1
78

R + G + B ~ 25%. #6F014E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 1 + 78 = 190 (100%)
R 111 of 190 ~ 58.42%
G 1 of 190 ~ 0.53%
B 78 of 190 ~ 41.05%

%58.42
%41.05

CMYK color model

#6F014E color CMYK value is (0,99,30,56).

  • cyan value is 0.00%
  • magenta value is 99.10%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(0,99,30,56)
C0M99Y30K56 
(0%,99%,30%,56%)
(0.00/0.99/0.30/0.56)	

CMYK percentages

%0
%99.1
%29.73
%56.47

Codes

Color #6F014E in popluar color models

6F014E
RGB111178
HSL318°98.21%21.96%
HSB/HSV318°99.10%43.53%
CMYK0.00%99.10%29.73%
56.47%

Color #6F014E in popluar number systems.

HEX6F014E
Decimal111178
Binary110111111001110
Octal1571116

Shades and tints

Shades of #6F014E

#6F014E
(111,1,78)
#650147
(101,1,71)
#5B0140
(91,1,64)
#510139
(81,1,57)
#470132
(71,1,50)
#3D012B
(61,1,43)
#330124
(51,1,36)
#29011D
(41,1,29)
#1F0116
(31,1,22)
#15010F
(21,1,15)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #6F014E

#6F014E
(111,1,78)
#7C185E
(124,24,94)
#892F6E
(137,47,110)
#96467E
(150,70,126)
#A35D8E
(163,93,142)
#B0749E
(176,116,158)
#BD8BAE
(189,139,174)
#CAA2BE
(202,162,190)
#D7B9CE
(215,185,206)
#E4D0DE
(228,208,222)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F014E color. Also use rgb(111,1,78) instead hex code.

Text Font Color

.myTextColor { color: #6F014E; }

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

This text font color is #6F014E.


Background Color

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

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

This div background color is #6F014E.


Border color

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

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

This div border color is #6F014E.


Opacity

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

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

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

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

This text has shadow with #6F014E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F014E on black background.


Color preview on white background

This text has color #6F014E on white background.



Black color preview on #6F014E background

This text has black color on #6F014E background.


White color preview on #6F014E background

This text has white color on #6F014E background.