COLOR #6B4062

HEX: #6B4062
RGB: (107,64,98)

Color info

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

RGB color model

#6B4062 color RGB value is (107,64,98).

  • red value is 107;
  • green value is 64;
  • blue value is 98.
RGB:
(107,64,98)
(42%,25%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 98 of 255 = 38%

107
64
98

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

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 98 = 269 (100%)
R 107 of 269 ~ 39.78%
G 64 of 269 ~ 23.79%
B 98 of 269 ~ 36.43%

%39.78
%23.79
%36.43

CMYK color model

#6B4062 color CMYK value is (0,40,8,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,40,8,58)
C0M40Y8K58 
(0%,40%,8%,58%)
(0.00/0.40/0.08/0.58)	

CMYK percentages

%0
%40.19
%8.41
%58.04

Codes

Color #6B4062 in popluar color models

6B4062
RGB1076498
HSL313°25.15%33.53%
HSB/HSV313°40.19%41.96%
CMYK0.00%40.19%8.41%
58.04%

Color #6B4062 in popluar number systems.

HEX6B4062
Decimal1076498
Binary110101110000001100010
Octal153100142

Shades and tints

Shades of #6B4062

#6B4062
(107,64,98)
#623B5A
(98,59,90)
#593652
(89,54,82)
#50314A
(80,49,74)
#472C42
(71,44,66)
#3E273A
(62,39,58)
#352232
(53,34,50)
#2C1D2A
(44,29,42)
#231822
(35,24,34)
#1A131A
(26,19,26)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #6B4062

#6B4062
(107,64,98)
#785170
(120,81,112)
#85627E
(133,98,126)
#92738C
(146,115,140)
#9F849A
(159,132,154)
#AC95A8
(172,149,168)
#B9A6B6
(185,166,182)
#C6B7C4
(198,183,196)
#D3C8D2
(211,200,210)
#E0D9E0
(224,217,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4062 color. Also use rgb(107,64,98) instead hex code.

Text Font Color

.myTextColor { color: #6B4062; }

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

This text font color is #6B4062.


Background Color

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

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

This div background color is #6B4062.


Border color

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

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

This div border color is #6B4062.


Opacity

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

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

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

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

This text has shadow with #6B4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4062 on black background.


Color preview on white background

This text has color #6B4062 on white background.



Black color preview on #6B4062 background

This text has black color on #6B4062 background.


White color preview on #6B4062 background

This text has white color on #6B4062 background.