COLOR #6B447C

HEX: #6B447C RGB: (107,68,124)

Color info

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

RGB color model

#6B447C color RGB value is (107,68,124).

RGB: (107,68,124) (42%, 27%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 68 of 255 = 27%
B 124 of 255 = 49%

107
68
124

R + G + B ~ 39%. #6B447C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 68 + 124 = 299 (100%)
R 107 of 299 ~ 35.79%
G 68 of 299 ~ 22.74%
B 124 of 299 ~ 41.47'%

%35.79
%22.74
%41.47

CMYK color model

#6B447C color CMYK value is (14,45,0,51).

  • cyan value is 13.71%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (14,45,0,51)
C14M45Y0K51 (14%, 45%, 0%, 51%)
(0.14 / 0.45 / 0.00 / 0.51)

CMYK percentages

%13.71
%45.16
%0
%51.37

Codes

Color #6B447C in popluar color models

6B 44 7C
RGB 107 68 124
HSL 282° 29.17% 37.65%
HSB/HSV 282° 45.16% 48.63%
CMYK 13.71% 45.16% 0.00%
51.37%

Color #6B447C in popluar number systems.

HEX 6B 44 7C
Decimal 107 68 124
Binary 1101011 1000100 1111100
Octal 153 104 174

Shades and tints

Shades of #6B447C

#6B447C
(107,68,124)
#623E71
(98,62,113)
#593866
(89,56,102)
#50325B
(80,50,91)
#472C50
(71,44,80)
#3E2645
(62,38,69)
#35203A
(53,32,58)
#2C1A2F
(44,26,47)
#231424
(35,20,36)
#1A0E19
(26,14,25)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #6B447C

#6B447C
(107,68,124)
#785587
(120,85,135)
#856692
(133,102,146)
#92779D
(146,119,157)
#9F88A8
(159,136,168)
#AC99B3
(172,153,179)
#B9AABE
(185,170,190)
#C6BBC9
(198,187,201)
#D3CCD4
(211,204,212)
#E0DDDF
(224,221,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B447C color. Also use rgb(107,68,124) instead hex code.

Text Font Color

.myTextColor { color: #6B447C; }

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

This text font color is #6B447C.

Background Color

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

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

This div background color is #6B447C.

Border color

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

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

This div border color is #6B447C.

Opacity

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

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

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

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

This text has shadow with #6B447C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B447C.

Preview

Color preview on black background

This text has color #6B447C on black background.


Color preview on white background

This text has color #6B447C on white background.


Black color preview on #6B447C background

This text has black color on #6B447C background.


White color preview on #6B447C background

This text has white color on #6B447C background.


Related colors

Complementary color

Complementary color for #hex is #94BB83.


I love getcolorcode.com

Triadic colors

1 #7C6B44 and #447C6B with #6B447C are triadic colors.

2 #7C446B and #446B7C with #6B447C are triadic colors.