COLOR #6E02BE

HEX: #6E02BE
RGB: (110,2,190)

Color info

#6E02BE contains mainly blue color. Web safe color of #6E02BE is #6600CC (or #60C).

RGB color model

#6E02BE color RGB value is (110,2,190).

  • red value is 110;
  • green value is 2;
  • blue value is 190.
RGB:
(110,2,190)
(43%,1%,75%)

RGB channels and saturation

R 110 of 255 = 43%
G 2 of 255 = 1%
B 190 of 255 = 75%

110
2
190

R + G + B ~ 40%. #6E02BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 2 + 190 = 302 (100%)
R 110 of 302 ~ 36.42%
G 2 of 302 ~ 0.66%
B 190 of 302 ~ 62.91%

%36.42
%62.91

CMYK color model

#6E02BE color CMYK value is (42,99,0,25).

  • cyan value is 42.11%
  • magenta value is 98.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(42,99,0,25)
C42M99Y0K25 
(42%,99%,0%,25%)
(0.42/0.99/0.00/0.25)	

CMYK percentages

%42.11
%98.95
%0
%25.49

Codes

Color #6E02BE in popluar color models

6E02BE
RGB1102190
HSL274°97.92%37.65%
HSB/HSV274°98.95%74.51%
CMYK42.11%98.95%0.00%
25.49%

Color #6E02BE in popluar number systems.

HEX6E02BE
Decimal1102190
Binary11011101010111110
Octal1562276

Shades and tints

Shades of #6E02BE

#6E02BE
(110,2,190)
#6402AD
(100,2,173)
#5A029C
(90,2,156)
#50028B
(80,2,139)
#46027A
(70,2,122)
#3C0269
(60,2,105)
#320258
(50,2,88)
#280247
(40,2,71)
#1E0236
(30,2,54)
#140225
(20,2,37)
#0A0214
(10,2,20)
#000000
(0,0,0)

Tints of #6E02BE

#6E02BE
(110,2,190)
#7B19C3
(123,25,195)
#8830C8
(136,48,200)
#9547CD
(149,71,205)
#A25ED2
(162,94,210)
#AF75D7
(175,117,215)
#BC8CDC
(188,140,220)
#C9A3E1
(201,163,225)
#D6BAE6
(214,186,230)
#E3D1EB
(227,209,235)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E02BE; }

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

This text font color is #6E02BE.


Background Color

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

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

This div background color is #6E02BE.


Border color

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

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

This div border color is #6E02BE.


Opacity

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

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

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

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

This text has shadow with #6E02BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E02BE on black background.


Color preview on white background

This text has color #6E02BE on white background.



Black color preview on #6E02BE background

This text has black color on #6E02BE background.


White color preview on #6E02BE background

This text has white color on #6E02BE background.