COLOR #6B305C

HEX: #6B305C RGB: (107,48,92)

Color info

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

RGB color model

#6B305C color RGB value is (107,48,92).

RGB: (107,48,92) (42%, 19%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 48 of 255 = 19%
B 92 of 255 = 36%

107
48
92

R + G + B ~ 32%. #6B305C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 48 + 92 = 247 (100%)
R 107 of 247 ~ 43.32%
G 48 of 247 ~ 19.43%
B 92 of 247 ~ 37.25'%

%43.32
%19.43
%37.25

CMYK color model

#6B305C color CMYK value is (0,55,14,58).

  • cyan value is 0.00%
  • magenta value is 55.14%
  • yellow value is 14.02%
  • key color value is 58.04%

CMYK: (0,55,14,58)
C0M55Y14K58 (0%, 55%, 14%, 58%)
(0.00 / 0.55 / 0.14 / 0.58)

CMYK percentages

%0
%55.14
%14.02
%58.04

Codes

Color #6B305C in popluar color models

6B 30 5C
RGB 107 48 92
HSL 315° 38.06% 30.39%
HSB/HSV 315° 55.14% 41.96%
CMYK 0.00% 55.14% 14.02%
58.04%

Color #6B305C in popluar number systems.

HEX 6B 30 5C
Decimal 107 48 92
Binary 1101011 110000 1011100
Octal 153 60 134

Shades and tints

Shades of #6B305C

#6B305C
(107,48,92)
#622C54
(98,44,84)
#59284C
(89,40,76)
#502444
(80,36,68)
#47203C
(71,32,60)
#3E1C34
(62,28,52)
#35182C
(53,24,44)
#2C1424
(44,20,36)
#23101C
(35,16,28)
#1A0C14
(26,12,20)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #6B305C

#6B305C
(107,48,92)
#78426A
(120,66,106)
#855478
(133,84,120)
#926686
(146,102,134)
#9F7894
(159,120,148)
#AC8AA2
(172,138,162)
#B99CB0
(185,156,176)
#C6AEBE
(198,174,190)
#D3C0CC
(211,192,204)
#E0D2DA
(224,210,218)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B305C color. Also use rgb(107,48,92) instead hex code.

Text Font Color

.myTextColor { color: #6B305C; }

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

This text font color is #6B305C.

Background Color

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

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

This div background color is #6B305C.

Border color

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

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

This div border color is #6B305C.

Opacity

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

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

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

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

This text has shadow with #6B305C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B305C.

Preview

Color preview on black background

This text has color #6B305C on black background.


Color preview on white background

This text has color #6B305C on white background.


Black color preview on #6B305C background

This text has black color on #6B305C background.


White color preview on #6B305C background

This text has white color on #6B305C background.


Related colors

Complementary color

Complementary color for #hex is #94CFA3.


I love getcolorcode.com

Triadic colors

1 #5C6B30 and #305C6B with #6B305C are triadic colors.

2 #5C306B and #306B5C with #6B305C are triadic colors.