COLOR #6A82B4

HEX: #6A82B4
RGB: (106,130,180)

Color info

#6A82B4 contains mainly green and blue colors. Web safe color of #6A82B4 is #6699CC (or #69C).

RGB color model

#6A82B4 color RGB value is (106,130,180).

  • red value is 106;
  • green value is 130;
  • blue value is 180.
RGB:
(106,130,180)
(42%,51%,71%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 180 of 255 = 71%

106
130
180

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 180 = 416 (100%)
R 106 of 416 ~ 25.48%
G 130 of 416 ~ 31.25%
B 180 of 416 ~ 43.27%

%25.48
%31.25
%43.27

CMYK color model

#6A82B4 color CMYK value is (41,28,0,29).

  • cyan value is 41.11%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(41,28,0,29)
C41M28Y0K29 
(41%,28%,0%,29%)
(0.41/0.28/0.00/0.29)	

CMYK percentages

%41.11
%27.78
%0
%29.41

Codes

Color #6A82B4 in popluar color models

6A82B4
RGB106130180
HSL221°33.04%56.08%
HSB/HSV221°41.11%70.59%
CMYK41.11%27.78%0.00%
29.41%

Color #6A82B4 in popluar number systems.

HEX6A82B4
Decimal106130180
Binary11010101000001010110100
Octal152202264

Shades and tints

Shades of #6A82B4

#6A82B4
(106,130,180)
#6177A4
(97,119,164)
#586C94
(88,108,148)
#4F6184
(79,97,132)
#465674
(70,86,116)
#3D4B64
(61,75,100)
#344054
(52,64,84)
#2B3544
(43,53,68)
#222A34
(34,42,52)
#191F24
(25,31,36)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6A82B4

#6A82B4
(106,130,180)
#778DBA
(119,141,186)
#8498C0
(132,152,192)
#91A3C6
(145,163,198)
#9EAECC
(158,174,204)
#ABB9D2
(171,185,210)
#B8C4D8
(184,196,216)
#C5CFDE
(197,207,222)
#D2DAE4
(210,218,228)
#DFE5EA
(223,229,234)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A82B4 color. Also use rgb(106,130,180) instead hex code.

Text Font Color

.myTextColor { color: #6A82B4; }

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

This text font color is #6A82B4.


Background Color

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

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

This div background color is #6A82B4.


Border color

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

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

This div border color is #6A82B4.


Opacity

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

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

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

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

This text has shadow with #6A82B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A82B4 on black background.


Color preview on white background

This text has color #6A82B4 on white background.



Black color preview on #6A82B4 background

This text has black color on #6A82B4 background.


White color preview on #6A82B4 background

This text has white color on #6A82B4 background.