COLOR #6F409E

HEX: #6F409E
RGB: (111,64,158)

Color info

#6F409E contains mainly red and blue colors. Web safe color of #6F409E is #663399 (or #639).

RGB color model

#6F409E color RGB value is (111,64,158).

  • red value is 111;
  • green value is 64;
  • blue value is 158.
RGB:
(111,64,158)
(44%,25%,62%)

RGB channels and saturation

R 111 of 255 = 44%
G 64 of 255 = 25%
B 158 of 255 = 62%

111
64
158

R + G + B ~ 44%. #6F409E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 64 + 158 = 333 (100%)
R 111 of 333 ~ 33.33%
G 64 of 333 ~ 19.22%
B 158 of 333 ~ 47.45%

%33.33
%19.22
%47.45

CMYK color model

#6F409E color CMYK value is (30,59,0,38).

  • cyan value is 29.75%
  • magenta value is 59.49%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,59,0,38)
C30M59Y0K38 
(30%,59%,0%,38%)
(0.30/0.59/0.00/0.38)	

CMYK percentages

%29.75
%59.49
%0
%38.04

Codes

Color #6F409E in popluar color models

6F409E
RGB11164158
HSL270°42.34%43.53%
HSB/HSV270°59.49%61.96%
CMYK29.75%59.49%0.00%
38.04%

Color #6F409E in popluar number systems.

HEX6F409E
Decimal11164158
Binary1101111100000010011110
Octal157100236

Shades and tints

Shades of #6F409E

#6F409E
(111,64,158)
#653B90
(101,59,144)
#5B3682
(91,54,130)
#513174
(81,49,116)
#472C66
(71,44,102)
#3D2758
(61,39,88)
#33224A
(51,34,74)
#291D3C
(41,29,60)
#1F182E
(31,24,46)
#151320
(21,19,32)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F409E

#6F409E
(111,64,158)
#7C51A6
(124,81,166)
#8962AE
(137,98,174)
#9673B6
(150,115,182)
#A384BE
(163,132,190)
#B095C6
(176,149,198)
#BDA6CE
(189,166,206)
#CAB7D6
(202,183,214)
#D7C8DE
(215,200,222)
#E4D9E6
(228,217,230)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F409E color. Also use rgb(111,64,158) instead hex code.

Text Font Color

.myTextColor { color: #6F409E; }

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

This text font color is #6F409E.


Background Color

.myBgColor { background-color: #6F409E; }

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

This div background color is #6F409E.


Border color

.myBorderColor { border: 1px solid #6F409E; }

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

This div border color is #6F409E.


Opacity

.myOpacity80 { color: #6F409E; opacity: 0.8; }

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

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

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

This text has shadow with #6F409E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F409E on black background.


Color preview on white background

This text has color #6F409E on white background.



Black color preview on #6F409E background

This text has black color on #6F409E background.


White color preview on #6F409E background

This text has white color on #6F409E background.