COLOR #6F2581

HEX: #6F2581
RGB: (111,37,129)

Color info

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

RGB color model

#6F2581 color RGB value is (111,37,129).

  • red value is 111;
  • green value is 37;
  • blue value is 129.
RGB:
(111,37,129)
(44%,15%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 37 of 255 = 15%
B 129 of 255 = 51%

111
37
129

R + G + B ~ 37%. #6F2581 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 37 + 129 = 277 (100%)
R 111 of 277 ~ 40.07%
G 37 of 277 ~ 13.36%
B 129 of 277 ~ 46.57%

%40.07
%13.36
%46.57

CMYK color model

#6F2581 color CMYK value is (14,71,0,49).

  • cyan value is 13.95%
  • magenta value is 71.32%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(14,71,0,49)
C14M71Y0K49 
(14%,71%,0%,49%)
(0.14/0.71/0.00/0.49)	

CMYK percentages

%13.95
%71.32
%0
%49.41

Codes

Color #6F2581 in popluar color models

6F2581
RGB11137129
HSL288°55.42%32.55%
HSB/HSV288°71.32%50.59%
CMYK13.95%71.32%0.00%
49.41%

Color #6F2581 in popluar number systems.

HEX6F2581
Decimal11137129
Binary110111110010110000001
Octal15745201

Shades and tints

Shades of #6F2581

#6F2581
(111,37,129)
#652276
(101,34,118)
#5B1F6B
(91,31,107)
#511C60
(81,28,96)
#471955
(71,25,85)
#3D164A
(61,22,74)
#33133F
(51,19,63)
#291034
(41,16,52)
#1F0D29
(31,13,41)
#150A1E
(21,10,30)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #6F2581

#6F2581
(111,37,129)
#7C388C
(124,56,140)
#894B97
(137,75,151)
#965EA2
(150,94,162)
#A371AD
(163,113,173)
#B084B8
(176,132,184)
#BD97C3
(189,151,195)
#CAAACE
(202,170,206)
#D7BDD9
(215,189,217)
#E4D0E4
(228,208,228)
#F1E3EF
(241,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2581; }

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

This text font color is #6F2581.


Background Color

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

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

This div background color is #6F2581.


Border color

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

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

This div border color is #6F2581.


Opacity

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

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

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

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

This text has shadow with #6F2581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2581 on black background.


Color preview on white background

This text has color #6F2581 on white background.



Black color preview on #6F2581 background

This text has black color on #6F2581 background.


White color preview on #6F2581 background

This text has white color on #6F2581 background.