COLOR #6B80B6

HEX: #6B80B6
RGB: (107,128,182)

Color info

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

RGB color model

#6B80B6 color RGB value is (107,128,182).

  • red value is 107;
  • green value is 128;
  • blue value is 182.
RGB:
(107,128,182)
(42%,50%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 182 of 255 = 71%

107
128
182

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 182 = 417 (100%)
R 107 of 417 ~ 25.66%
G 128 of 417 ~ 30.7%
B 182 of 417 ~ 43.65%

%25.66
%30.7
%43.65

CMYK color model

#6B80B6 color CMYK value is (41,30,0,29).

  • cyan value is 41.21%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(41,30,0,29)
C41M30Y0K29 
(41%,30%,0%,29%)
(0.41/0.30/0.00/0.29)	

CMYK percentages

%41.21
%29.67
%0
%28.63

Codes

Color #6B80B6 in popluar color models

6B80B6
RGB107128182
HSL223°33.94%56.67%
HSB/HSV223°41.21%71.37%
CMYK41.21%29.67%0.00%
28.63%

Color #6B80B6 in popluar number systems.

HEX6B80B6
Decimal107128182
Binary11010111000000010110110
Octal153200266

Shades and tints

Shades of #6B80B6

#6B80B6
(107,128,182)
#6275A6
(98,117,166)
#596A96
(89,106,150)
#505F86
(80,95,134)
#475476
(71,84,118)
#3E4966
(62,73,102)
#353E56
(53,62,86)
#2C3346
(44,51,70)
#232836
(35,40,54)
#1A1D26
(26,29,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #6B80B6

#6B80B6
(107,128,182)
#788BBC
(120,139,188)
#8596C2
(133,150,194)
#92A1C8
(146,161,200)
#9FACCE
(159,172,206)
#ACB7D4
(172,183,212)
#B9C2DA
(185,194,218)
#C6CDE0
(198,205,224)
#D3D8E6
(211,216,230)
#E0E3EC
(224,227,236)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B80B6 color. Also use rgb(107,128,182) instead hex code.

Text Font Color

.myTextColor { color: #6B80B6; }

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

This text font color is #6B80B6.


Background Color

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

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

This div background color is #6B80B6.


Border color

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

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

This div border color is #6B80B6.


Opacity

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

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

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

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

This text has shadow with #6B80B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B80B6 on black background.


Color preview on white background

This text has color #6B80B6 on white background.



Black color preview on #6B80B6 background

This text has black color on #6B80B6 background.


White color preview on #6B80B6 background

This text has white color on #6B80B6 background.