COLOR #6B80B8

HEX: #6B80B8 RGB: (107,128,184)

Color info

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

RGB color model

#6B80B8 color RGB value is (107,128,184).

RGB: (107,128,184) (42%, 50%, 72%)

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 184 of 255 = 72%

107
128
184

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

Portions of RGB colors in percentages

R + G + B = 107 + 128 + 184 = 419 (100%)
R 107 of 419 ~ 25.54%
G 128 of 419 ~ 30.55%
B 184 of 419 ~ 43.91'%

%25.54
%30.55
%43.91

CMYK color model

#6B80B8 color CMYK value is (42,30,0,28).

  • cyan value is 41.85%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (42,30,0,28)
C42M30Y0K28 (42%, 30%, 0%, 28%)
(0.42 / 0.30 / 0.00 / 0.28)

CMYK percentages

%41.85
%30.43
%0
%27.84

Codes

Color #6B80B8 in popluar color models

6B 80 B8
RGB 107 128 184
HSL 224° 35.16% 57.06%
HSB/HSV 224° 41.85% 72.16%
CMYK 41.85% 30.43% 0.00%
27.84%

Color #6B80B8 in popluar number systems.

HEX 6B 80 B8
Decimal 107 128 184
Binary 1101011 10000000 10111000
Octal 153 200 270

Shades and tints

Shades of #6B80B8

#6B80B8
(107,128,184)
#6275A8
(98,117,168)
#596A98
(89,106,152)
#505F88
(80,95,136)
#475478
(71,84,120)
#3E4968
(62,73,104)
#353E58
(53,62,88)
#2C3348
(44,51,72)
#232838
(35,40,56)
#1A1D28
(26,29,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #6B80B8

#6B80B8
(107,128,184)
#788BBE
(120,139,190)
#8596C4
(133,150,196)
#92A1CA
(146,161,202)
#9FACD0
(159,172,208)
#ACB7D6
(172,183,214)
#B9C2DC
(185,194,220)
#C6CDE2
(198,205,226)
#D3D8E8
(211,216,232)
#E0E3EE
(224,227,238)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B80B8; }

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

This text font color is #6B80B8.

Background Color

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

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

This div background color is #6B80B8.

Border color

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

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

This div border color is #6B80B8.

Opacity

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

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

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

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

This text has shadow with #6B80B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B80B8.

Preview

Color preview on black background

This text has color #6B80B8 on black background.


Color preview on white background

This text has color #6B80B8 on white background.


Black color preview on #6B80B8 background

This text has black color on #6B80B8 background.


White color preview on #6B80B8 background

This text has white color on #6B80B8 background.


Related colors

Complementary color

Complementary color for #hex is #947F47.


I love getcolorcode.com

Triadic colors

1 #B86B80 and #80B86B with #6B80B8 are triadic colors.

2 #B8806B and #806BB8 with #6B80B8 are triadic colors.