COLOR #6C80CD

HEX: #6C80CD
RGB: (108,128,205)

Color info

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

RGB color model

#6C80CD color RGB value is (108,128,205).

  • red value is 108;
  • green value is 128;
  • blue value is 205.
RGB:
(108,128,205)
(42%,50%,80%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 205 of 255 = 80%

108
128
205

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 205 = 441 (100%)
R 108 of 441 ~ 24.49%
G 128 of 441 ~ 29.02%
B 205 of 441 ~ 46.49%

%24.49
%29.02
%46.49

CMYK color model

#6C80CD color CMYK value is (47,38,0,20).

  • cyan value is 47.32%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(47,38,0,20)
C47M38Y0K20 
(47%,38%,0%,20%)
(0.47/0.38/0.00/0.20)	

CMYK percentages

%47.32
%37.56
%0
%19.61

Codes

Color #6C80CD in popluar color models

6C80CD
RGB108128205
HSL228°49.24%61.37%
HSB/HSV228°47.32%80.39%
CMYK47.32%37.56%0.00%
19.61%

Color #6C80CD in popluar number systems.

HEX6C80CD
Decimal108128205
Binary11011001000000011001101
Octal154200315

Shades and tints

Shades of #6C80CD

#6C80CD
(108,128,205)
#6375BB
(99,117,187)
#5A6AA9
(90,106,169)
#515F97
(81,95,151)
#485485
(72,84,133)
#3F4973
(63,73,115)
#363E61
(54,62,97)
#2D334F
(45,51,79)
#24283D
(36,40,61)
#1B1D2B
(27,29,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #6C80CD

#6C80CD
(108,128,205)
#798BD1
(121,139,209)
#8696D5
(134,150,213)
#93A1D9
(147,161,217)
#A0ACDD
(160,172,221)
#ADB7E1
(173,183,225)
#BAC2E5
(186,194,229)
#C7CDE9
(199,205,233)
#D4D8ED
(212,216,237)
#E1E3F1
(225,227,241)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C80CD; }

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

This text font color is #6C80CD.


Background Color

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

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

This div background color is #6C80CD.


Border color

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

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

This div border color is #6C80CD.


Opacity

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

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

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

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

This text has shadow with #6C80CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C80CD on black background.


Color preview on white background

This text has color #6C80CD on white background.



Black color preview on #6C80CD background

This text has black color on #6C80CD background.


White color preview on #6C80CD background

This text has white color on #6C80CD background.