COLOR #6A8DEE

HEX: #6A8DEE
RGB: (106,141,238)

Color info

#6A8DEE contains mainly blue color. Web safe color of #6A8DEE is #6699FF (or #69F).

RGB color model

#6A8DEE color RGB value is (106,141,238).

  • red value is 106;
  • green value is 141;
  • blue value is 238.
RGB:
(106,141,238)
(42%,55%,93%)

RGB channels and saturation

R 106 of 255 = 42%
G 141 of 255 = 55%
B 238 of 255 = 93%

106
141
238

R + G + B ~ 63%. #6A8DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 141 + 238 = 485 (100%)
R 106 of 485 ~ 21.86%
G 141 of 485 ~ 29.07%
B 238 of 485 ~ 49.07%

%21.86
%29.07
%49.07

CMYK color model

#6A8DEE color CMYK value is (55,41,0,7).

  • cyan value is 55.46%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(55,41,0,7)
C55M41Y0K7 
(55%,41%,0%,7%)
(0.55/0.41/0.00/0.07)	

CMYK percentages

%55.46
%40.76
%0
%6.67

Codes

Color #6A8DEE in popluar color models

6A8DEE
RGB106141238
HSL224°79.52%67.45%
HSB/HSV224°55.46%93.33%
CMYK55.46%40.76%0.00%
6.67%

Color #6A8DEE in popluar number systems.

HEX6A8DEE
Decimal106141238
Binary11010101000110111101110
Octal152215356

Shades and tints

Shades of #6A8DEE

#6A8DEE
(106,141,238)
#6181D9
(97,129,217)
#5875C4
(88,117,196)
#4F69AF
(79,105,175)
#465D9A
(70,93,154)
#3D5185
(61,81,133)
#344570
(52,69,112)
#2B395B
(43,57,91)
#222D46
(34,45,70)
#192131
(25,33,49)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #6A8DEE

#6A8DEE
(106,141,238)
#7797EF
(119,151,239)
#84A1F0
(132,161,240)
#91ABF1
(145,171,241)
#9EB5F2
(158,181,242)
#ABBFF3
(171,191,243)
#B8C9F4
(184,201,244)
#C5D3F5
(197,211,245)
#D2DDF6
(210,221,246)
#DFE7F7
(223,231,247)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8DEE color. Also use rgb(106,141,238) instead hex code.

Text Font Color

.myTextColor { color: #6A8DEE; }

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

This text font color is #6A8DEE.


Background Color

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

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

This div background color is #6A8DEE.


Border color

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

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

This div border color is #6A8DEE.


Opacity

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

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

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

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

This text has shadow with #6A8DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8DEE on black background.


Color preview on white background

This text has color #6A8DEE on white background.



Black color preview on #6A8DEE background

This text has black color on #6A8DEE background.


White color preview on #6A8DEE background

This text has white color on #6A8DEE background.