COLOR #6A587D

HEX: #6A587D
RGB: (106,88,125)

Color info

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

RGB color model

#6A587D color RGB value is (106,88,125).

  • red value is 106;
  • green value is 88;
  • blue value is 125.
RGB:
(106,88,125)
(42%,35%,49%)

RGB channels and saturation

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

106
88
125

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

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 125 = 319 (100%)
R 106 of 319 ~ 33.23%
G 88 of 319 ~ 27.59%
B 125 of 319 ~ 39.18%

%33.23
%27.59
%39.18

CMYK color model

#6A587D color CMYK value is (15,30,0,51).

  • cyan value is 15.20%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(15,30,0,51)
C15M30Y0K51 
(15%,30%,0%,51%)
(0.15/0.30/0.00/0.51)	

CMYK percentages

%15.2
%29.6
%0
%50.98

Codes

Color #6A587D in popluar color models

6A587D
RGB10688125
HSL269°17.37%41.76%
HSB/HSV269°29.60%49.02%
CMYK15.20%29.60%0.00%
50.98%

Color #6A587D in popluar number systems.

HEX6A587D
Decimal10688125
Binary110101010110001111101
Octal152130175

Shades and tints

Shades of #6A587D

#6A587D
(106,88,125)
#615072
(97,80,114)
#584867
(88,72,103)
#4F405C
(79,64,92)
#463851
(70,56,81)
#3D3046
(61,48,70)
#34283B
(52,40,59)
#2B2030
(43,32,48)
#221825
(34,24,37)
#19101A
(25,16,26)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #6A587D

#6A587D
(106,88,125)
#776788
(119,103,136)
#847693
(132,118,147)
#91859E
(145,133,158)
#9E94A9
(158,148,169)
#ABA3B4
(171,163,180)
#B8B2BF
(184,178,191)
#C5C1CA
(197,193,202)
#D2D0D5
(210,208,213)
#DFDFE0
(223,223,224)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A587D; }

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

This text font color is #6A587D.


Background Color

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

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

This div background color is #6A587D.


Border color

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

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

This div border color is #6A587D.


Opacity

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

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

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

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

This text has shadow with #6A587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A587D on black background.


Color preview on white background

This text has color #6A587D on white background.



Black color preview on #6A587D background

This text has black color on #6A587D background.


White color preview on #6A587D background

This text has white color on #6A587D background.