COLOR #6F3275

HEX: #6F3275
RGB: (111,50,117)

Color info

#6F3275 contains mainly red and blue colors. Web safe color of #6F3275 is #663366 (or #636).

RGB color model

#6F3275 color RGB value is (111,50,117).

  • red value is 111;
  • green value is 50;
  • blue value is 117.
RGB:
(111,50,117)
(44%,20%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 50 of 255 = 20%
B 117 of 255 = 46%

111
50
117

R + G + B ~ 37%. #6F3275 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 50 + 117 = 278 (100%)
R 111 of 278 ~ 39.93%
G 50 of 278 ~ 17.99%
B 117 of 278 ~ 42.09%

%39.93
%17.99
%42.09

CMYK color model

#6F3275 color CMYK value is (5,57,0,54).

  • cyan value is 5.13%
  • magenta value is 57.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,57,0,54)
C5M57Y0K54 
(5%,57%,0%,54%)
(0.05/0.57/0.00/0.54)	

CMYK percentages

%5.13
%57.26
%0
%54.12

Codes

Color #6F3275 in popluar color models

6F3275
RGB11150117
HSL295°40.12%32.75%
HSB/HSV295°57.26%45.88%
CMYK5.13%57.26%0.00%
54.12%

Color #6F3275 in popluar number systems.

HEX6F3275
Decimal11150117
Binary11011111100101110101
Octal15762165

Shades and tints

Shades of #6F3275

#6F3275
(111,50,117)
#652E6B
(101,46,107)
#5B2A61
(91,42,97)
#512657
(81,38,87)
#47224D
(71,34,77)
#3D1E43
(61,30,67)
#331A39
(51,26,57)
#29162F
(41,22,47)
#1F1225
(31,18,37)
#150E1B
(21,14,27)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F3275

#6F3275
(111,50,117)
#7C4481
(124,68,129)
#89568D
(137,86,141)
#966899
(150,104,153)
#A37AA5
(163,122,165)
#B08CB1
(176,140,177)
#BD9EBD
(189,158,189)
#CAB0C9
(202,176,201)
#D7C2D5
(215,194,213)
#E4D4E1
(228,212,225)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3275 color. Also use rgb(111,50,117) instead hex code.

Text Font Color

.myTextColor { color: #6F3275; }

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

This text font color is #6F3275.


Background Color

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

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

This div background color is #6F3275.


Border color

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

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

This div border color is #6F3275.


Opacity

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

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

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

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

This text has shadow with #6F3275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3275 on black background.


Color preview on white background

This text has color #6F3275 on white background.



Black color preview on #6F3275 background

This text has black color on #6F3275 background.


White color preview on #6F3275 background

This text has white color on #6F3275 background.