COLOR #6577A7

HEX: #6577A7
RGB: (101,119,167)

Color info

#6577A7 contains mainly green and blue colors. Web safe color of #6577A7 is #666699 (or #669).

RGB color model

#6577A7 color RGB value is (101,119,167).

  • red value is 101;
  • green value is 119;
  • blue value is 167.
RGB:
(101,119,167)
(40%,47%,65%)

RGB channels and saturation

R 101 of 255 = 40%
G 119 of 255 = 47%
B 167 of 255 = 65%

101
119
167

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

Portions of RGB colors in percentages

R + G + B =
101 + 119 + 167 = 387 (100%)
R 101 of 387 ~ 26.1%
G 119 of 387 ~ 30.75%
B 167 of 387 ~ 43.15%

%26.1
%30.75
%43.15

CMYK color model

#6577A7 color CMYK value is (40,29,0,35).

  • cyan value is 39.52%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(40,29,0,35)
C40M29Y0K35 
(40%,29%,0%,35%)
(0.40/0.29/0.00/0.35)	

CMYK percentages

%39.52
%28.74
%0
%34.51

Codes

Color #6577A7 in popluar color models

6577A7
RGB101119167
HSL224°27.27%52.55%
HSB/HSV224°39.52%65.49%
CMYK39.52%28.74%0.00%
34.51%

Color #6577A7 in popluar number systems.

HEX6577A7
Decimal101119167
Binary1100101111011110100111
Octal145167247

Shades and tints

Shades of #6577A7

#6577A7
(101,119,167)
#5C6D98
(92,109,152)
#536389
(83,99,137)
#4A597A
(74,89,122)
#414F6B
(65,79,107)
#38455C
(56,69,92)
#2F3B4D
(47,59,77)
#26313E
(38,49,62)
#1D272F
(29,39,47)
#141D20
(20,29,32)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6577A7

#6577A7
(101,119,167)
#7383AF
(115,131,175)
#818FB7
(129,143,183)
#8F9BBF
(143,155,191)
#9DA7C7
(157,167,199)
#ABB3CF
(171,179,207)
#B9BFD7
(185,191,215)
#C7CBDF
(199,203,223)
#D5D7E7
(213,215,231)
#E3E3EF
(227,227,239)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6577A7 color. Also use rgb(101,119,167) instead hex code.

Text Font Color

.myTextColor { color: #6577A7; }

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

This text font color is #6577A7.


Background Color

.myBgColor { background-color: #6577A7; }

<div style="background-color:#6577A7">Inner text</div>

This div background color is #6577A7.


Border color

.myBorderColor { border: 1px solid #6577A7; }

<div style="border:3px solid #6577A7">Div</div>

This div border color is #6577A7.


Opacity

.myOpacity80 { color: #6577A7; opacity: 0.8; }

<p style="color:#6577A7;opacity:0.8;">80%</p>

Text with #6577A7 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 #6577A7;}

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

This text has shadow with #6577A7 color.

.textShadow {text-shadow: 3px 3px 1px #6577A7, 3px 3px 1px red;}

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

This text has shadow with #6577A7 primary color and red secondary color.


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

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

This text has shadow with #6577A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6577A7 on black background.


Color preview on white background

This text has color #6577A7 on white background.



Black color preview on #6577A7 background

This text has black color on #6577A7 background.


White color preview on #6577A7 background

This text has white color on #6577A7 background.