COLOR #6A82AB

HEX: #6A82AB RGB: (106,130,171)

Color info

#6A82AB contains mainly green and blue colors. Web safe color of #6A82AB is #669999 (or #699).

RGB color model

#6A82AB color RGB value is (106,130,171).

RGB: (106,130,171) (42%, 51%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 171 of 255 = 67%

106
130
171

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

Portions of RGB colors in percentages

R + G + B = 106 + 130 + 171 = 407 (100%)
R 106 of 407 ~ 26.04%
G 130 of 407 ~ 31.94%
B 171 of 407 ~ 42.01'%

%26.04
%31.94
%42.01

CMYK color model

#6A82AB color CMYK value is (38,24,0,33).

  • cyan value is 38.01%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (38,24,0,33)
C38M24Y0K33 (38%, 24%, 0%, 33%)
(0.38 / 0.24 / 0.00 / 0.33)

CMYK percentages

%38.01
%23.98
%0
%32.94

Codes

Color #6A82AB in popluar color models

6A 82 AB
RGB 106 130 171
HSL 218° 27.90% 54.31%
HSB/HSV 218° 38.01% 67.06%
CMYK 38.01% 23.98% 0.00%
32.94%

Color #6A82AB in popluar number systems.

HEX 6A 82 AB
Decimal 106 130 171
Binary 1101010 10000010 10101011
Octal 152 202 253

Shades and tints

Shades of #6A82AB

#6A82AB
(106,130,171)
#61779C
(97,119,156)
#586C8D
(88,108,141)
#4F617E
(79,97,126)
#46566F
(70,86,111)
#3D4B60
(61,75,96)
#344051
(52,64,81)
#2B3542
(43,53,66)
#222A33
(34,42,51)
#191F24
(25,31,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #6A82AB

#6A82AB
(106,130,171)
#778DB2
(119,141,178)
#8498B9
(132,152,185)
#91A3C0
(145,163,192)
#9EAEC7
(158,174,199)
#ABB9CE
(171,185,206)
#B8C4D5
(184,196,213)
#C5CFDC
(197,207,220)
#D2DAE3
(210,218,227)
#DFE5EA
(223,229,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A82AB; }

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

This text font color is #6A82AB.

Background Color

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

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

This div background color is #6A82AB.

Border color

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

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

This div border color is #6A82AB.

Opacity

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

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

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

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

This text has shadow with #6A82AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A82AB.

Preview

Color preview on black background

This text has color #6A82AB on black background.


Color preview on white background

This text has color #6A82AB on white background.


Black color preview on #6A82AB background

This text has black color on #6A82AB background.


White color preview on #6A82AB background

This text has white color on #6A82AB background.


Related colors

Complementary color

Complementary color for #hex is #957D54.


I love getcolorcode.com

Triadic colors

1 #AB6A82 and #82AB6A with #6A82AB are triadic colors.

2 #AB826A and #826AAB with #6A82AB are triadic colors.