COLOR #6F1979

HEX: #6F1979
RGB: (111,25,121)

Color info

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

RGB color model

#6F1979 color RGB value is (111,25,121).

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

RGB channels and saturation

R 111 of 255 = 44%
G 25 of 255 = 10%
B 121 of 255 = 47%

111
25
121

R + G + B ~ 34%. #6F1979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 25 + 121 = 257 (100%)
R 111 of 257 ~ 43.19%
G 25 of 257 ~ 9.73%
B 121 of 257 ~ 47.08%

%43.19
%9.73
%47.08

CMYK color model

#6F1979 color CMYK value is (8,79,0,53).

  • cyan value is 8.26%
  • magenta value is 79.34%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,79,0,53)
C8M79Y0K53 
(8%,79%,0%,53%)
(0.08/0.79/0.00/0.53)	

CMYK percentages

%8.26
%79.34
%0
%52.55

Codes

Color #6F1979 in popluar color models

6F1979
RGB11125121
HSL294°65.75%28.63%
HSB/HSV294°79.34%47.45%
CMYK8.26%79.34%0.00%
52.55%

Color #6F1979 in popluar number systems.

HEX6F1979
Decimal11125121
Binary1101111110011111001
Octal15731171

Shades and tints

Shades of #6F1979

#6F1979
(111,25,121)
#65176E
(101,23,110)
#5B1563
(91,21,99)
#511358
(81,19,88)
#47114D
(71,17,77)
#3D0F42
(61,15,66)
#330D37
(51,13,55)
#290B2C
(41,11,44)
#1F0921
(31,9,33)
#150716
(21,7,22)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #6F1979

#6F1979
(111,25,121)
#7C2D85
(124,45,133)
#894191
(137,65,145)
#96559D
(150,85,157)
#A369A9
(163,105,169)
#B07DB5
(176,125,181)
#BD91C1
(189,145,193)
#CAA5CD
(202,165,205)
#D7B9D9
(215,185,217)
#E4CDE5
(228,205,229)
#F1E1F1
(241,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1979; }

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

This text font color is #6F1979.


Background Color

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

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

This div background color is #6F1979.


Border color

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

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

This div border color is #6F1979.


Opacity

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

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

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

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

This text has shadow with #6F1979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1979 on black background.


Color preview on white background

This text has color #6F1979 on white background.



Black color preview on #6F1979 background

This text has black color on #6F1979 background.


White color preview on #6F1979 background

This text has white color on #6F1979 background.