COLOR #6F076E

HEX: #6F076E RGB: (111,7,110)

Color info

#6F076E contains mainly red and blue colors. Web safe color of #6F076E is #660066 (or #606).

RGB color model

#6F076E color RGB value is (111,7,110).

RGB: (111,7,110) (44%, 3%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 7 of 255 = 3%
B 110 of 255 = 43%

111
7
110

R + G + B ~ 30%. #6F076E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 7 + 110 = 228 (100%)
R 111 of 228 ~ 48.68%
G 7 of 228 ~ 3.07%
B 110 of 228 ~ 48.25'%

%48.68
%48.25

CMYK color model

#6F076E color CMYK value is (0,94,1,56).

  • cyan value is 0.00%
  • magenta value is 93.69%
  • yellow value is 0.90%
  • key color value is 56.47%

CMYK: (0,94,1,56)
C0M94Y1K56 (0%, 94%, 1%, 56%)
(0.00 / 0.94 / 0.01 / 0.56)

CMYK percentages

%0
%93.69
%0.9
%56.47

Codes

Color #6F076E in popluar color models

6F 07 6E
RGB 111 7 110
HSL 301° 88.14% 23.14%
HSB/HSV 301° 93.69% 43.53%
CMYK 0.00% 93.69% 0.90%
56.47%

Color #6F076E in popluar number systems.

HEX 6F 07 6E
Decimal 111 7 110
Binary 1101111 111 1101110
Octal 157 7 156

Shades and tints

Shades of #6F076E

#6F076E
(111,7,110)
#650764
(101,7,100)
#5B075A
(91,7,90)
#510750
(81,7,80)
#470746
(71,7,70)
#3D073C
(61,7,60)
#330732
(51,7,50)
#290728
(41,7,40)
#1F071E
(31,7,30)
#150714
(21,7,20)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #6F076E

#6F076E
(111,7,110)
#7C1D7B
(124,29,123)
#893388
(137,51,136)
#964995
(150,73,149)
#A35FA2
(163,95,162)
#B075AF
(176,117,175)
#BD8BBC
(189,139,188)
#CAA1C9
(202,161,201)
#D7B7D6
(215,183,214)
#E4CDE3
(228,205,227)
#F1E3F0
(241,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F076E color. Also use rgb(111,7,110) instead hex code.

Text Font Color

.myTextColor { color: #6F076E; }

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

This text font color is #6F076E.

Background Color

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

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

This div background color is #6F076E.

Border color

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

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

This div border color is #6F076E.

Opacity

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

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

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

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

This text has shadow with #6F076E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F076E.

Preview

Color preview on black background

This text has color #6F076E on black background.


Color preview on white background

This text has color #6F076E on white background.


Black color preview on #6F076E background

This text has black color on #6F076E background.


White color preview on #6F076E background

This text has white color on #6F076E background.


Related colors

Complementary color

Complementary color for #hex is #90F891.


I love getcolorcode.com

Triadic colors

1 #6E6F07 and #076E6F with #6F076E are triadic colors.

2 #6E076F and #076F6E with #6F076E are triadic colors.