COLOR #6581AA

HEX: #6581AA RGB: (101,129,170)

Color info

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

RGB color model

#6581AA color RGB value is (101,129,170).

RGB: (101,129,170) (40%, 51%, 67%)

RGB channels and saturation

R 101 of 255 = 40%
G 129 of 255 = 51%
B 170 of 255 = 67%

101
129
170

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

Portions of RGB colors in percentages

R + G + B = 101 + 129 + 170 = 400 (100%)
R 101 of 400 ~ 25.25%
G 129 of 400 ~ 32.25%
B 170 of 400 ~ 42.5'%

%25.25
%32.25
%42.5

CMYK color model

#6581AA color CMYK value is (41,24,0,33).

  • cyan value is 40.59%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (41,24,0,33)
C41M24Y0K33 (41%, 24%, 0%, 33%)
(0.41 / 0.24 / 0.00 / 0.33)

CMYK percentages

%40.59
%24.12
%0
%33.33

Codes

Color #6581AA in popluar color models

65 81 AA
RGB 101 129 170
HSL 216° 28.87% 53.14%
HSB/HSV 216° 40.59% 66.67%
CMYK 40.59% 24.12% 0.00%
33.33%

Color #6581AA in popluar number systems.

HEX 65 81 AA
Decimal 101 129 170
Binary 1100101 10000001 10101010
Octal 145 201 252

Shades and tints

Shades of #6581AA

#6581AA
(101,129,170)
#5C769B
(92,118,155)
#536B8C
(83,107,140)
#4A607D
(74,96,125)
#41556E
(65,85,110)
#384A5F
(56,74,95)
#2F3F50
(47,63,80)
#263441
(38,52,65)
#1D2932
(29,41,50)
#141E23
(20,30,35)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6581AA

#6581AA
(101,129,170)
#738CB1
(115,140,177)
#8197B8
(129,151,184)
#8FA2BF
(143,162,191)
#9DADC6
(157,173,198)
#ABB8CD
(171,184,205)
#B9C3D4
(185,195,212)
#C7CEDB
(199,206,219)
#D5D9E2
(213,217,226)
#E3E4E9
(227,228,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6581AA color. Also use rgb(101,129,170) instead hex code.

Text Font Color

.myTextColor { color: #6581AA; }

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

This text font color is #6581AA.

Background Color

.myBgColor { background-color: #6581AA; }

<div style="background-color:#6581AA">Inner text</div>

This div background color is #6581AA.

Border color

.myBorderColor { border: 1px solid #6581AA; }

<div style="border:3px solid #6581AA">Div</div>

This div border color is #6581AA.

Opacity

.myOpacity80 { color: #6581AA; opacity: 0.8; }

<p style="color:#6581AA;opacity:0.8;">80%</p>

Text with #6581AA 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 #6581AA;}

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

This text has shadow with #6581AA color.


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

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

This text has shadow with #6581AA primary color and red secondary color.


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

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

This text has shadow with #6581AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6581AA.

Preview

Color preview on black background

This text has color #6581AA on black background.


Color preview on white background

This text has color #6581AA on white background.


Black color preview on #6581AA background

This text has black color on #6581AA background.


White color preview on #6581AA background

This text has white color on #6581AA background.


Related colors

Complementary color

Complementary color for #hex is #9A7E55.


I love getcolorcode.com

Triadic colors

1 #AA6581 and #81AA65 with #6581AA are triadic colors.

2 #AA8165 and #8165AA with #6581AA are triadic colors.