COLOR #6B425C

HEX: #6B425C
RGB: (107,66,92)

Color info

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

RGB color model

#6B425C color RGB value is (107,66,92).

  • red value is 107;
  • green value is 66;
  • blue value is 92.
RGB:
(107,66,92)
(42%,26%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 92 of 255 = 36%

107
66
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 66 + 92 = 265 (100%)
R 107 of 265 ~ 40.38%
G 66 of 265 ~ 24.91%
B 92 of 265 ~ 34.72%

%40.38
%24.91
%34.72

CMYK color model

#6B425C color CMYK value is (0,38,14,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,38,14,58)
C0M38Y14K58 
(0%,38%,14%,58%)
(0.00/0.38/0.14/0.58)	

CMYK percentages

%0
%38.32
%14.02
%58.04

Codes

Color #6B425C in popluar color models

6B425C
RGB1076692
HSL322°23.70%33.92%
HSB/HSV322°38.32%41.96%
CMYK0.00%38.32%14.02%
58.04%

Color #6B425C in popluar number systems.

HEX6B425C
Decimal1076692
Binary110101110000101011100
Octal153102134

Shades and tints

Shades of #6B425C

#6B425C
(107,66,92)
#623C54
(98,60,84)
#59364C
(89,54,76)
#503044
(80,48,68)
#472A3C
(71,42,60)
#3E2434
(62,36,52)
#351E2C
(53,30,44)
#2C1824
(44,24,36)
#23121C
(35,18,28)
#1A0C14
(26,12,20)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #6B425C

#6B425C
(107,66,92)
#78536A
(120,83,106)
#856478
(133,100,120)
#927586
(146,117,134)
#9F8694
(159,134,148)
#AC97A2
(172,151,162)
#B9A8B0
(185,168,176)
#C6B9BE
(198,185,190)
#D3CACC
(211,202,204)
#E0DBDA
(224,219,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B425C; }

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

This text font color is #6B425C.


Background Color

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

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

This div background color is #6B425C.


Border color

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

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

This div border color is #6B425C.


Opacity

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

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

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

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

This text has shadow with #6B425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B425C on black background.


Color preview on white background

This text has color #6B425C on white background.



Black color preview on #6B425C background

This text has black color on #6B425C background.


White color preview on #6B425C background

This text has white color on #6B425C background.