COLOR #6F1DA6

HEX: #6F1DA6
RGB: (111,29,166)

Color info

#6F1DA6 contains mainly red and blue colors. Web safe color of #6F1DA6 is #663399 (or #639).

RGB color model

#6F1DA6 color RGB value is (111,29,166).

  • red value is 111;
  • green value is 29;
  • blue value is 166.
RGB:
(111,29,166)
(44%,11%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 29 of 255 = 11%
B 166 of 255 = 65%

111
29
166

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

Portions of RGB colors in percentages

R + G + B =
111 + 29 + 166 = 306 (100%)
R 111 of 306 ~ 36.27%
G 29 of 306 ~ 9.48%
B 166 of 306 ~ 54.25%

%36.27
%54.25

CMYK color model

#6F1DA6 color CMYK value is (33,83,0,35).

  • cyan value is 33.13%
  • magenta value is 82.53%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,83,0,35)
C33M83Y0K35 
(33%,83%,0%,35%)
(0.33/0.83/0.00/0.35)	

CMYK percentages

%33.13
%82.53
%0
%34.9

Codes

Color #6F1DA6 in popluar color models

6F1DA6
RGB11129166
HSL276°70.26%38.24%
HSB/HSV276°82.53%65.10%
CMYK33.13%82.53%0.00%
34.90%

Color #6F1DA6 in popluar number systems.

HEX6F1DA6
Decimal11129166
Binary11011111110110100110
Octal15735246

Shades and tints

Shades of #6F1DA6

#6F1DA6
(111,29,166)
#651B97
(101,27,151)
#5B1988
(91,25,136)
#511779
(81,23,121)
#47156A
(71,21,106)
#3D135B
(61,19,91)
#33114C
(51,17,76)
#290F3D
(41,15,61)
#1F0D2E
(31,13,46)
#150B1F
(21,11,31)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6F1DA6

#6F1DA6
(111,29,166)
#7C31AE
(124,49,174)
#8945B6
(137,69,182)
#9659BE
(150,89,190)
#A36DC6
(163,109,198)
#B081CE
(176,129,206)
#BD95D6
(189,149,214)
#CAA9DE
(202,169,222)
#D7BDE6
(215,189,230)
#E4D1EE
(228,209,238)
#F1E5F6
(241,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1DA6; }

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

This text font color is #6F1DA6.


Background Color

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

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

This div background color is #6F1DA6.


Border color

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

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

This div border color is #6F1DA6.


Opacity

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

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

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

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

This text has shadow with #6F1DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1DA6 on black background.


Color preview on white background

This text has color #6F1DA6 on white background.



Black color preview on #6F1DA6 background

This text has black color on #6F1DA6 background.


White color preview on #6F1DA6 background

This text has white color on #6F1DA6 background.