COLOR #6E69F2

HEX: #6E69F2
RGB: (110,105,242)

Color info

#6E69F2 contains mainly blue color. Web safe color of #6E69F2 is #6666FF (or #66F).

RGB color model

#6E69F2 color RGB value is (110,105,242).

  • red value is 110;
  • green value is 105;
  • blue value is 242.
RGB:
(110,105,242)
(43%,41%,95%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 242 of 255 = 95%

110
105
242

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 242 = 457 (100%)
R 110 of 457 ~ 24.07%
G 105 of 457 ~ 22.98%
B 242 of 457 ~ 52.95%

%24.07
%22.98
%52.95

CMYK color model

#6E69F2 color CMYK value is (55,57,0,5).

  • cyan value is 54.55%
  • magenta value is 56.61%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(55,57,0,5)
C55M57Y0K5 
(55%,57%,0%,5%)
(0.55/0.57/0.00/0.05)	

CMYK percentages

%54.55
%56.61
%0
%5.1

Codes

Color #6E69F2 in popluar color models

6E69F2
RGB110105242
HSL242°84.05%68.04%
HSB/HSV242°56.61%94.90%
CMYK54.55%56.61%0.00%
5.10%

Color #6E69F2 in popluar number systems.

HEX6E69F2
Decimal110105242
Binary1101110110100111110010
Octal156151362

Shades and tints

Shades of #6E69F2

#6E69F2
(110,105,242)
#6460DC
(100,96,220)
#5A57C6
(90,87,198)
#504EB0
(80,78,176)
#46459A
(70,69,154)
#3C3C84
(60,60,132)
#32336E
(50,51,110)
#282A58
(40,42,88)
#1E2142
(30,33,66)
#14182C
(20,24,44)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6E69F2

#6E69F2
(110,105,242)
#7B76F3
(123,118,243)
#8883F4
(136,131,244)
#9590F5
(149,144,245)
#A29DF6
(162,157,246)
#AFAAF7
(175,170,247)
#BCB7F8
(188,183,248)
#C9C4F9
(201,196,249)
#D6D1FA
(214,209,250)
#E3DEFB
(227,222,251)
#F0EBFC
(240,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E69F2; }

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

This text font color is #6E69F2.


Background Color

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

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

This div background color is #6E69F2.


Border color

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

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

This div border color is #6E69F2.


Opacity

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

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

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

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

This text has shadow with #6E69F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E69F2 on black background.


Color preview on white background

This text has color #6E69F2 on white background.



Black color preview on #6E69F2 background

This text has black color on #6E69F2 background.


White color preview on #6E69F2 background

This text has white color on #6E69F2 background.