COLOR #6869E3

HEX: #6869E3
RGB: (104,105,227)

Color info

#6869E3 contains mainly blue color. Web safe color of #6869E3 is #6666CC (or #66C).

RGB color model

#6869E3 color RGB value is (104,105,227).

  • red value is 104;
  • green value is 105;
  • blue value is 227.
RGB:
(104,105,227)
(41%,41%,89%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 227 of 255 = 89%

104
105
227

R + G + B ~ 57%. #6869E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 227 = 436 (100%)
R 104 of 436 ~ 23.85%
G 105 of 436 ~ 24.08%
B 227 of 436 ~ 52.06%

%23.85
%24.08
%52.06

CMYK color model

#6869E3 color CMYK value is (54,54,0,11).

  • cyan value is 54.19%
  • magenta value is 53.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(54,54,0,11)
C54M54Y0K11 
(54%,54%,0%,11%)
(0.54/0.54/0.00/0.11)	

CMYK percentages

%54.19
%53.74
%0
%10.98

Codes

Color #6869E3 in popluar color models

6869E3
RGB104105227
HSL240°68.72%64.90%
HSB/HSV240°54.19%89.02%
CMYK54.19%53.74%0.00%
10.98%

Color #6869E3 in popluar number systems.

HEX6869E3
Decimal104105227
Binary1101000110100111100011
Octal150151343

Shades and tints

Shades of #6869E3

#6869E3
(104,105,227)
#5F60CF
(95,96,207)
#5657BB
(86,87,187)
#4D4EA7
(77,78,167)
#444593
(68,69,147)
#3B3C7F
(59,60,127)
#32336B
(50,51,107)
#292A57
(41,42,87)
#202143
(32,33,67)
#17182F
(23,24,47)
#0E0F1B
(14,15,27)
#000000
(0,0,0)

Tints of #6869E3

#6869E3
(104,105,227)
#7576E5
(117,118,229)
#8283E7
(130,131,231)
#8F90E9
(143,144,233)
#9C9DEB
(156,157,235)
#A9AAED
(169,170,237)
#B6B7EF
(182,183,239)
#C3C4F1
(195,196,241)
#D0D1F3
(208,209,243)
#DDDEF5
(221,222,245)
#EAEBF7
(234,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6869E3 color. Also use rgb(104,105,227) instead hex code.

Text Font Color

.myTextColor { color: #6869E3; }

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

This text font color is #6869E3.


Background Color

.myBgColor { background-color: #6869E3; }

<div style="background-color:#6869E3">Inner text</div>

This div background color is #6869E3.


Border color

.myBorderColor { border: 1px solid #6869E3; }

<div style="border:3px solid #6869E3">Div</div>

This div border color is #6869E3.


Opacity

.myOpacity80 { color: #6869E3; opacity: 0.8; }

<p style="color:#6869E3;opacity:0.8;">80%</p>

Text with #6869E3 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 #6869E3;}

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

This text has shadow with #6869E3 color.

.textShadow {text-shadow: 3px 3px 1px #6869E3, 3px 3px 1px red;}

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

This text has shadow with #6869E3 primary color and red secondary color.


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

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

This text has shadow with #6869E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6869E3 on black background.


Color preview on white background

This text has color #6869E3 on white background.



Black color preview on #6869E3 background

This text has black color on #6869E3 background.


White color preview on #6869E3 background

This text has white color on #6869E3 background.