COLOR #6D0B66

HEX: #6D0B66
RGB: (109,11,102)

Color info

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

RGB color model

#6D0B66 color RGB value is (109,11,102).

  • red value is 109;
  • green value is 11;
  • blue value is 102.
RGB:
(109,11,102)
(43%,4%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 11 of 255 = 4%
B 102 of 255 = 40%

109
11
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 11 + 102 = 222 (100%)
R 109 of 222 ~ 49.1%
G 11 of 222 ~ 4.95%
B 102 of 222 ~ 45.95%

%49.1
%45.95

CMYK color model

#6D0B66 color CMYK value is (0,90,6,57).

  • cyan value is 0.00%
  • magenta value is 89.91%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(0,90,6,57)
C0M90Y6K57 
(0%,90%,6%,57%)
(0.00/0.90/0.06/0.57)	

CMYK percentages

%0
%89.91
%6.42
%57.25

Codes

Color #6D0B66 in popluar color models

6D0B66
RGB10911102
HSL304°81.67%23.53%
HSB/HSV304°89.91%42.75%
CMYK0.00%89.91%6.42%
57.25%

Color #6D0B66 in popluar number systems.

HEX6D0B66
Decimal10911102
Binary110110110111100110
Octal15513146

Shades and tints

Shades of #6D0B66

#6D0B66
(109,11,102)
#640A5D
(100,10,93)
#5B0954
(91,9,84)
#52084B
(82,8,75)
#490742
(73,7,66)
#400639
(64,6,57)
#370530
(55,5,48)
#2E0427
(46,4,39)
#25031E
(37,3,30)
#1C0215
(28,2,21)
#13010C
(19,1,12)
#000000
(0,0,0)

Tints of #6D0B66

#6D0B66
(109,11,102)
#7A2173
(122,33,115)
#873780
(135,55,128)
#944D8D
(148,77,141)
#A1639A
(161,99,154)
#AE79A7
(174,121,167)
#BB8FB4
(187,143,180)
#C8A5C1
(200,165,193)
#D5BBCE
(213,187,206)
#E2D1DB
(226,209,219)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0B66 color. Also use rgb(109,11,102) instead hex code.

Text Font Color

.myTextColor { color: #6D0B66; }

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

This text font color is #6D0B66.


Background Color

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

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

This div background color is #6D0B66.


Border color

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

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

This div border color is #6D0B66.


Opacity

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

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

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

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

This text has shadow with #6D0B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0B66 on black background.


Color preview on white background

This text has color #6D0B66 on white background.



Black color preview on #6D0B66 background

This text has black color on #6D0B66 background.


White color preview on #6D0B66 background

This text has white color on #6D0B66 background.