COLOR #6F487B

HEX: #6F487B
RGB: (111,72,123)

Color info

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

RGB color model

#6F487B color RGB value is (111,72,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 123 of 255 = 48%

111
72
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 123 = 306 (100%)
R 111 of 306 ~ 36.27%
G 72 of 306 ~ 23.53%
B 123 of 306 ~ 40.2%

%36.27
%23.53
%40.2

CMYK color model

#6F487B color CMYK value is (10,41,0,52).

  • cyan value is 9.76%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,41,0,52)
C10M41Y0K52 
(10%,41%,0%,52%)
(0.10/0.41/0.00/0.52)	

CMYK percentages

%9.76
%41.46
%0
%51.76

Codes

Color #6F487B in popluar color models

6F487B
RGB11172123
HSL286°26.15%38.24%
HSB/HSV286°41.46%48.24%
CMYK9.76%41.46%0.00%
51.76%

Color #6F487B in popluar number systems.

HEX6F487B
Decimal11172123
Binary110111110010001111011
Octal157110173

Shades and tints

Shades of #6F487B

#6F487B
(111,72,123)
#654270
(101,66,112)
#5B3C65
(91,60,101)
#51365A
(81,54,90)
#47304F
(71,48,79)
#3D2A44
(61,42,68)
#332439
(51,36,57)
#291E2E
(41,30,46)
#1F1823
(31,24,35)
#151218
(21,18,24)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F487B

#6F487B
(111,72,123)
#7C5887
(124,88,135)
#896893
(137,104,147)
#96789F
(150,120,159)
#A388AB
(163,136,171)
#B098B7
(176,152,183)
#BDA8C3
(189,168,195)
#CAB8CF
(202,184,207)
#D7C8DB
(215,200,219)
#E4D8E7
(228,216,231)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F487B; }

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

This text font color is #6F487B.


Background Color

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

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

This div background color is #6F487B.


Border color

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

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

This div border color is #6F487B.


Opacity

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

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

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

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

This text has shadow with #6F487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F487B on black background.


Color preview on white background

This text has color #6F487B on white background.



Black color preview on #6F487B background

This text has black color on #6F487B background.


White color preview on #6F487B background

This text has white color on #6F487B background.