COLOR #6E74DF

HEX: #6E74DF RGB: (110,116,223)

Color info

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

RGB color model

#6E74DF color RGB value is (110,116,223).

RGB: (110,116,223) (43%, 45%, 87%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 223 of 255 = 87%

110
116
223

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

Portions of RGB colors in percentages

R + G + B = 110 + 116 + 223 = 449 (100%)
R 110 of 449 ~ 24.5%
G 116 of 449 ~ 25.84%
B 223 of 449 ~ 49.67'%

%24.5
%25.84
%49.67

CMYK color model

#6E74DF color CMYK value is (51,48,0,13).

  • cyan value is 50.67%
  • magenta value is 47.98%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (51,48,0,13)
C51M48Y0K13 (51%, 48%, 0%, 13%)
(0.51 / 0.48 / 0.00 / 0.13)

CMYK percentages

%50.67
%47.98
%0
%12.55

Codes

Color #6E74DF in popluar color models

6E 74 DF
RGB 110 116 223
HSL 237° 63.84% 65.29%
HSB/HSV 237° 50.67% 87.45%
CMYK 50.67% 47.98% 0.00%
12.55%

Color #6E74DF in popluar number systems.

HEX 6E 74 DF
Decimal 110 116 223
Binary 1101110 1110100 11011111
Octal 156 164 337

Shades and tints

Shades of #6E74DF

#6E74DF
(110,116,223)
#646ACB
(100,106,203)
#5A60B7
(90,96,183)
#5056A3
(80,86,163)
#464C8F
(70,76,143)
#3C427B
(60,66,123)
#323867
(50,56,103)
#282E53
(40,46,83)
#1E243F
(30,36,63)
#141A2B
(20,26,43)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6E74DF

#6E74DF
(110,116,223)
#7B80E1
(123,128,225)
#888CE3
(136,140,227)
#9598E5
(149,152,229)
#A2A4E7
(162,164,231)
#AFB0E9
(175,176,233)
#BCBCEB
(188,188,235)
#C9C8ED
(201,200,237)
#D6D4EF
(214,212,239)
#E3E0F1
(227,224,241)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E74DF color. Also use rgb(110,116,223) instead hex code.

Text Font Color

.myTextColor { color: #6E74DF; }

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

This text font color is #6E74DF.

Background Color

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

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

This div background color is #6E74DF.

Border color

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

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

This div border color is #6E74DF.

Opacity

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

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

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

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

This text has shadow with #6E74DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E74DF.

Preview

Color preview on black background

This text has color #6E74DF on black background.


Color preview on white background

This text has color #6E74DF on white background.


Black color preview on #6E74DF background

This text has black color on #6E74DF background.


White color preview on #6E74DF background

This text has white color on #6E74DF background.


Related colors

Complementary color

Complementary color for #hex is #918B20.


I love getcolorcode.com

Triadic colors

1 #DF6E74 and #74DF6E with #6E74DF are triadic colors.

2 #DF746E and #746EDF with #6E74DF are triadic colors.