COLOR #6F1480

HEX: #6F1480 RGB: (111,20,128)

Color info

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

RGB color model

#6F1480 color RGB value is (111,20,128).

RGB: (111,20,128) (44%, 8%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 20 of 255 = 8%
B 128 of 255 = 50%

111
20
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 20 + 128 = 259 (100%)
R 111 of 259 ~ 42.86%
G 20 of 259 ~ 7.72%
B 128 of 259 ~ 49.42'%

%42.86
%49.42

CMYK color model

#6F1480 color CMYK value is (13,84,0,50).

  • cyan value is 13.28%
  • magenta value is 84.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (13,84,0,50) C13M84Y0K50 (13%,84%,0%,50%) (0.13/0.84/0.00/0.50) 

CMYK percentages

%13.28
%84.38
%0
%49.8

Codes

Color #6F1480 in popluar color models

6F 14 80
RGB 111 20 128
HSL 291° 72.97% 29.02%
HSB/HSV 291° 84.38% 50.20%
CMYK 13.28% 84.38% 0.00%
49.80%

Color #6F1480 in popluar number systems.

HEX 6F 14 80
Decimal 111 20 128
Binary 1101111 10100 10000000
Octal 157 24 200

Shades and tints

Shades of #6F1480

#6F1480
(111,20,128)
#651375
(101,19,117)
#5B126A
(91,18,106)
#51115F
(81,17,95)
#471054
(71,16,84)
#3D0F49
(61,15,73)
#330E3E
(51,14,62)
#290D33
(41,13,51)
#1F0C28
(31,12,40)
#150B1D
(21,11,29)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #6F1480

#6F1480
(111,20,128)
#7C298B
(124,41,139)
#893E96
(137,62,150)
#9653A1
(150,83,161)
#A368AC
(163,104,172)
#B07DB7
(176,125,183)
#BD92C2
(189,146,194)
#CAA7CD
(202,167,205)
#D7BCD8
(215,188,216)
#E4D1E3
(228,209,227)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1480; }

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

This text font color is #6F1480.

Background Color

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

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

This div background color is #6F1480.

Border color

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

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

This div border color is #6F1480.

Opacity

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

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

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

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

This text has shadow with #6F1480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F1480.

Preview

Color preview on black background

This text has color #6F1480 on black background.


Color preview on white background

This text has color #6F1480 on white background.


Black color preview on #6F1480 background

This text has black color on #6F1480 background.


White color preview on #6F1480 background

This text has white color on #6F1480 background.


Related colors

Complementary color

Complementary color for #hex is #90EB7F.


I love getcolorcode.com

Triadic colors

1 #806F14 and #14806F with #6F1480 are triadic colors.

2 #80146F and #146F80 with #6F1480 are triadic colors.