COLOR #6B295A

HEX: #6B295A
RGB: (107,41,90)

Color info

#6B295A contains mainly red and blue colors. Web safe color of #6B295A is #663366 (or #636).

RGB color model

#6B295A color RGB value is (107,41,90).

  • red value is 107;
  • green value is 41;
  • blue value is 90.
RGB:
(107,41,90)
(42%,16%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 41 of 255 = 16%
B 90 of 255 = 35%

107
41
90

R + G + B ~ 31%. #6B295A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 41 + 90 = 238 (100%)
R 107 of 238 ~ 44.96%
G 41 of 238 ~ 17.23%
B 90 of 238 ~ 37.82%

%44.96
%17.23
%37.82

CMYK color model

#6B295A color CMYK value is (0,62,16,58).

  • cyan value is 0.00%
  • magenta value is 61.68%
  • yellow value is 15.89%
  • key color value is 58.04%
CMYK:
(0,62,16,58)
C0M62Y16K58 
(0%,62%,16%,58%)
(0.00/0.62/0.16/0.58)	

CMYK percentages

%0
%61.68
%15.89
%58.04

Codes

Color #6B295A in popluar color models

6B295A
RGB1074190
HSL315°44.59%29.02%
HSB/HSV315°61.68%41.96%
CMYK0.00%61.68%15.89%
58.04%

Color #6B295A in popluar number systems.

HEX6B295A
Decimal1074190
Binary11010111010011011010
Octal15351132

Shades and tints

Shades of #6B295A

#6B295A
(107,41,90)
#622652
(98,38,82)
#59234A
(89,35,74)
#502042
(80,32,66)
#471D3A
(71,29,58)
#3E1A32
(62,26,50)
#35172A
(53,23,42)
#2C1422
(44,20,34)
#23111A
(35,17,26)
#1A0E12
(26,14,18)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #6B295A

#6B295A
(107,41,90)
#783C69
(120,60,105)
#854F78
(133,79,120)
#926287
(146,98,135)
#9F7596
(159,117,150)
#AC88A5
(172,136,165)
#B99BB4
(185,155,180)
#C6AEC3
(198,174,195)
#D3C1D2
(211,193,210)
#E0D4E1
(224,212,225)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B295A color. Also use rgb(107,41,90) instead hex code.

Text Font Color

.myTextColor { color: #6B295A; }

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

This text font color is #6B295A.


Background Color

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

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

This div background color is #6B295A.


Border color

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

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

This div border color is #6B295A.


Opacity

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

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

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

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

This text has shadow with #6B295A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B295A on black background.


Color preview on white background

This text has color #6B295A on white background.



Black color preview on #6B295A background

This text has black color on #6B295A background.


White color preview on #6B295A background

This text has white color on #6B295A background.