COLOR #6B3370

HEX: #6B3370
RGB: (107,51,112)

Color info

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

RGB color model

#6B3370 color RGB value is (107,51,112).

  • red value is 107;
  • green value is 51;
  • blue value is 112.
RGB:
(107,51,112)
(42%,20%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 51 of 255 = 20%
B 112 of 255 = 44%

107
51
112

R + G + B ~ 35%. #6B3370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 51 + 112 = 270 (100%)
R 107 of 270 ~ 39.63%
G 51 of 270 ~ 18.89%
B 112 of 270 ~ 41.48%

%39.63
%18.89
%41.48

CMYK color model

#6B3370 color CMYK value is (4,54,0,56).

  • cyan value is 4.46%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(4,54,0,56)
C4M54Y0K56 
(4%,54%,0%,56%)
(0.04/0.54/0.00/0.56)	

CMYK percentages

%4.46
%54.46
%0
%56.08

Codes

Color #6B3370 in popluar color models

6B3370
RGB10751112
HSL295°37.42%31.96%
HSB/HSV295°54.46%43.92%
CMYK4.46%54.46%0.00%
56.08%

Color #6B3370 in popluar number systems.

HEX6B3370
Decimal10751112
Binary11010111100111110000
Octal15363160

Shades and tints

Shades of #6B3370

#6B3370
(107,51,112)
#622F66
(98,47,102)
#592B5C
(89,43,92)
#502752
(80,39,82)
#472348
(71,35,72)
#3E1F3E
(62,31,62)
#351B34
(53,27,52)
#2C172A
(44,23,42)
#231320
(35,19,32)
#1A0F16
(26,15,22)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #6B3370

#6B3370
(107,51,112)
#78457D
(120,69,125)
#85578A
(133,87,138)
#926997
(146,105,151)
#9F7BA4
(159,123,164)
#AC8DB1
(172,141,177)
#B99FBE
(185,159,190)
#C6B1CB
(198,177,203)
#D3C3D8
(211,195,216)
#E0D5E5
(224,213,229)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3370 color. Also use rgb(107,51,112) instead hex code.

Text Font Color

.myTextColor { color: #6B3370; }

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

This text font color is #6B3370.


Background Color

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

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

This div background color is #6B3370.


Border color

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

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

This div border color is #6B3370.


Opacity

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

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

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

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

This text has shadow with #6B3370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3370 on black background.


Color preview on white background

This text has color #6B3370 on white background.



Black color preview on #6B3370 background

This text has black color on #6B3370 background.


White color preview on #6B3370 background

This text has white color on #6B3370 background.