COLOR #6F486E

HEX: #6F486E
RGB: (111,72,110)

Color info

#6F486E contains red, green and blue colors in about the same proportion. Web safe color of #6F486E is #663366 (or #636).

RGB color model

#6F486E color RGB value is (111,72,110).

  • red value is 111;
  • green value is 72;
  • blue value is 110.
RGB:
(111,72,110)
(44%,28%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 110 of 255 = 43%

111
72
110

R + G + B ~ 38%. #6F486E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 110 = 293 (100%)
R 111 of 293 ~ 37.88%
G 72 of 293 ~ 24.57%
B 110 of 293 ~ 37.54%

%37.88
%24.57
%37.54

CMYK color model

#6F486E color CMYK value is (0,35,1,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,35,1,56)
C0M35Y1K56 
(0%,35%,1%,56%)
(0.00/0.35/0.01/0.56)	

CMYK percentages

%0
%35.14
%0.9
%56.47

Codes

Color #6F486E in popluar color models

6F486E
RGB11172110
HSL302°21.31%35.88%
HSB/HSV302°35.14%43.53%
CMYK0.00%35.14%0.90%
56.47%

Color #6F486E in popluar number systems.

HEX6F486E
Decimal11172110
Binary110111110010001101110
Octal157110156

Shades and tints

Shades of #6F486E

#6F486E
(111,72,110)
#654264
(101,66,100)
#5B3C5A
(91,60,90)
#513650
(81,54,80)
#473046
(71,48,70)
#3D2A3C
(61,42,60)
#332432
(51,36,50)
#291E28
(41,30,40)
#1F181E
(31,24,30)
#151214
(21,18,20)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #6F486E

#6F486E
(111,72,110)
#7C587B
(124,88,123)
#896888
(137,104,136)
#967895
(150,120,149)
#A388A2
(163,136,162)
#B098AF
(176,152,175)
#BDA8BC
(189,168,188)
#CAB8C9
(202,184,201)
#D7C8D6
(215,200,214)
#E4D8E3
(228,216,227)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F486E; }

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

This text font color is #6F486E.


Background Color

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

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

This div background color is #6F486E.


Border color

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

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

This div border color is #6F486E.


Opacity

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

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

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

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

This text has shadow with #6F486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F486E on black background.


Color preview on white background

This text has color #6F486E on white background.



Black color preview on #6F486E background

This text has black color on #6F486E background.


White color preview on #6F486E background

This text has white color on #6F486E background.