COLOR #6571B3

HEX: #6571B3
RGB: (101,113,179)

Color info

#6571B3 contains mainly blue color. Web safe color of #6571B3 is #666699 (or #669).

RGB color model

#6571B3 color RGB value is (101,113,179).

  • red value is 101;
  • green value is 113;
  • blue value is 179.
RGB:
(101,113,179)
(40%,44%,70%)

RGB channels and saturation

R 101 of 255 = 40%
G 113 of 255 = 44%
B 179 of 255 = 70%

101
113
179

R + G + B ~ 51%. #6571B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 113 + 179 = 393 (100%)
R 101 of 393 ~ 25.7%
G 113 of 393 ~ 28.75%
B 179 of 393 ~ 45.55%

%25.7
%28.75
%45.55

CMYK color model

#6571B3 color CMYK value is (44,37,0,30).

  • cyan value is 43.58%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(44,37,0,30)
C44M37Y0K30 
(44%,37%,0%,30%)
(0.44/0.37/0.00/0.30)	

CMYK percentages

%43.58
%36.87
%0
%29.8

Codes

Color #6571B3 in popluar color models

6571B3
RGB101113179
HSL231°33.91%54.90%
HSB/HSV231°43.58%70.20%
CMYK43.58%36.87%0.00%
29.80%

Color #6571B3 in popluar number systems.

HEX6571B3
Decimal101113179
Binary1100101111000110110011
Octal145161263

Shades and tints

Shades of #6571B3

#6571B3
(101,113,179)
#5C67A3
(92,103,163)
#535D93
(83,93,147)
#4A5383
(74,83,131)
#414973
(65,73,115)
#383F63
(56,63,99)
#2F3553
(47,53,83)
#262B43
(38,43,67)
#1D2133
(29,33,51)
#141723
(20,23,35)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6571B3

#6571B3
(101,113,179)
#737DB9
(115,125,185)
#8189BF
(129,137,191)
#8F95C5
(143,149,197)
#9DA1CB
(157,161,203)
#ABADD1
(171,173,209)
#B9B9D7
(185,185,215)
#C7C5DD
(199,197,221)
#D5D1E3
(213,209,227)
#E3DDE9
(227,221,233)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6571B3 color. Also use rgb(101,113,179) instead hex code.

Text Font Color

.myTextColor { color: #6571B3; }

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

This text font color is #6571B3.


Background Color

.myBgColor { background-color: #6571B3; }

<div style="background-color:#6571B3">Inner text</div>

This div background color is #6571B3.


Border color

.myBorderColor { border: 1px solid #6571B3; }

<div style="border:3px solid #6571B3">Div</div>

This div border color is #6571B3.


Opacity

.myOpacity80 { color: #6571B3; opacity: 0.8; }

<p style="color:#6571B3;opacity:0.8;">80%</p>

Text with #6571B3 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 #6571B3;}

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

This text has shadow with #6571B3 color.

.textShadow {text-shadow: 3px 3px 1px #6571B3, 3px 3px 1px red;}

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

This text has shadow with #6571B3 primary color and red secondary color.


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

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

This text has shadow with #6571B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6571B3 on black background.


Color preview on white background

This text has color #6571B3 on white background.



Black color preview on #6571B3 background

This text has black color on #6571B3 background.


White color preview on #6571B3 background

This text has white color on #6571B3 background.