COLOR #690052

HEX: #690052
RGB: (105,0,82)

Color info

#690052 contains only red and blue colors. Web safe color of #690052 is #660066 (or #606).

RGB color model

#690052 color RGB value is (105,0,82).

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

RGB channels and saturation

R 105 of 255 = 41%
G 0 of 255 = 0%
B 82 of 255 = 32%

105
0
82

R + G + B ~ 24%. #690052 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 0 + 82 = 187 (100%)
R 105 of 187 ~ 56.15%
G 0 of 187 ~ 0%
B 82 of 187 ~ 43.85%

%56.15
%43.85

CMYK color model

#690052 color CMYK value is (0,100,22,59).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 21.90%
  • key color value is 58.82%
CMYK:
(0,100,22,59)
C0M100Y22K59 
(0%,100%,22%,59%)
(0.00/1.00/0.22/0.59)	

CMYK percentages

%0
%100
%21.9
%58.82

Codes

Color #690052 in popluar color models

690052
RGB105082
HSL313°100.00%20.59%
HSB/HSV313°100.00%41.18%
CMYK0.00%100.00%21.90%
58.82%

Color #690052 in popluar number systems.

HEX690052
Decimal105082
Binary110100101010010
Octal1510122

Shades and tints

Shades of #690052

#690052
(105,0,82)
#60004B
(96,0,75)
#570044
(87,0,68)
#4E003D
(78,0,61)
#450036
(69,0,54)
#3C002F
(60,0,47)
#330028
(51,0,40)
#2A0021
(42,0,33)
#21001A
(33,0,26)
#180013
(24,0,19)
#0F000C
(15,0,12)
#000000
(0,0,0)

Tints of #690052

#690052
(105,0,82)
#761761
(118,23,97)
#832E70
(131,46,112)
#90457F
(144,69,127)
#9D5C8E
(157,92,142)
#AA739D
(170,115,157)
#B78AAC
(183,138,172)
#C4A1BB
(196,161,187)
#D1B8CA
(209,184,202)
#DECFD9
(222,207,217)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #690052; }

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

This text font color is #690052.


Background Color

.myBgColor { background-color: #690052; }

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

This div background color is #690052.


Border color

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

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

This div border color is #690052.


Opacity

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

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

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

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

This text has shadow with #690052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690052 on black background.


Color preview on white background

This text has color #690052 on white background.



Black color preview on #690052 background

This text has black color on #690052 background.


White color preview on #690052 background

This text has white color on #690052 background.