COLOR #6B80A9

HEX: #6B80A9
RGB: (107,128,169)

Color info

#6B80A9 contains mainly green and blue colors. Web safe color of #6B80A9 is #666699 (or #669).

RGB color model

#6B80A9 color RGB value is (107,128,169).

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

RGB channels and saturation

R 107 of 255 = 42%
G 128 of 255 = 50%
B 169 of 255 = 66%

107
128
169

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

Portions of RGB colors in percentages

R + G + B =
107 + 128 + 169 = 404 (100%)
R 107 of 404 ~ 26.49%
G 128 of 404 ~ 31.68%
B 169 of 404 ~ 41.83%

%26.49
%31.68
%41.83

CMYK color model

#6B80A9 color CMYK value is (37,24,0,34).

  • cyan value is 36.69%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,24,0,34)
C37M24Y0K34 
(37%,24%,0%,34%)
(0.37/0.24/0.00/0.34)	

CMYK percentages

%36.69
%24.26
%0
%33.73

Codes

Color #6B80A9 in popluar color models

6B80A9
RGB107128169
HSL220°26.50%54.12%
HSB/HSV220°36.69%66.27%
CMYK36.69%24.26%0.00%
33.73%

Color #6B80A9 in popluar number systems.

HEX6B80A9
Decimal107128169
Binary11010111000000010101001
Octal153200251

Shades and tints

Shades of #6B80A9

#6B80A9
(107,128,169)
#62759A
(98,117,154)
#596A8B
(89,106,139)
#505F7C
(80,95,124)
#47546D
(71,84,109)
#3E495E
(62,73,94)
#353E4F
(53,62,79)
#2C3340
(44,51,64)
#232831
(35,40,49)
#1A1D22
(26,29,34)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6B80A9

#6B80A9
(107,128,169)
#788BB0
(120,139,176)
#8596B7
(133,150,183)
#92A1BE
(146,161,190)
#9FACC5
(159,172,197)
#ACB7CC
(172,183,204)
#B9C2D3
(185,194,211)
#C6CDDA
(198,205,218)
#D3D8E1
(211,216,225)
#E0E3E8
(224,227,232)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B80A9; }

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

This text font color is #6B80A9.


Background Color

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

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

This div background color is #6B80A9.


Border color

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

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

This div border color is #6B80A9.


Opacity

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

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

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

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

This text has shadow with #6B80A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B80A9 on black background.


Color preview on white background

This text has color #6B80A9 on white background.



Black color preview on #6B80A9 background

This text has black color on #6B80A9 background.


White color preview on #6B80A9 background

This text has white color on #6B80A9 background.