COLOR #6F0179

HEX: #6F0179
RGB: (111,1,121)

Color info

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

RGB color model

#6F0179 color RGB value is (111,1,121).

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

RGB channels and saturation

R 111 of 255 = 44%
G 1 of 255 = 0%
B 121 of 255 = 47%

111
1
121

R + G + B ~ 30%. #6F0179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 1 + 121 = 233 (100%)
R 111 of 233 ~ 47.64%
G 1 of 233 ~ 0.43%
B 121 of 233 ~ 51.93%

%47.64
%51.93

CMYK color model

#6F0179 color CMYK value is (8,99,0,53).

  • cyan value is 8.26%
  • magenta value is 99.17%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,99,0,53)
C8M99Y0K53 
(8%,99%,0%,53%)
(0.08/0.99/0.00/0.53)	

CMYK percentages

%8.26
%99.17
%0
%52.55

Codes

Color #6F0179 in popluar color models

6F0179
RGB1111121
HSL295°98.36%23.92%
HSB/HSV295°99.17%47.45%
CMYK8.26%99.17%0.00%
52.55%

Color #6F0179 in popluar number systems.

HEX6F0179
Decimal1111121
Binary110111111111001
Octal1571171

Shades and tints

Shades of #6F0179

#6F0179
(111,1,121)
#65016E
(101,1,110)
#5B0163
(91,1,99)
#510158
(81,1,88)
#47014D
(71,1,77)
#3D0142
(61,1,66)
#330137
(51,1,55)
#29012C
(41,1,44)
#1F0121
(31,1,33)
#150116
(21,1,22)
#0B010B
(11,1,11)
#000000
(0,0,0)

Tints of #6F0179

#6F0179
(111,1,121)
#7C1885
(124,24,133)
#892F91
(137,47,145)
#96469D
(150,70,157)
#A35DA9
(163,93,169)
#B074B5
(176,116,181)
#BD8BC1
(189,139,193)
#CAA2CD
(202,162,205)
#D7B9D9
(215,185,217)
#E4D0E5
(228,208,229)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F0179; }

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

This text font color is #6F0179.


Background Color

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

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

This div background color is #6F0179.


Border color

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

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

This div border color is #6F0179.


Opacity

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

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

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

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

This text has shadow with #6F0179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0179 on black background.


Color preview on white background

This text has color #6F0179 on white background.



Black color preview on #6F0179 background

This text has black color on #6F0179 background.


White color preview on #6F0179 background

This text has white color on #6F0179 background.