COLOR #6A587C

HEX: #6A587C RGB: (106,88,124)

Color info

#6A587C contains red, green and blue colors in about the same proportion. Web safe color of #6A587C is #666666 (or #666).

RGB color model

#6A587C color RGB value is (106,88,124).

RGB: (106,88,124) (42%, 35%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 124 of 255 = 49%

106
88
124

R + G + B ~ 42%. #6A587C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 88 + 124 = 318 (100%)
R 106 of 318 ~ 33.33%
G 88 of 318 ~ 27.67%
B 124 of 318 ~ 38.99'%

%33.33
%27.67
%38.99

CMYK color model

#6A587C color CMYK value is (15,29,0,51).

  • cyan value is 14.52%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (15,29,0,51)
C15M29Y0K51 (15%, 29%, 0%, 51%)
(0.15 / 0.29 / 0.00 / 0.51)

CMYK percentages

%14.52
%29.03
%0
%51.37

Codes

Color #6A587C in popluar color models

6A 58 7C
RGB 106 88 124
HSL 270° 16.98% 41.57%
HSB/HSV 270° 29.03% 48.63%
CMYK 14.52% 29.03% 0.00%
51.37%

Color #6A587C in popluar number systems.

HEX 6A 58 7C
Decimal 106 88 124
Binary 1101010 1011000 1111100
Octal 152 130 174

Shades and tints

Shades of #6A587C

#6A587C
(106,88,124)
#615071
(97,80,113)
#584866
(88,72,102)
#4F405B
(79,64,91)
#463850
(70,56,80)
#3D3045
(61,48,69)
#34283A
(52,40,58)
#2B202F
(43,32,47)
#221824
(34,24,36)
#191019
(25,16,25)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #6A587C

#6A587C
(106,88,124)
#776787
(119,103,135)
#847692
(132,118,146)
#91859D
(145,133,157)
#9E94A8
(158,148,168)
#ABA3B3
(171,163,179)
#B8B2BE
(184,178,190)
#C5C1C9
(197,193,201)
#D2D0D4
(210,208,212)
#DFDFDF
(223,223,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A587C color. Also use rgb(106,88,124) instead hex code.

Text Font Color

.myTextColor { color: #6A587C; }

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

This text font color is #6A587C.

Background Color

.myBgColor { background-color: #6A587C; }

<div style="background-color:#6A587C">Inner text</div>

This div background color is #6A587C.

Border color

.myBorderColor { border: 1px solid #6A587C; }

<div style="border:3px solid #6A587C">Div</div>

This div border color is #6A587C.

Opacity

.myOpacity80 { color: #6A587C; opacity: 0.8; }

<p style="color:#6A587C;opacity:0.8;">80%</p>

Text with #6A587C 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 #6A587C;}

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

This text has shadow with #6A587C color.


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

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

This text has shadow with #6A587C primary color and red secondary color.


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

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

This text has shadow with #6A587C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6A587C.

Preview

Color preview on black background

This text has color #6A587C on black background.


Color preview on white background

This text has color #6A587C on white background.


Black color preview on #6A587C background

This text has black color on #6A587C background.


White color preview on #6A587C background

This text has white color on #6A587C background.


Related colors

Complementary color

Complementary color for #hex is #95A783.


I love getcolorcode.com

Triadic colors

1 #7C6A58 and #587C6A with #6A587C are triadic colors.

2 #7C586A and #586A7C with #6A587C are triadic colors.