COLOR #69587D

HEX: #69587D
RGB: (105,88,125)

Color info

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

RGB color model

#69587D color RGB value is (105,88,125).

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

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 125 of 255 = 49%

105
88
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 125 = 318 (100%)
R 105 of 318 ~ 33.02%
G 88 of 318 ~ 27.67%
B 125 of 318 ~ 39.31%

%33.02
%27.67
%39.31

CMYK color model

#69587D color CMYK value is (16,30,0,51).

  • cyan value is 16.00%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(16,30,0,51)
C16M30Y0K51 
(16%,30%,0%,51%)
(0.16/0.30/0.00/0.51)	

CMYK percentages

%16
%29.6
%0
%50.98

Codes

Color #69587D in popluar color models

69587D
RGB10588125
HSL268°17.37%41.76%
HSB/HSV268°29.60%49.02%
CMYK16.00%29.60%0.00%
50.98%

Color #69587D in popluar number systems.

HEX69587D
Decimal10588125
Binary110100110110001111101
Octal151130175

Shades and tints

Shades of #69587D

#69587D
(105,88,125)
#605072
(96,80,114)
#574867
(87,72,103)
#4E405C
(78,64,92)
#453851
(69,56,81)
#3C3046
(60,48,70)
#33283B
(51,40,59)
#2A2030
(42,32,48)
#211825
(33,24,37)
#18101A
(24,16,26)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #69587D

#69587D
(105,88,125)
#766788
(118,103,136)
#837693
(131,118,147)
#90859E
(144,133,158)
#9D94A9
(157,148,169)
#AAA3B4
(170,163,180)
#B7B2BF
(183,178,191)
#C4C1CA
(196,193,202)
#D1D0D5
(209,208,213)
#DEDFE0
(222,223,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69587D color. Also use rgb(105,88,125) instead hex code.

Text Font Color

.myTextColor { color: #69587D; }

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

This text font color is #69587D.


Background Color

.myBgColor { background-color: #69587D; }

<div style="background-color:#69587D">Inner text</div>

This div background color is #69587D.


Border color

.myBorderColor { border: 1px solid #69587D; }

<div style="border:3px solid #69587D">Div</div>

This div border color is #69587D.


Opacity

.myOpacity80 { color: #69587D; opacity: 0.8; }

<p style="color:#69587D;opacity:0.8;">80%</p>

Text with #69587D 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 #69587D;}

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

This text has shadow with #69587D color.

.textShadow {text-shadow: 3px 3px 1px #69587D, 3px 3px 1px red;}

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

This text has shadow with #69587D primary color and red secondary color.


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

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

This text has shadow with #69587D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69587D on black background.


Color preview on white background

This text has color #69587D on white background.



Black color preview on #69587D background

This text has black color on #69587D background.


White color preview on #69587D background

This text has white color on #69587D background.