COLOR #6B0462

HEX: #6B0462
RGB: (107,4,98)

Color info

#6B0462 contains mainly red and blue colors. Web safe color of #6B0462 is #660066 (or #606).

RGB color model

#6B0462 color RGB value is (107,4,98).

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

RGB channels and saturation

R 107 of 255 = 42%
G 4 of 255 = 2%
B 98 of 255 = 38%

107
4
98

R + G + B ~ 27%. #6B0462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 4 + 98 = 209 (100%)
R 107 of 209 ~ 51.2%
G 4 of 209 ~ 1.91%
B 98 of 209 ~ 46.89%

%51.2
%46.89

CMYK color model

#6B0462 color CMYK value is (0,96,8,58).

  • cyan value is 0.00%
  • magenta value is 96.26%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,96,8,58)
C0M96Y8K58 
(0%,96%,8%,58%)
(0.00/0.96/0.08/0.58)	

CMYK percentages

%0
%96.26
%8.41
%58.04

Codes

Color #6B0462 in popluar color models

6B0462
RGB107498
HSL305°92.79%21.76%
HSB/HSV305°96.26%41.96%
CMYK0.00%96.26%8.41%
58.04%

Color #6B0462 in popluar number systems.

HEX6B0462
Decimal107498
Binary11010111001100010
Octal1534142

Shades and tints

Shades of #6B0462

#6B0462
(107,4,98)
#62045A
(98,4,90)
#590452
(89,4,82)
#50044A
(80,4,74)
#470442
(71,4,66)
#3E043A
(62,4,58)
#350432
(53,4,50)
#2C042A
(44,4,42)
#230422
(35,4,34)
#1A041A
(26,4,26)
#110412
(17,4,18)
#000000
(0,0,0)

Tints of #6B0462

#6B0462
(107,4,98)
#781A70
(120,26,112)
#85307E
(133,48,126)
#92468C
(146,70,140)
#9F5C9A
(159,92,154)
#AC72A8
(172,114,168)
#B988B6
(185,136,182)
#C69EC4
(198,158,196)
#D3B4D2
(211,180,210)
#E0CAE0
(224,202,224)
#EDE0EE
(237,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B0462; }

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

This text font color is #6B0462.


Background Color

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

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

This div background color is #6B0462.


Border color

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

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

This div border color is #6B0462.


Opacity

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

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

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

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

This text has shadow with #6B0462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0462 on black background.


Color preview on white background

This text has color #6B0462 on white background.



Black color preview on #6B0462 background

This text has black color on #6B0462 background.


White color preview on #6B0462 background

This text has white color on #6B0462 background.