COLOR #6E087B

HEX: #6E087B
RGB: (110,8,123)

Color info

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

RGB color model

#6E087B color RGB value is (110,8,123).

  • red value is 110;
  • green value is 8;
  • blue value is 123.
RGB:
(110,8,123)
(43%,3%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 8 of 255 = 3%
B 123 of 255 = 48%

110
8
123

R + G + B ~ 31%. #6E087B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 8 + 123 = 241 (100%)
R 110 of 241 ~ 45.64%
G 8 of 241 ~ 3.32%
B 123 of 241 ~ 51.04%

%45.64
%51.04

CMYK color model

#6E087B color CMYK value is (11,93,0,52).

  • cyan value is 10.57%
  • magenta value is 93.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,93,0,52)
C11M93Y0K52 
(11%,93%,0%,52%)
(0.11/0.93/0.00/0.52)	

CMYK percentages

%10.57
%93.5
%0
%51.76

Codes

Color #6E087B in popluar color models

6E087B
RGB1108123
HSL293°87.79%25.69%
HSB/HSV293°93.50%48.24%
CMYK10.57%93.50%0.00%
51.76%

Color #6E087B in popluar number systems.

HEX6E087B
Decimal1108123
Binary110111010001111011
Octal15610173

Shades and tints

Shades of #6E087B

#6E087B
(110,8,123)
#640870
(100,8,112)
#5A0865
(90,8,101)
#50085A
(80,8,90)
#46084F
(70,8,79)
#3C0844
(60,8,68)
#320839
(50,8,57)
#28082E
(40,8,46)
#1E0823
(30,8,35)
#140818
(20,8,24)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #6E087B

#6E087B
(110,8,123)
#7B1E87
(123,30,135)
#883493
(136,52,147)
#954A9F
(149,74,159)
#A260AB
(162,96,171)
#AF76B7
(175,118,183)
#BC8CC3
(188,140,195)
#C9A2CF
(201,162,207)
#D6B8DB
(214,184,219)
#E3CEE7
(227,206,231)
#F0E4F3
(240,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E087B; }

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

This text font color is #6E087B.


Background Color

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

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

This div background color is #6E087B.


Border color

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

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

This div border color is #6E087B.


Opacity

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

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

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

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

This text has shadow with #6E087B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E087B on black background.


Color preview on white background

This text has color #6E087B on white background.



Black color preview on #6E087B background

This text has black color on #6E087B background.


White color preview on #6E087B background

This text has white color on #6E087B background.