COLOR #6F0670

HEX: #6F0670
RGB: (111,6,112)

Color info

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

RGB color model

#6F0670 color RGB value is (111,6,112).

  • red value is 111;
  • green value is 6;
  • blue value is 112.
RGB:
(111,6,112)
(44%,2%,44%)

RGB channels and saturation

R 111 of 255 = 44%
G 6 of 255 = 2%
B 112 of 255 = 44%

111
6
112

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

Portions of RGB colors in percentages

R + G + B =
111 + 6 + 112 = 229 (100%)
R 111 of 229 ~ 48.47%
G 6 of 229 ~ 2.62%
B 112 of 229 ~ 48.91%

%48.47
%48.91

CMYK color model

#6F0670 color CMYK value is (1,95,0,56).

  • cyan value is 0.89%
  • magenta value is 94.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(1,95,0,56)
C1M95Y0K56 
(1%,95%,0%,56%)
(0.01/0.95/0.00/0.56)	

CMYK percentages

%0.89
%94.64
%0
%56.08

Codes

Color #6F0670 in popluar color models

6F0670
RGB1116112
HSL299°89.83%23.14%
HSB/HSV299°94.64%43.92%
CMYK0.89%94.64%0.00%
56.08%

Color #6F0670 in popluar number systems.

HEX6F0670
Decimal1116112
Binary11011111101110000
Octal1576160

Shades and tints

Shades of #6F0670

#6F0670
(111,6,112)
#650666
(101,6,102)
#5B065C
(91,6,92)
#510652
(81,6,82)
#470648
(71,6,72)
#3D063E
(61,6,62)
#330634
(51,6,52)
#29062A
(41,6,42)
#1F0620
(31,6,32)
#150616
(21,6,22)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #6F0670

#6F0670
(111,6,112)
#7C1C7D
(124,28,125)
#89328A
(137,50,138)
#964897
(150,72,151)
#A35EA4
(163,94,164)
#B074B1
(176,116,177)
#BD8ABE
(189,138,190)
#CAA0CB
(202,160,203)
#D7B6D8
(215,182,216)
#E4CCE5
(228,204,229)
#F1E2F2
(241,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F0670; }

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

This text font color is #6F0670.


Background Color

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

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

This div background color is #6F0670.


Border color

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

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

This div border color is #6F0670.


Opacity

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

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

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

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

This text has shadow with #6F0670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0670 on black background.


Color preview on white background

This text has color #6F0670 on white background.



Black color preview on #6F0670 background

This text has black color on #6F0670 background.


White color preview on #6F0670 background

This text has white color on #6F0670 background.