COLOR #6F1367

HEX: #6F1367
RGB: (111,19,103)

Color info

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

RGB color model

#6F1367 color RGB value is (111,19,103).

  • red value is 111;
  • green value is 19;
  • blue value is 103.
RGB:
(111,19,103)
(44%,7%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 19 of 255 = 7%
B 103 of 255 = 40%

111
19
103

R + G + B ~ 30%. #6F1367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 19 + 103 = 233 (100%)
R 111 of 233 ~ 47.64%
G 19 of 233 ~ 8.15%
B 103 of 233 ~ 44.21%

%47.64
%44.21

CMYK color model

#6F1367 color CMYK value is (0,83,7,56).

  • cyan value is 0.00%
  • magenta value is 82.88%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(0,83,7,56)
C0M83Y7K56 
(0%,83%,7%,56%)
(0.00/0.83/0.07/0.56)	

CMYK percentages

%0
%82.88
%7.21
%56.47

Codes

Color #6F1367 in popluar color models

6F1367
RGB11119103
HSL305°70.77%25.49%
HSB/HSV305°82.88%43.53%
CMYK0.00%82.88%7.21%
56.47%

Color #6F1367 in popluar number systems.

HEX6F1367
Decimal11119103
Binary1101111100111100111
Octal15723147

Shades and tints

Shades of #6F1367

#6F1367
(111,19,103)
#65125E
(101,18,94)
#5B1155
(91,17,85)
#51104C
(81,16,76)
#470F43
(71,15,67)
#3D0E3A
(61,14,58)
#330D31
(51,13,49)
#290C28
(41,12,40)
#1F0B1F
(31,11,31)
#150A16
(21,10,22)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #6F1367

#6F1367
(111,19,103)
#7C2874
(124,40,116)
#893D81
(137,61,129)
#96528E
(150,82,142)
#A3679B
(163,103,155)
#B07CA8
(176,124,168)
#BD91B5
(189,145,181)
#CAA6C2
(202,166,194)
#D7BBCF
(215,187,207)
#E4D0DC
(228,208,220)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1367 color. Also use rgb(111,19,103) instead hex code.

Text Font Color

.myTextColor { color: #6F1367; }

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

This text font color is #6F1367.


Background Color

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

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

This div background color is #6F1367.


Border color

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

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

This div border color is #6F1367.


Opacity

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

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

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

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

This text has shadow with #6F1367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1367 on black background.


Color preview on white background

This text has color #6F1367 on white background.



Black color preview on #6F1367 background

This text has black color on #6F1367 background.


White color preview on #6F1367 background

This text has white color on #6F1367 background.