COLOR #690E4C

HEX: #690E4C
RGB: (105,14,76)

Color info

#690E4C contains mainly red and blue colors. Web safe color of #690E4C is #660033 (or #603).

RGB color model

#690E4C color RGB value is (105,14,76).

  • red value is 105;
  • green value is 14;
  • blue value is 76.
RGB:
(105,14,76)
(41%,5%,30%)

RGB channels and saturation

R 105 of 255 = 41%
G 14 of 255 = 5%
B 76 of 255 = 30%

105
14
76

R + G + B ~ 25%. #690E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 14 + 76 = 195 (100%)
R 105 of 195 ~ 53.85%
G 14 of 195 ~ 7.18%
B 76 of 195 ~ 38.97%

%53.85
%38.97

CMYK color model

#690E4C color CMYK value is (0,87,28,59).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(0,87,28,59)
C0M87Y28K59 
(0%,87%,28%,59%)
(0.00/0.87/0.28/0.59)	

CMYK percentages

%0
%86.67
%27.62
%58.82

Codes

Color #690E4C in popluar color models

690E4C
RGB1051476
HSL319°76.47%23.33%
HSB/HSV319°86.67%41.18%
CMYK0.00%86.67%27.62%
58.82%

Color #690E4C in popluar number systems.

HEX690E4C
Decimal1051476
Binary110100111101001100
Octal15116114

Shades and tints

Shades of #690E4C

#690E4C
(105,14,76)
#600D46
(96,13,70)
#570C40
(87,12,64)
#4E0B3A
(78,11,58)
#450A34
(69,10,52)
#3C092E
(60,9,46)
#330828
(51,8,40)
#2A0722
(42,7,34)
#21061C
(33,6,28)
#180516
(24,5,22)
#0F0410
(15,4,16)
#000000
(0,0,0)

Tints of #690E4C

#690E4C
(105,14,76)
#76235C
(118,35,92)
#83386C
(131,56,108)
#904D7C
(144,77,124)
#9D628C
(157,98,140)
#AA779C
(170,119,156)
#B78CAC
(183,140,172)
#C4A1BC
(196,161,188)
#D1B6CC
(209,182,204)
#DECBDC
(222,203,220)
#EBE0EC
(235,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690E4C color. Also use rgb(105,14,76) instead hex code.

Text Font Color

.myTextColor { color: #690E4C; }

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

This text font color is #690E4C.


Background Color

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

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

This div background color is #690E4C.


Border color

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

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

This div border color is #690E4C.


Opacity

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

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

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

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

This text has shadow with #690E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690E4C on black background.


Color preview on white background

This text has color #690E4C on white background.



Black color preview on #690E4C background

This text has black color on #690E4C background.


White color preview on #690E4C background

This text has white color on #690E4C background.