COLOR #6F1B6C

HEX: #6F1B6C RGB: (111,27,108)

Color info

#6F1B6C contains mainly red and blue colors. Web safe color of #6F1B6C is #663366 (or #636).

RGB color model

#6F1B6C color RGB value is (111,27,108).

RGB: (111,27,108) (44%, 11%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 27 of 255 = 11%
B 108 of 255 = 42%

111
27
108

R + G + B ~ 32%. #6F1B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 27 + 108 = 246 (100%)
R 111 of 246 ~ 45.12%
G 27 of 246 ~ 10.98%
B 108 of 246 ~ 43.9'%

%45.12
%10.98
%43.9

CMYK color model

#6F1B6C color CMYK value is (0,76,3,56).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 2.70%
  • key color value is 56.47%

CMYK: (0,76,3,56)
C0M76Y3K56 (0%, 76%, 3%, 56%)
(0.00 / 0.76 / 0.03 / 0.56)

CMYK percentages

%0
%75.68
%2.7
%56.47

Codes

Color #6F1B6C in popluar color models

6F 1B 6C
RGB 111 27 108
HSL 302° 60.87% 27.06%
HSB/HSV 302° 75.68% 43.53%
CMYK 0.00% 75.68% 2.70%
56.47%

Color #6F1B6C in popluar number systems.

HEX 6F 1B 6C
Decimal 111 27 108
Binary 1101111 11011 1101100
Octal 157 33 154

Shades and tints

Shades of #6F1B6C

#6F1B6C
(111,27,108)
#651963
(101,25,99)
#5B175A
(91,23,90)
#511551
(81,21,81)
#471348
(71,19,72)
#3D113F
(61,17,63)
#330F36
(51,15,54)
#290D2D
(41,13,45)
#1F0B24
(31,11,36)
#15091B
(21,9,27)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #6F1B6C

#6F1B6C
(111,27,108)
#7C2F79
(124,47,121)
#894386
(137,67,134)
#965793
(150,87,147)
#A36BA0
(163,107,160)
#B07FAD
(176,127,173)
#BD93BA
(189,147,186)
#CAA7C7
(202,167,199)
#D7BBD4
(215,187,212)
#E4CFE1
(228,207,225)
#F1E3EE
(241,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1B6C color. Also use rgb(111,27,108) instead hex code.

Text Font Color

.myTextColor { color: #6F1B6C; }

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

This text font color is #6F1B6C.

Background Color

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

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

This div background color is #6F1B6C.

Border color

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

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

This div border color is #6F1B6C.

Opacity

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

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

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

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

This text has shadow with #6F1B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F1B6C.

Preview

Color preview on black background

This text has color #6F1B6C on black background.


Color preview on white background

This text has color #6F1B6C on white background.


Black color preview on #6F1B6C background

This text has black color on #6F1B6C background.


White color preview on #6F1B6C background

This text has white color on #6F1B6C background.


Related colors

Complementary color

Complementary color for #hex is #90E493.


I love getcolorcode.com

Triadic colors

1 #6C6F1B and #1B6C6F with #6F1B6C are triadic colors.

2 #6C1B6F and #1B6F6C with #6F1B6C are triadic colors.