COLOR #6E2F6B

HEX: #6E2F6B RGB: (110,47,107)

Color info

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

RGB color model

#6E2F6B color RGB value is (110,47,107).

RGB: (110,47,107) (43%, 18%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 47 of 255 = 18%
B 107 of 255 = 42%

110
47
107

R + G + B ~ 34%. #6E2F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 47 + 107 = 264 (100%)
R 110 of 264 ~ 41.67%
G 47 of 264 ~ 17.8%
B 107 of 264 ~ 40.53'%

%41.67
%17.8
%40.53

CMYK color model

#6E2F6B color CMYK value is (0,57,3,57).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 2.73%
  • key color value is 56.86%

CMYK: (0,57,3,57)
C0M57Y3K57 (0%, 57%, 3%, 57%)
(0.00 / 0.57 / 0.03 / 0.57)

CMYK percentages

%0
%57.27
%2.73
%56.86

Codes

Color #6E2F6B in popluar color models

6E 2F 6B
RGB 110 47 107
HSL 303° 40.13% 30.78%
HSB/HSV 303° 57.27% 43.14%
CMYK 0.00% 57.27% 2.73%
56.86%

Color #6E2F6B in popluar number systems.

HEX 6E 2F 6B
Decimal 110 47 107
Binary 1101110 101111 1101011
Octal 156 57 153

Shades and tints

Shades of #6E2F6B

#6E2F6B
(110,47,107)
#642B62
(100,43,98)
#5A2759
(90,39,89)
#502350
(80,35,80)
#461F47
(70,31,71)
#3C1B3E
(60,27,62)
#321735
(50,23,53)
#28132C
(40,19,44)
#1E0F23
(30,15,35)
#140B1A
(20,11,26)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #6E2F6B

#6E2F6B
(110,47,107)
#7B4178
(123,65,120)
#885385
(136,83,133)
#956592
(149,101,146)
#A2779F
(162,119,159)
#AF89AC
(175,137,172)
#BC9BB9
(188,155,185)
#C9ADC6
(201,173,198)
#D6BFD3
(214,191,211)
#E3D1E0
(227,209,224)
#F0E3ED
(240,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2F6B; }

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

This text font color is #6E2F6B.

Background Color

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

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

This div background color is #6E2F6B.

Border color

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

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

This div border color is #6E2F6B.

Opacity

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

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

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

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

This text has shadow with #6E2F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2F6B.

Preview

Color preview on black background

This text has color #6E2F6B on black background.


Color preview on white background

This text has color #6E2F6B on white background.


Black color preview on #6E2F6B background

This text has black color on #6E2F6B background.


White color preview on #6E2F6B background

This text has white color on #6E2F6B background.


Related colors

Complementary color

Complementary color for #hex is #91D094.


I love getcolorcode.com

Triadic colors

1 #6B6E2F and #2F6B6E with #6E2F6B are triadic colors.

2 #6B2F6E and #2F6E6B with #6E2F6B are triadic colors.