COLOR #6579A2

HEX: #6579A2 RGB: (101,121,162)

Color info

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

RGB color model

#6579A2 color RGB value is (101,121,162).

RGB: (101,121,162) (40%, 47%, 64%)

RGB channels and saturation

R 101 of 255 = 40%
G 121 of 255 = 47%
B 162 of 255 = 64%

101
121
162

R + G + B ~ 50%. #6579A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 121 + 162 = 384 (100%)
R 101 of 384 ~ 26.3%
G 121 of 384 ~ 31.51%
B 162 of 384 ~ 42.19'%

%26.3
%31.51
%42.19

CMYK color model

#6579A2 color CMYK value is (38,25,0,36).

  • cyan value is 37.65%
  • magenta value is 25.31%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (38,25,0,36)
C38M25Y0K36 (38%, 25%, 0%, 36%)
(0.38 / 0.25 / 0.00 / 0.36)

CMYK percentages

%37.65
%25.31
%0
%36.47

Codes

Color #6579A2 in popluar color models

65 79 A2
RGB 101 121 162
HSL 220° 24.70% 51.57%
HSB/HSV 220° 37.65% 63.53%
CMYK 37.65% 25.31% 0.00%
36.47%

Color #6579A2 in popluar number systems.

HEX 65 79 A2
Decimal 101 121 162
Binary 1100101 1111001 10100010
Octal 145 171 242

Shades and tints

Shades of #6579A2

#6579A2
(101,121,162)
#5C6E94
(92,110,148)
#536386
(83,99,134)
#4A5878
(74,88,120)
#414D6A
(65,77,106)
#38425C
(56,66,92)
#2F374E
(47,55,78)
#262C40
(38,44,64)
#1D2132
(29,33,50)
#141624
(20,22,36)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #6579A2

#6579A2
(101,121,162)
#7385AA
(115,133,170)
#8191B2
(129,145,178)
#8F9DBA
(143,157,186)
#9DA9C2
(157,169,194)
#ABB5CA
(171,181,202)
#B9C1D2
(185,193,210)
#C7CDDA
(199,205,218)
#D5D9E2
(213,217,226)
#E3E5EA
(227,229,234)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6579A2 color. Also use rgb(101,121,162) instead hex code.

Text Font Color

.myTextColor { color: #6579A2; }

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

This text font color is #6579A2.

Background Color

.myBgColor { background-color: #6579A2; }

<div style="background-color:#6579A2">Inner text</div>

This div background color is #6579A2.

Border color

.myBorderColor { border: 1px solid #6579A2; }

<div style="border:3px solid #6579A2">Div</div>

This div border color is #6579A2.

Opacity

.myOpacity80 { color: #6579A2; opacity: 0.8; }

<p style="color:#6579A2;opacity:0.8;">80%</p>

Text with #6579A2 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 #6579A2;}

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

This text has shadow with #6579A2 color.


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

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

This text has shadow with #6579A2 primary color and red secondary color.


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

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

This text has shadow with #6579A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6579A2.

Preview

Color preview on black background

This text has color #6579A2 on black background.


Color preview on white background

This text has color #6579A2 on white background.


Black color preview on #6579A2 background

This text has black color on #6579A2 background.


White color preview on #6579A2 background

This text has white color on #6579A2 background.


Related colors

Complementary color

Complementary color for #hex is #9A865D.


I love getcolorcode.com

Triadic colors

1 #A26579 and #79A265 with #6579A2 are triadic colors.

2 #A27965 and #7965A2 with #6579A2 are triadic colors.