COLOR #690615

HEX: #690615
RGB: (105,6,21)

Color info

#690615 contains mainly red color. Web safe color of #690615 is #660000 (or #600).

RGB color model

#690615 color RGB value is (105,6,21).

  • red value is 105;
  • green value is 6;
  • blue value is 21.
RGB:
(105,6,21)
(41%,2%,8%)

RGB channels and saturation

R 105 of 255 = 41%
G 6 of 255 = 2%
B 21 of 255 = 8%

105
6
21

R + G + B ~ 17%. #690615 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 6 + 21 = 132 (100%)
R 105 of 132 ~ 79.55%
G 6 of 132 ~ 4.55%
B 21 of 132 ~ 15.91%

%79.55
%15.91

CMYK color model

#690615 color CMYK value is (0,94,80,59).

  • cyan value is 0.00%
  • magenta value is 94.29%
  • yellow value is 80.00%
  • key color value is 58.82%
CMYK:
(0,94,80,59)
C0M94Y80K59 
(0%,94%,80%,59%)
(0.00/0.94/0.80/0.59)	

CMYK percentages

%0
%94.29
%80
%58.82

Codes

Color #690615 in popluar color models

690615
RGB105621
HSL351°89.19%21.76%
HSB/HSV351°94.29%41.18%
CMYK0.00%94.29%80.00%
58.82%

Color #690615 in popluar number systems.

HEX690615
Decimal105621
Binary110100111010101
Octal151625

Shades and tints

Shades of #690615

#690615
(105,6,21)
#600614
(96,6,20)
#570613
(87,6,19)
#4E0612
(78,6,18)
#450611
(69,6,17)
#3C0610
(60,6,16)
#33060F
(51,6,15)
#2A060E
(42,6,14)
#21060D
(33,6,13)
#18060C
(24,6,12)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #690615

#690615
(105,6,21)
#761C2A
(118,28,42)
#83323F
(131,50,63)
#904854
(144,72,84)
#9D5E69
(157,94,105)
#AA747E
(170,116,126)
#B78A93
(183,138,147)
#C4A0A8
(196,160,168)
#D1B6BD
(209,182,189)
#DECCD2
(222,204,210)
#EBE2E7
(235,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690615 color. Also use rgb(105,6,21) instead hex code.

Text Font Color

.myTextColor { color: #690615; }

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

This text font color is #690615.


Background Color

.myBgColor { background-color: #690615; }

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

This div background color is #690615.


Border color

.myBorderColor { border: 1px solid #690615; }

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

This div border color is #690615.


Opacity

.myOpacity80 { color: #690615; opacity: 0.8; }

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

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

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

This text has shadow with #690615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690615 on black background.


Color preview on white background

This text has color #690615 on white background.



Black color preview on #690615 background

This text has black color on #690615 background.


White color preview on #690615 background

This text has white color on #690615 background.