COLOR #690014

HEX: #690014
RGB: (105,0,20)

Color info

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

RGB color model

#690014 color RGB value is (105,0,20).

  • red value is 105;
  • green value is 0;
  • blue value is 20.
RGB:
(105,0,20)
(41%,0%,8%)

RGB channels and saturation

R 105 of 255 = 41%
G 0 of 255 = 0%
B 20 of 255 = 8%

105
0
20

R + G + B ~ 16%. #690014 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 0 + 20 = 125 (100%)
R 105 of 125 ~ 84%
G 0 of 125 ~ 0%
B 20 of 125 ~ 16%

%84
%16

CMYK color model

#690014 color CMYK value is (0,100,81,59).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 80.95%
  • key color value is 58.82%
CMYK:
(0,100,81,59)
C0M100Y81K59 
(0%,100%,81%,59%)
(0.00/1.00/0.81/0.59)	

CMYK percentages

%0
%100
%80.95
%58.82

Codes

Color #690014 in popluar color models

690014
RGB105020
HSL349°100.00%20.59%
HSB/HSV349°100.00%41.18%
CMYK0.00%100.00%80.95%
58.82%

Color #690014 in popluar number systems.

HEX690014
Decimal105020
Binary1101001010100
Octal151024

Shades and tints

Shades of #690014

#690014
(105,0,20)
#600013
(96,0,19)
#570012
(87,0,18)
#4E0011
(78,0,17)
#450010
(69,0,16)
#3C000F
(60,0,15)
#33000E
(51,0,14)
#2A000D
(42,0,13)
#21000C
(33,0,12)
#18000B
(24,0,11)
#0F000A
(15,0,10)
#000000
(0,0,0)

Tints of #690014

#690014
(105,0,20)
#761729
(118,23,41)
#832E3E
(131,46,62)
#904553
(144,69,83)
#9D5C68
(157,92,104)
#AA737D
(170,115,125)
#B78A92
(183,138,146)
#C4A1A7
(196,161,167)
#D1B8BC
(209,184,188)
#DECFD1
(222,207,209)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690014 color. Also use rgb(105,0,20) instead hex code.

Text Font Color

.myTextColor { color: #690014; }

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

This text font color is #690014.


Background Color

.myBgColor { background-color: #690014; }

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

This div background color is #690014.


Border color

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

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

This div border color is #690014.


Opacity

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

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

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

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

This text has shadow with #690014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690014 on black background.


Color preview on white background

This text has color #690014 on white background.



Black color preview on #690014 background

This text has black color on #690014 background.


White color preview on #690014 background

This text has white color on #690014 background.