COLOR #6F305D

HEX: #6F305D
RGB: (111,48,93)

Color info

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

RGB color model

#6F305D color RGB value is (111,48,93).

  • red value is 111;
  • green value is 48;
  • blue value is 93.
RGB:
(111,48,93)
(44%,19%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 48 of 255 = 19%
B 93 of 255 = 36%

111
48
93

R + G + B ~ 33%. #6F305D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 48 + 93 = 252 (100%)
R 111 of 252 ~ 44.05%
G 48 of 252 ~ 19.05%
B 93 of 252 ~ 36.9%

%44.05
%19.05
%36.9

CMYK color model

#6F305D color CMYK value is (0,57,16,56).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 16.22%
  • key color value is 56.47%
CMYK:
(0,57,16,56)
C0M57Y16K56 
(0%,57%,16%,56%)
(0.00/0.57/0.16/0.56)	

CMYK percentages

%0
%56.76
%16.22
%56.47

Codes

Color #6F305D in popluar color models

6F305D
RGB1114893
HSL317°39.62%31.18%
HSB/HSV317°56.76%43.53%
CMYK0.00%56.76%16.22%
56.47%

Color #6F305D in popluar number systems.

HEX6F305D
Decimal1114893
Binary11011111100001011101
Octal15760135

Shades and tints

Shades of #6F305D

#6F305D
(111,48,93)
#652C55
(101,44,85)
#5B284D
(91,40,77)
#512445
(81,36,69)
#47203D
(71,32,61)
#3D1C35
(61,28,53)
#33182D
(51,24,45)
#291425
(41,20,37)
#1F101D
(31,16,29)
#150C15
(21,12,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #6F305D

#6F305D
(111,48,93)
#7C426B
(124,66,107)
#895479
(137,84,121)
#966687
(150,102,135)
#A37895
(163,120,149)
#B08AA3
(176,138,163)
#BD9CB1
(189,156,177)
#CAAEBF
(202,174,191)
#D7C0CD
(215,192,205)
#E4D2DB
(228,210,219)
#F1E4E9
(241,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F305D color. Also use rgb(111,48,93) instead hex code.

Text Font Color

.myTextColor { color: #6F305D; }

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

This text font color is #6F305D.


Background Color

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

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

This div background color is #6F305D.


Border color

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

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

This div border color is #6F305D.


Opacity

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

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

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

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

This text has shadow with #6F305D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F305D on black background.


Color preview on white background

This text has color #6F305D on white background.



Black color preview on #6F305D background

This text has black color on #6F305D background.


White color preview on #6F305D background

This text has white color on #6F305D background.