COLOR #6C4262

HEX: #6C4262
RGB: (108,66,98)

Color info

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

RGB color model

#6C4262 color RGB value is (108,66,98).

  • red value is 108;
  • green value is 66;
  • blue value is 98.
RGB:
(108,66,98)
(42%,26%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 98 of 255 = 38%

108
66
98

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

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 98 = 272 (100%)
R 108 of 272 ~ 39.71%
G 66 of 272 ~ 24.26%
B 98 of 272 ~ 36.03%

%39.71
%24.26
%36.03

CMYK color model

#6C4262 color CMYK value is (0,39,9,58).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(0,39,9,58)
C0M39Y9K58 
(0%,39%,9%,58%)
(0.00/0.39/0.09/0.58)	

CMYK percentages

%0
%38.89
%9.26
%57.65

Codes

Color #6C4262 in popluar color models

6C4262
RGB1086698
HSL314°24.14%34.12%
HSB/HSV314°38.89%42.35%
CMYK0.00%38.89%9.26%
57.65%

Color #6C4262 in popluar number systems.

HEX6C4262
Decimal1086698
Binary110110010000101100010
Octal154102142

Shades and tints

Shades of #6C4262

#6C4262
(108,66,98)
#633C5A
(99,60,90)
#5A3652
(90,54,82)
#51304A
(81,48,74)
#482A42
(72,42,66)
#3F243A
(63,36,58)
#361E32
(54,30,50)
#2D182A
(45,24,42)
#241222
(36,18,34)
#1B0C1A
(27,12,26)
#120612
(18,6,18)
#000000
(0,0,0)

Tints of #6C4262

#6C4262
(108,66,98)
#795370
(121,83,112)
#86647E
(134,100,126)
#93758C
(147,117,140)
#A0869A
(160,134,154)
#AD97A8
(173,151,168)
#BAA8B6
(186,168,182)
#C7B9C4
(199,185,196)
#D4CAD2
(212,202,210)
#E1DBE0
(225,219,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4262 color. Also use rgb(108,66,98) instead hex code.

Text Font Color

.myTextColor { color: #6C4262; }

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

This text font color is #6C4262.


Background Color

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

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

This div background color is #6C4262.


Border color

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

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

This div border color is #6C4262.


Opacity

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

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

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

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

This text has shadow with #6C4262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4262 on black background.


Color preview on white background

This text has color #6C4262 on white background.



Black color preview on #6C4262 background

This text has black color on #6C4262 background.


White color preview on #6C4262 background

This text has white color on #6C4262 background.