COLOR #6F2482

HEX: #6F2482
RGB: (111,36,130)

Color info

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

RGB color model

#6F2482 color RGB value is (111,36,130).

  • red value is 111;
  • green value is 36;
  • blue value is 130.
RGB:
(111,36,130)
(44%,14%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 36 of 255 = 14%
B 130 of 255 = 51%

111
36
130

R + G + B ~ 36%. #6F2482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 36 + 130 = 277 (100%)
R 111 of 277 ~ 40.07%
G 36 of 277 ~ 13%
B 130 of 277 ~ 46.93%

%40.07
%13
%46.93

CMYK color model

#6F2482 color CMYK value is (15,72,0,49).

  • cyan value is 14.62%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,72,0,49)
C15M72Y0K49 
(15%,72%,0%,49%)
(0.15/0.72/0.00/0.49)	

CMYK percentages

%14.62
%72.31
%0
%49.02

Codes

Color #6F2482 in popluar color models

6F2482
RGB11136130
HSL288°56.63%32.55%
HSB/HSV288°72.31%50.98%
CMYK14.62%72.31%0.00%
49.02%

Color #6F2482 in popluar number systems.

HEX6F2482
Decimal11136130
Binary110111110010010000010
Octal15744202

Shades and tints

Shades of #6F2482

#6F2482
(111,36,130)
#652177
(101,33,119)
#5B1E6C
(91,30,108)
#511B61
(81,27,97)
#471856
(71,24,86)
#3D154B
(61,21,75)
#331240
(51,18,64)
#290F35
(41,15,53)
#1F0C2A
(31,12,42)
#15091F
(21,9,31)
#0B0614
(11,6,20)
#000000
(0,0,0)

Tints of #6F2482

#6F2482
(111,36,130)
#7C378D
(124,55,141)
#894A98
(137,74,152)
#965DA3
(150,93,163)
#A370AE
(163,112,174)
#B083B9
(176,131,185)
#BD96C4
(189,150,196)
#CAA9CF
(202,169,207)
#D7BCDA
(215,188,218)
#E4CFE5
(228,207,229)
#F1E2F0
(241,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2482; }

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

This text font color is #6F2482.


Background Color

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

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

This div background color is #6F2482.


Border color

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

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

This div border color is #6F2482.


Opacity

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

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

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

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

This text has shadow with #6F2482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2482 on black background.


Color preview on white background

This text has color #6F2482 on white background.



Black color preview on #6F2482 background

This text has black color on #6F2482 background.


White color preview on #6F2482 background

This text has white color on #6F2482 background.