COLOR #6F6678

HEX: #6F6678
RGB: (111,102,120)

Color info

#6F6678 contains red, green and blue colors in about the same proportion. Web safe color of #6F6678 is #666666 (or #666).

RGB color model

#6F6678 color RGB value is (111,102,120).

  • red value is 111;
  • green value is 102;
  • blue value is 120.
RGB:
(111,102,120)
(44%,40%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 120 of 255 = 47%

111
102
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 120 = 333 (100%)
R 111 of 333 ~ 33.33%
G 102 of 333 ~ 30.63%
B 120 of 333 ~ 36.04%

%33.33
%30.63
%36.04

CMYK color model

#6F6678 color CMYK value is (8,15,0,53).

  • cyan value is 7.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,15,0,53)
C8M15Y0K53 
(8%,15%,0%,53%)
(0.08/0.15/0.00/0.53)	

CMYK percentages

%7.5
%15
%0
%52.94

Codes

Color #6F6678 in popluar color models

6F6678
RGB111102120
HSL270°8.11%43.53%
HSB/HSV270°15.00%47.06%
CMYK7.50%15.00%0.00%
52.94%

Color #6F6678 in popluar number systems.

HEX6F6678
Decimal111102120
Binary110111111001101111000
Octal157146170

Shades and tints

Shades of #6F6678

#6F6678
(111,102,120)
#655D6E
(101,93,110)
#5B5464
(91,84,100)
#514B5A
(81,75,90)
#474250
(71,66,80)
#3D3946
(61,57,70)
#33303C
(51,48,60)
#292732
(41,39,50)
#1F1E28
(31,30,40)
#15151E
(21,21,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #6F6678

#6F6678
(111,102,120)
#7C7384
(124,115,132)
#898090
(137,128,144)
#968D9C
(150,141,156)
#A39AA8
(163,154,168)
#B0A7B4
(176,167,180)
#BDB4C0
(189,180,192)
#CAC1CC
(202,193,204)
#D7CED8
(215,206,216)
#E4DBE4
(228,219,228)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6678 color. Also use rgb(111,102,120) instead hex code.

Text Font Color

.myTextColor { color: #6F6678; }

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

This text font color is #6F6678.


Background Color

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

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

This div background color is #6F6678.


Border color

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

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

This div border color is #6F6678.


Opacity

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

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

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

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

This text has shadow with #6F6678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6678 on black background.


Color preview on white background

This text has color #6F6678 on white background.



Black color preview on #6F6678 background

This text has black color on #6F6678 background.


White color preview on #6F6678 background

This text has white color on #6F6678 background.