COLOR #6E0664

HEX: #6E0664 RGB: (110,6,100)

Color info

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

RGB color model

#6E0664 color RGB value is (110,6,100).

RGB: (110,6,100) (43%, 2%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 6 of 255 = 2%
B 100 of 255 = 39%

110
6
100

R + G + B ~ 28%. #6E0664 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 6 + 100 = 216 (100%)
R 110 of 216 ~ 50.93%
G 6 of 216 ~ 2.78%
B 100 of 216 ~ 46.3'%

%50.93
%46.3

CMYK color model

#6E0664 color CMYK value is (0,95,9,57).

  • cyan value is 0.00%
  • magenta value is 94.55%
  • yellow value is 9.09%
  • key color value is 56.86%

CMYK: (0,95,9,57)
C0M95Y9K57 (0%, 95%, 9%, 57%)
(0.00 / 0.95 / 0.09 / 0.57)

CMYK percentages

%0
%94.55
%9.09
%56.86

Codes

Color #6E0664 in popluar color models

6E 06 64
RGB 110 6 100
HSL 306° 89.66% 22.75%
HSB/HSV 306° 94.55% 43.14%
CMYK 0.00% 94.55% 9.09%
56.86%

Color #6E0664 in popluar number systems.

HEX 6E 06 64
Decimal 110 6 100
Binary 1101110 110 1100100
Octal 156 6 144

Shades and tints

Shades of #6E0664

#6E0664
(110,6,100)
#64065B
(100,6,91)
#5A0652
(90,6,82)
#500649
(80,6,73)
#460640
(70,6,64)
#3C0637
(60,6,55)
#32062E
(50,6,46)
#280625
(40,6,37)
#1E061C
(30,6,28)
#140613
(20,6,19)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #6E0664

#6E0664
(110,6,100)
#7B1C72
(123,28,114)
#883280
(136,50,128)
#95488E
(149,72,142)
#A25E9C
(162,94,156)
#AF74AA
(175,116,170)
#BC8AB8
(188,138,184)
#C9A0C6
(201,160,198)
#D6B6D4
(214,182,212)
#E3CCE2
(227,204,226)
#F0E2F0
(240,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0664 color. Also use rgb(110,6,100) instead hex code.

Text Font Color

.myTextColor { color: #6E0664; }

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

This text font color is #6E0664.

Background Color

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

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

This div background color is #6E0664.

Border color

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

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

This div border color is #6E0664.

Opacity

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

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

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

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

This text has shadow with #6E0664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E0664.

Preview

Color preview on black background

This text has color #6E0664 on black background.


Color preview on white background

This text has color #6E0664 on white background.


Black color preview on #6E0664 background

This text has black color on #6E0664 background.


White color preview on #6E0664 background

This text has white color on #6E0664 background.


Related colors

Complementary color

Complementary color for #hex is #91F99B.


I love getcolorcode.com

Triadic colors

1 #646E06 and #06646E with #6E0664 are triadic colors.

2 #64066E and #066E64 with #6E0664 are triadic colors.