COLOR #6F1062

HEX: #6F1062
RGB: (111,16,98)

Color info

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

RGB color model

#6F1062 color RGB value is (111,16,98).

  • red value is 111;
  • green value is 16;
  • blue value is 98.
RGB:
(111,16,98)
(44%,6%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 16 of 255 = 6%
B 98 of 255 = 38%

111
16
98

R + G + B ~ 29%. #6F1062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 16 + 98 = 225 (100%)
R 111 of 225 ~ 49.33%
G 16 of 225 ~ 7.11%
B 98 of 225 ~ 43.56%

%49.33
%43.56

CMYK color model

#6F1062 color CMYK value is (0,86,12,56).

  • cyan value is 0.00%
  • magenta value is 85.59%
  • yellow value is 11.71%
  • key color value is 56.47%
CMYK:
(0,86,12,56)
C0M86Y12K56 
(0%,86%,12%,56%)
(0.00/0.86/0.12/0.56)	

CMYK percentages

%0
%85.59
%11.71
%56.47

Codes

Color #6F1062 in popluar color models

6F1062
RGB1111698
HSL308°74.80%24.90%
HSB/HSV308°85.59%43.53%
CMYK0.00%85.59%11.71%
56.47%

Color #6F1062 in popluar number systems.

HEX6F1062
Decimal1111698
Binary1101111100001100010
Octal15720142

Shades and tints

Shades of #6F1062

#6F1062
(111,16,98)
#650F5A
(101,15,90)
#5B0E52
(91,14,82)
#510D4A
(81,13,74)
#470C42
(71,12,66)
#3D0B3A
(61,11,58)
#330A32
(51,10,50)
#29092A
(41,9,42)
#1F0822
(31,8,34)
#15071A
(21,7,26)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #6F1062

#6F1062
(111,16,98)
#7C2570
(124,37,112)
#893A7E
(137,58,126)
#964F8C
(150,79,140)
#A3649A
(163,100,154)
#B079A8
(176,121,168)
#BD8EB6
(189,142,182)
#CAA3C4
(202,163,196)
#D7B8D2
(215,184,210)
#E4CDE0
(228,205,224)
#F1E2EE
(241,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1062 color. Also use rgb(111,16,98) instead hex code.

Text Font Color

.myTextColor { color: #6F1062; }

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

This text font color is #6F1062.


Background Color

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

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

This div background color is #6F1062.


Border color

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

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

This div border color is #6F1062.


Opacity

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

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

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

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

This text has shadow with #6F1062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1062 on black background.


Color preview on white background

This text has color #6F1062 on white background.



Black color preview on #6F1062 background

This text has black color on #6F1062 background.


White color preview on #6F1062 background

This text has white color on #6F1062 background.