COLOR #6B427B

HEX: #6B427B RGB: (107,66,123)

Color info

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

RGB color model

#6B427B color RGB value is (107,66,123).

RGB: (107,66,123) (42%, 26%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 123 of 255 = 48%

107
66
123

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

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 123 = 296 (100%)
R 107 of 296 ~ 36.15%
G 66 of 296 ~ 22.3%
B 123 of 296 ~ 41.55'%

%36.15
%22.3
%41.55

CMYK color model

#6B427B color CMYK value is (13,46,0,52).

  • cyan value is 13.01%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (13,46,0,52)
C13M46Y0K52 (13%, 46%, 0%, 52%)
(0.13 / 0.46 / 0.00 / 0.52)

CMYK percentages

%13.01
%46.34
%0
%51.76

Codes

Color #6B427B in popluar color models

6B 42 7B
RGB 107 66 123
HSL 283° 30.16% 37.06%
HSB/HSV 283° 46.34% 48.24%
CMYK 13.01% 46.34% 0.00%
51.76%

Color #6B427B in popluar number systems.

HEX 6B 42 7B
Decimal 107 66 123
Binary 1101011 1000010 1111011
Octal 153 102 173

Shades and tints

Shades of #6B427B

#6B427B
(107,66,123)
#623C70
(98,60,112)
#593665
(89,54,101)
#50305A
(80,48,90)
#472A4F
(71,42,79)
#3E2444
(62,36,68)
#351E39
(53,30,57)
#2C182E
(44,24,46)
#231223
(35,18,35)
#1A0C18
(26,12,24)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B427B

#6B427B
(107,66,123)
#785387
(120,83,135)
#856493
(133,100,147)
#92759F
(146,117,159)
#9F86AB
(159,134,171)
#AC97B7
(172,151,183)
#B9A8C3
(185,168,195)
#C6B9CF
(198,185,207)
#D3CADB
(211,202,219)
#E0DBE7
(224,219,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B427B color. Also use rgb(107,66,123) instead hex code.

Text Font Color

.myTextColor { color: #6B427B; }

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

This text font color is #6B427B.

Background Color

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

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

This div background color is #6B427B.

Border color

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

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

This div border color is #6B427B.

Opacity

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

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

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

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

This text has shadow with #6B427B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B427B.

Preview

Color preview on black background

This text has color #6B427B on black background.


Color preview on white background

This text has color #6B427B on white background.


Black color preview on #6B427B background

This text has black color on #6B427B background.


White color preview on #6B427B background

This text has white color on #6B427B background.


Related colors

Complementary color

Complementary color for #hex is #94BD84.


I love getcolorcode.com

Triadic colors

1 #7B6B42 and #427B6B with #6B427B are triadic colors.

2 #7B426B and #426B7B with #6B427B are triadic colors.