COLOR #690B5E

HEX: #690B5E
RGB: (105,11,94)

Color info

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

RGB color model

#690B5E color RGB value is (105,11,94).

  • red value is 105;
  • green value is 11;
  • blue value is 94.
RGB:
(105,11,94)
(41%,4%,37%)

RGB channels and saturation

R 105 of 255 = 41%
G 11 of 255 = 4%
B 94 of 255 = 37%

105
11
94

R + G + B ~ 27%. #690B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 11 + 94 = 210 (100%)
R 105 of 210 ~ 50%
G 11 of 210 ~ 5.24%
B 94 of 210 ~ 44.76%

%50
%44.76

CMYK color model

#690B5E color CMYK value is (0,90,10,59).

  • cyan value is 0.00%
  • magenta value is 89.52%
  • yellow value is 10.48%
  • key color value is 58.82%
CMYK:
(0,90,10,59)
C0M90Y10K59 
(0%,90%,10%,59%)
(0.00/0.90/0.10/0.59)	

CMYK percentages

%0
%89.52
%10.48
%58.82

Codes

Color #690B5E in popluar color models

690B5E
RGB1051194
HSL307°81.03%22.75%
HSB/HSV307°89.52%41.18%
CMYK0.00%89.52%10.48%
58.82%

Color #690B5E in popluar number systems.

HEX690B5E
Decimal1051194
Binary110100110111011110
Octal15113136

Shades and tints

Shades of #690B5E

#690B5E
(105,11,94)
#600A56
(96,10,86)
#57094E
(87,9,78)
#4E0846
(78,8,70)
#45073E
(69,7,62)
#3C0636
(60,6,54)
#33052E
(51,5,46)
#2A0426
(42,4,38)
#21031E
(33,3,30)
#180216
(24,2,22)
#0F010E
(15,1,14)
#000000
(0,0,0)

Tints of #690B5E

#690B5E
(105,11,94)
#76216C
(118,33,108)
#83377A
(131,55,122)
#904D88
(144,77,136)
#9D6396
(157,99,150)
#AA79A4
(170,121,164)
#B78FB2
(183,143,178)
#C4A5C0
(196,165,192)
#D1BBCE
(209,187,206)
#DED1DC
(222,209,220)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690B5E color. Also use rgb(105,11,94) instead hex code.

Text Font Color

.myTextColor { color: #690B5E; }

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

This text font color is #690B5E.


Background Color

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

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

This div background color is #690B5E.


Border color

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

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

This div border color is #690B5E.


Opacity

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

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

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

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

This text has shadow with #690B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690B5E on black background.


Color preview on white background

This text has color #690B5E on white background.



Black color preview on #690B5E background

This text has black color on #690B5E background.


White color preview on #690B5E background

This text has white color on #690B5E background.