COLOR #690D77

HEX: #690D77
RGB: (105,13,119)

Color info

#690D77 contains mainly red and blue colors. Web safe color of #690D77 is #660066 (or #606).

RGB color model

#690D77 color RGB value is (105,13,119).

  • red value is 105;
  • green value is 13;
  • blue value is 119.
RGB:
(105,13,119)
(41%,5%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 13 of 255 = 5%
B 119 of 255 = 47%

105
13
119

R + G + B ~ 31%. #690D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 13 + 119 = 237 (100%)
R 105 of 237 ~ 44.3%
G 13 of 237 ~ 5.49%
B 119 of 237 ~ 50.21%

%44.3
%50.21

CMYK color model

#690D77 color CMYK value is (12,89,0,53).

  • cyan value is 11.76%
  • magenta value is 89.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(12,89,0,53)
C12M89Y0K53 
(12%,89%,0%,53%)
(0.12/0.89/0.00/0.53)	

CMYK percentages

%11.76
%89.08
%0
%53.33

Codes

Color #690D77 in popluar color models

690D77
RGB10513119
HSL292°80.30%25.88%
HSB/HSV292°89.08%46.67%
CMYK11.76%89.08%0.00%
53.33%

Color #690D77 in popluar number systems.

HEX690D77
Decimal10513119
Binary110100111011110111
Octal15115167

Shades and tints

Shades of #690D77

#690D77
(105,13,119)
#600C6D
(96,12,109)
#570B63
(87,11,99)
#4E0A59
(78,10,89)
#45094F
(69,9,79)
#3C0845
(60,8,69)
#33073B
(51,7,59)
#2A0631
(42,6,49)
#210527
(33,5,39)
#18041D
(24,4,29)
#0F0313
(15,3,19)
#000000
(0,0,0)

Tints of #690D77

#690D77
(105,13,119)
#762383
(118,35,131)
#83398F
(131,57,143)
#904F9B
(144,79,155)
#9D65A7
(157,101,167)
#AA7BB3
(170,123,179)
#B791BF
(183,145,191)
#C4A7CB
(196,167,203)
#D1BDD7
(209,189,215)
#DED3E3
(222,211,227)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690D77 color. Also use rgb(105,13,119) instead hex code.

Text Font Color

.myTextColor { color: #690D77; }

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

This text font color is #690D77.


Background Color

.myBgColor { background-color: #690D77; }

<div style="background-color:#690D77">Inner text</div>

This div background color is #690D77.


Border color

.myBorderColor { border: 1px solid #690D77; }

<div style="border:3px solid #690D77">Div</div>

This div border color is #690D77.


Opacity

.myOpacity80 { color: #690D77; opacity: 0.8; }

<p style="color:#690D77;opacity:0.8;">80%</p>

Text with #690D77 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 #690D77;}

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

This text has shadow with #690D77 color.

.textShadow {text-shadow: 3px 3px 1px #690D77, 3px 3px 1px red;}

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

This text has shadow with #690D77 primary color and red secondary color.


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

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

This text has shadow with #690D77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690D77 on black background.


Color preview on white background

This text has color #690D77 on white background.



Black color preview on #690D77 background

This text has black color on #690D77 background.


White color preview on #690D77 background

This text has white color on #690D77 background.