COLOR #6E92D5

HEX: #6E92D5
RGB: (110,146,213)

Color info

#6E92D5 contains mainly blue color. Web safe color of #6E92D5 is #6699CC (or #69C).

RGB color model

#6E92D5 color RGB value is (110,146,213).

  • red value is 110;
  • green value is 146;
  • blue value is 213.
RGB:
(110,146,213)
(43%,57%,84%)

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 213 of 255 = 84%

110
146
213

R + G + B ~ 61%. #6E92D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 146 + 213 = 469 (100%)
R 110 of 469 ~ 23.45%
G 146 of 469 ~ 31.13%
B 213 of 469 ~ 45.42%

%23.45
%31.13
%45.42

CMYK color model

#6E92D5 color CMYK value is (48,31,0,16).

  • cyan value is 48.36%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(48,31,0,16)
C48M31Y0K16 
(48%,31%,0%,16%)
(0.48/0.31/0.00/0.16)	

CMYK percentages

%48.36
%31.46
%0
%16.47

Codes

Color #6E92D5 in popluar color models

6E92D5
RGB110146213
HSL219°55.08%63.33%
HSB/HSV219°48.36%83.53%
CMYK48.36%31.46%0.00%
16.47%

Color #6E92D5 in popluar number systems.

HEX6E92D5
Decimal110146213
Binary11011101001001011010101
Octal156222325

Shades and tints

Shades of #6E92D5

#6E92D5
(110,146,213)
#6485C2
(100,133,194)
#5A78AF
(90,120,175)
#506B9C
(80,107,156)
#465E89
(70,94,137)
#3C5176
(60,81,118)
#324463
(50,68,99)
#283750
(40,55,80)
#1E2A3D
(30,42,61)
#141D2A
(20,29,42)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6E92D5

#6E92D5
(110,146,213)
#7B9BD8
(123,155,216)
#88A4DB
(136,164,219)
#95ADDE
(149,173,222)
#A2B6E1
(162,182,225)
#AFBFE4
(175,191,228)
#BCC8E7
(188,200,231)
#C9D1EA
(201,209,234)
#D6DAED
(214,218,237)
#E3E3F0
(227,227,240)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E92D5 color. Also use rgb(110,146,213) instead hex code.

Text Font Color

.myTextColor { color: #6E92D5; }

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

This text font color is #6E92D5.


Background Color

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

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

This div background color is #6E92D5.


Border color

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

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

This div border color is #6E92D5.


Opacity

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

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

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

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

This text has shadow with #6E92D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E92D5 on black background.


Color preview on white background

This text has color #6E92D5 on white background.



Black color preview on #6E92D5 background

This text has black color on #6E92D5 background.


White color preview on #6E92D5 background

This text has white color on #6E92D5 background.