COLOR #6E80CD

HEX: #6E80CD RGB: (110,128,205)

Color info

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

RGB color model

#6E80CD color RGB value is (110,128,205).

RGB: (110,128,205) (43%, 50%, 80%)

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 205 of 255 = 80%

110
128
205

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

Portions of RGB colors in percentages

R + G + B = 110 + 128 + 205 = 443 (100%)
R 110 of 443 ~ 24.83%
G 128 of 443 ~ 28.89%
B 205 of 443 ~ 46.28'%

%24.83
%28.89
%46.28

CMYK color model

#6E80CD color CMYK value is (46,38,0,20).

  • cyan value is 46.34%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (46,38,0,20)
C46M38Y0K20 (46%, 38%, 0%, 20%)
(0.46 / 0.38 / 0.00 / 0.20)

CMYK percentages

%46.34
%37.56
%0
%19.61

Codes

Color #6E80CD in popluar color models

6E 80 CD
RGB 110 128 205
HSL 229° 48.72% 61.76%
HSB/HSV 229° 46.34% 80.39%
CMYK 46.34% 37.56% 0.00%
19.61%

Color #6E80CD in popluar number systems.

HEX 6E 80 CD
Decimal 110 128 205
Binary 1101110 10000000 11001101
Octal 156 200 315

Shades and tints

Shades of #6E80CD

#6E80CD
(110,128,205)
#6475BB
(100,117,187)
#5A6AA9
(90,106,169)
#505F97
(80,95,151)
#465485
(70,84,133)
#3C4973
(60,73,115)
#323E61
(50,62,97)
#28334F
(40,51,79)
#1E283D
(30,40,61)
#141D2B
(20,29,43)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #6E80CD

#6E80CD
(110,128,205)
#7B8BD1
(123,139,209)
#8896D5
(136,150,213)
#95A1D9
(149,161,217)
#A2ACDD
(162,172,221)
#AFB7E1
(175,183,225)
#BCC2E5
(188,194,229)
#C9CDE9
(201,205,233)
#D6D8ED
(214,216,237)
#E3E3F1
(227,227,241)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E80CD color. Also use rgb(110,128,205) instead hex code.

Text Font Color

.myTextColor { color: #6E80CD; }

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

This text font color is #6E80CD.

Background Color

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

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

This div background color is #6E80CD.

Border color

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

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

This div border color is #6E80CD.

Opacity

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

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

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

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

This text has shadow with #6E80CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E80CD.

Preview

Color preview on black background

This text has color #6E80CD on black background.


Color preview on white background

This text has color #6E80CD on white background.


Black color preview on #6E80CD background

This text has black color on #6E80CD background.


White color preview on #6E80CD background

This text has white color on #6E80CD background.


Related colors

Complementary color

Complementary color for #hex is #917F32.


I love getcolorcode.com

Triadic colors

1 #CD6E80 and #80CD6E with #6E80CD are triadic colors.

2 #CD806E and #806ECD with #6E80CD are triadic colors.