COLOR #6C80BA

HEX: #6C80BA
RGB: (108,128,186)

Color info

#6C80BA contains mainly green and blue colors. Web safe color of #6C80BA is #6666CC (or #66C).

RGB color model

#6C80BA color RGB value is (108,128,186).

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

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 186 of 255 = 73%

108
128
186

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

Portions of RGB colors in percentages

R + G + B =
108 + 128 + 186 = 422 (100%)
R 108 of 422 ~ 25.59%
G 128 of 422 ~ 30.33%
B 186 of 422 ~ 44.08%

%25.59
%30.33
%44.08

CMYK color model

#6C80BA color CMYK value is (42,31,0,27).

  • cyan value is 41.94%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(42,31,0,27)
C42M31Y0K27 
(42%,31%,0%,27%)
(0.42/0.31/0.00/0.27)	

CMYK percentages

%41.94
%31.18
%0
%27.06

Codes

Color #6C80BA in popluar color models

6C80BA
RGB108128186
HSL225°36.11%57.65%
HSB/HSV225°41.94%72.94%
CMYK41.94%31.18%0.00%
27.06%

Color #6C80BA in popluar number systems.

HEX6C80BA
Decimal108128186
Binary11011001000000010111010
Octal154200272

Shades and tints

Shades of #6C80BA

#6C80BA
(108,128,186)
#6375AA
(99,117,170)
#5A6A9A
(90,106,154)
#515F8A
(81,95,138)
#48547A
(72,84,122)
#3F496A
(63,73,106)
#363E5A
(54,62,90)
#2D334A
(45,51,74)
#24283A
(36,40,58)
#1B1D2A
(27,29,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #6C80BA

#6C80BA
(108,128,186)
#798BC0
(121,139,192)
#8696C6
(134,150,198)
#93A1CC
(147,161,204)
#A0ACD2
(160,172,210)
#ADB7D8
(173,183,216)
#BAC2DE
(186,194,222)
#C7CDE4
(199,205,228)
#D4D8EA
(212,216,234)
#E1E3F0
(225,227,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C80BA; }

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

This text font color is #6C80BA.


Background Color

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

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

This div background color is #6C80BA.


Border color

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

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

This div border color is #6C80BA.


Opacity

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

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

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

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

This text has shadow with #6C80BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C80BA on black background.


Color preview on white background

This text has color #6C80BA on white background.



Black color preview on #6C80BA background

This text has black color on #6C80BA background.


White color preview on #6C80BA background

This text has white color on #6C80BA background.