COLOR #6F487C

HEX: #6F487C RGB: (111,72,124)

Color info

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

RGB color model

#6F487C color RGB value is (111,72,124).

RGB: (111,72,124) (44%, 28%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 124 of 255 = 49%

111
72
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 72 + 124 = 307 (100%)
R 111 of 307 ~ 36.16%
G 72 of 307 ~ 23.45%
B 124 of 307 ~ 40.39'%

%36.16
%23.45
%40.39

CMYK color model

#6F487C color CMYK value is (10,42,0,51).

  • cyan value is 10.48%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (10,42,0,51) C10M42Y0K51 (10%,42%,0%,51%) (0.10/0.42/0.00/0.51) 

CMYK percentages

%10.48
%41.94
%0
%51.37

Codes

Color #6F487C in popluar color models

6F 48 7C
RGB 111 72 124
HSL 285° 26.53% 38.43%
HSB/HSV 285° 41.94% 48.63%
CMYK 10.48% 41.94% 0.00%
51.37%

Color #6F487C in popluar number systems.

HEX 6F 48 7C
Decimal 111 72 124
Binary 1101111 1001000 1111100
Octal 157 110 174

Shades and tints

Shades of #6F487C

#6F487C
(111,72,124)
#654271
(101,66,113)
#5B3C66
(91,60,102)
#51365B
(81,54,91)
#473050
(71,48,80)
#3D2A45
(61,42,69)
#33243A
(51,36,58)
#291E2F
(41,30,47)
#1F1824
(31,24,36)
#151219
(21,18,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F487C

#6F487C
(111,72,124)
#7C5887
(124,88,135)
#896892
(137,104,146)
#96789D
(150,120,157)
#A388A8
(163,136,168)
#B098B3
(176,152,179)
#BDA8BE
(189,168,190)
#CAB8C9
(202,184,201)
#D7C8D4
(215,200,212)
#E4D8DF
(228,216,223)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F487C; }

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

This text font color is #6F487C.

Background Color

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

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

This div background color is #6F487C.

Border color

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

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

This div border color is #6F487C.

Opacity

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

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

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

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

This text has shadow with #6F487C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F487C.

Preview

Color preview on black background

This text has color #6F487C on black background.


Color preview on white background

This text has color #6F487C on white background.


Black color preview on #6F487C background

This text has black color on #6F487C background.


White color preview on #6F487C background

This text has white color on #6F487C background.


Related colors

Complementary color

Complementary color for #hex is #90B783.


I love getcolorcode.com

Triadic colors

1 #7C6F48 and #487C6F with #6F487C are triadic colors.

2 #7C486F and #486F7C with #6F487C are triadic colors.