COLOR #670688

HEX: #670688
RGB: (103,6,136)

Color info

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

RGB color model

#670688 color RGB value is (103,6,136).

  • red value is 103;
  • green value is 6;
  • blue value is 136.
RGB:
(103,6,136)
(40%,2%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 6 of 255 = 2%
B 136 of 255 = 53%

103
6
136

R + G + B ~ 32%. #670688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 6 + 136 = 245 (100%)
R 103 of 245 ~ 42.04%
G 6 of 245 ~ 2.45%
B 136 of 245 ~ 55.51%

%42.04
%55.51

CMYK color model

#670688 color CMYK value is (24,96,0,47).

  • cyan value is 24.26%
  • magenta value is 95.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,96,0,47)
C24M96Y0K47 
(24%,96%,0%,47%)
(0.24/0.96/0.00/0.47)	

CMYK percentages

%24.26
%95.59
%0
%46.67

Codes

Color #670688 in popluar color models

670688
RGB1036136
HSL285°91.55%27.84%
HSB/HSV285°95.59%53.33%
CMYK24.26%95.59%0.00%
46.67%

Color #670688 in popluar number systems.

HEX670688
Decimal1036136
Binary110011111010001000
Octal1476210

Shades and tints

Shades of #670688

#670688
(103,6,136)
#5E067C
(94,6,124)
#550670
(85,6,112)
#4C0664
(76,6,100)
#430658
(67,6,88)
#3A064C
(58,6,76)
#310640
(49,6,64)
#280634
(40,6,52)
#1F0628
(31,6,40)
#16061C
(22,6,28)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #670688

#670688
(103,6,136)
#741C92
(116,28,146)
#81329C
(129,50,156)
#8E48A6
(142,72,166)
#9B5EB0
(155,94,176)
#A874BA
(168,116,186)
#B58AC4
(181,138,196)
#C2A0CE
(194,160,206)
#CFB6D8
(207,182,216)
#DCCCE2
(220,204,226)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #670688 color. Also use rgb(103,6,136) instead hex code.

Text Font Color

.myTextColor { color: #670688; }

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

This text font color is #670688.


Background Color

.myBgColor { background-color: #670688; }

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

This div background color is #670688.


Border color

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

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

This div border color is #670688.


Opacity

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

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

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

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

This text has shadow with #670688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #670688 on black background.


Color preview on white background

This text has color #670688 on white background.



Black color preview on #670688 background

This text has black color on #670688 background.


White color preview on #670688 background

This text has white color on #670688 background.