COLOR #6E83C0

HEX: #6E83C0 RGB: (110,131,192)

Color info

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

RGB color model

#6E83C0 color RGB value is (110,131,192).

RGB: (110,131,192) (43%, 51%, 75%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 192 of 255 = 75%

110
131
192

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

Portions of RGB colors in percentages

R + G + B = 110 + 131 + 192 = 433 (100%)
R 110 of 433 ~ 25.4%
G 131 of 433 ~ 30.25%
B 192 of 433 ~ 44.34'%

%25.4
%30.25
%44.34

CMYK color model

#6E83C0 color CMYK value is (43,32,0,25).

  • cyan value is 42.71%
  • magenta value is 31.77%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (43,32,0,25) C43M32Y0K25 (43%,32%,0%,25%) (0.43/0.32/0.00/0.25) 

CMYK percentages

%42.71
%31.77
%0
%24.71

Codes

Color #6E83C0 in popluar color models

6E 83 C0
RGB 110 131 192
HSL 225° 39.42% 59.22%
HSB/HSV 225° 42.71% 75.29%
CMYK 42.71% 31.77% 0.00%
24.71%

Color #6E83C0 in popluar number systems.

HEX 6E 83 C0
Decimal 110 131 192
Binary 1101110 10000011 11000000
Octal 156 203 300

Shades and tints

Shades of #6E83C0

#6E83C0
(110,131,192)
#6478AF
(100,120,175)
#5A6D9E
(90,109,158)
#50628D
(80,98,141)
#46577C
(70,87,124)
#3C4C6B
(60,76,107)
#32415A
(50,65,90)
#283649
(40,54,73)
#1E2B38
(30,43,56)
#142027
(20,32,39)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #6E83C0

#6E83C0
(110,131,192)
#7B8EC5
(123,142,197)
#8899CA
(136,153,202)
#95A4CF
(149,164,207)
#A2AFD4
(162,175,212)
#AFBAD9
(175,186,217)
#BCC5DE
(188,197,222)
#C9D0E3
(201,208,227)
#D6DBE8
(214,219,232)
#E3E6ED
(227,230,237)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E83C0 color. Also use rgb(110,131,192) instead hex code.

Text Font Color

.myTextColor { color: #6E83C0; }

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

This text font color is #6E83C0.

Background Color

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

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

This div background color is #6E83C0.

Border color

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

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

This div border color is #6E83C0.

Opacity

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

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

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

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

This text has shadow with #6E83C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E83C0.

Preview

Color preview on black background

This text has color #6E83C0 on black background.


Color preview on white background

This text has color #6E83C0 on white background.


Black color preview on #6E83C0 background

This text has black color on #6E83C0 background.


White color preview on #6E83C0 background

This text has white color on #6E83C0 background.


Related colors

Complementary color

Complementary color for #hex is #917C3F.


I love getcolorcode.com

Triadic colors

1 #C06E83 and #83C06E with #6E83C0 are triadic colors.

2 #C0836E and #836EC0 with #6E83C0 are triadic colors.