COLOR #690F9A

HEX: #690F9A
RGB: (105,15,154)

Color info

#690F9A contains mainly red and blue colors. Web safe color of #690F9A is #660099 (or #609).

RGB color model

#690F9A color RGB value is (105,15,154).

  • red value is 105;
  • green value is 15;
  • blue value is 154.
RGB:
(105,15,154)
(41%,6%,60%)

RGB channels and saturation

R 105 of 255 = 41%
G 15 of 255 = 6%
B 154 of 255 = 60%

105
15
154

R + G + B ~ 36%. #690F9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 15 + 154 = 274 (100%)
R 105 of 274 ~ 38.32%
G 15 of 274 ~ 5.47%
B 154 of 274 ~ 56.2%

%38.32
%56.2

CMYK color model

#690F9A color CMYK value is (32,90,0,40).

  • cyan value is 31.82%
  • magenta value is 90.26%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(32,90,0,40)
C32M90Y0K40 
(32%,90%,0%,40%)
(0.32/0.90/0.00/0.40)	

CMYK percentages

%31.82
%90.26
%0
%39.61

Codes

Color #690F9A in popluar color models

690F9A
RGB10515154
HSL279°82.25%33.14%
HSB/HSV279°90.26%60.39%
CMYK31.82%90.26%0.00%
39.61%

Color #690F9A in popluar number systems.

HEX690F9A
Decimal10515154
Binary1101001111110011010
Octal15117232

Shades and tints

Shades of #690F9A

#690F9A
(105,15,154)
#600E8C
(96,14,140)
#570D7E
(87,13,126)
#4E0C70
(78,12,112)
#450B62
(69,11,98)
#3C0A54
(60,10,84)
#330946
(51,9,70)
#2A0838
(42,8,56)
#21072A
(33,7,42)
#18061C
(24,6,28)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #690F9A

#690F9A
(105,15,154)
#7624A3
(118,36,163)
#8339AC
(131,57,172)
#904EB5
(144,78,181)
#9D63BE
(157,99,190)
#AA78C7
(170,120,199)
#B78DD0
(183,141,208)
#C4A2D9
(196,162,217)
#D1B7E2
(209,183,226)
#DECCEB
(222,204,235)
#EBE1F4
(235,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690F9A color. Also use rgb(105,15,154) instead hex code.

Text Font Color

.myTextColor { color: #690F9A; }

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

This text font color is #690F9A.


Background Color

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

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

This div background color is #690F9A.


Border color

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

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

This div border color is #690F9A.


Opacity

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

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

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

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

This text has shadow with #690F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690F9A on black background.


Color preview on white background

This text has color #690F9A on white background.



Black color preview on #690F9A background

This text has black color on #690F9A background.


White color preview on #690F9A background

This text has white color on #690F9A background.