COLOR #6581B1

HEX: #6581B1
RGB: (101,129,177)

Color info

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

RGB color model

#6581B1 color RGB value is (101,129,177).

  • red value is 101;
  • green value is 129;
  • blue value is 177.
RGB:
(101,129,177)
(40%,51%,69%)

RGB channels and saturation

R 101 of 255 = 40%
G 129 of 255 = 51%
B 177 of 255 = 69%

101
129
177

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

Portions of RGB colors in percentages

R + G + B =
101 + 129 + 177 = 407 (100%)
R 101 of 407 ~ 24.82%
G 129 of 407 ~ 31.7%
B 177 of 407 ~ 43.49%

%24.82
%31.7
%43.49

CMYK color model

#6581B1 color CMYK value is (43,27,0,31).

  • cyan value is 42.94%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(43,27,0,31)
C43M27Y0K31 
(43%,27%,0%,31%)
(0.43/0.27/0.00/0.31)	

CMYK percentages

%42.94
%27.12
%0
%30.59

Codes

Color #6581B1 in popluar color models

6581B1
RGB101129177
HSL218°32.76%54.51%
HSB/HSV218°42.94%69.41%
CMYK42.94%27.12%0.00%
30.59%

Color #6581B1 in popluar number systems.

HEX6581B1
Decimal101129177
Binary11001011000000110110001
Octal145201261

Shades and tints

Shades of #6581B1

#6581B1
(101,129,177)
#5C76A1
(92,118,161)
#536B91
(83,107,145)
#4A6081
(74,96,129)
#415571
(65,85,113)
#384A61
(56,74,97)
#2F3F51
(47,63,81)
#263441
(38,52,65)
#1D2931
(29,41,49)
#141E21
(20,30,33)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6581B1

#6581B1
(101,129,177)
#738CB8
(115,140,184)
#8197BF
(129,151,191)
#8FA2C6
(143,162,198)
#9DADCD
(157,173,205)
#ABB8D4
(171,184,212)
#B9C3DB
(185,195,219)
#C7CEE2
(199,206,226)
#D5D9E9
(213,217,233)
#E3E4F0
(227,228,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6581B1; }

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

This text font color is #6581B1.


Background Color

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

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

This div background color is #6581B1.


Border color

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

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

This div border color is #6581B1.


Opacity

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

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

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

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

This text has shadow with #6581B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6581B1 on black background.


Color preview on white background

This text has color #6581B1 on white background.



Black color preview on #6581B1 background

This text has black color on #6581B1 background.


White color preview on #6581B1 background

This text has white color on #6581B1 background.