COLOR #6A2558

HEX: #6A2558
RGB: (106,37,88)

Color info

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

RGB color model

#6A2558 color RGB value is (106,37,88).

  • red value is 106;
  • green value is 37;
  • blue value is 88.
RGB:
(106,37,88)
(42%,15%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 88 of 255 = 35%

106
37
88

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

Portions of RGB colors in percentages

R + G + B =
106 + 37 + 88 = 231 (100%)
R 106 of 231 ~ 45.89%
G 37 of 231 ~ 16.02%
B 88 of 231 ~ 38.1%

%45.89
%16.02
%38.1

CMYK color model

#6A2558 color CMYK value is (0,65,17,58).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(0,65,17,58)
C0M65Y17K58 
(0%,65%,17%,58%)
(0.00/0.65/0.17/0.58)	

CMYK percentages

%0
%65.09
%16.98
%58.43

Codes

Color #6A2558 in popluar color models

6A2558
RGB1063788
HSL316°48.25%28.04%
HSB/HSV316°65.09%41.57%
CMYK0.00%65.09%16.98%
58.43%

Color #6A2558 in popluar number systems.

HEX6A2558
Decimal1063788
Binary11010101001011011000
Octal15245130

Shades and tints

Shades of #6A2558

#6A2558
(106,37,88)
#612250
(97,34,80)
#581F48
(88,31,72)
#4F1C40
(79,28,64)
#461938
(70,25,56)
#3D1630
(61,22,48)
#341328
(52,19,40)
#2B1020
(43,16,32)
#220D18
(34,13,24)
#190A10
(25,10,16)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #6A2558

#6A2558
(106,37,88)
#773867
(119,56,103)
#844B76
(132,75,118)
#915E85
(145,94,133)
#9E7194
(158,113,148)
#AB84A3
(171,132,163)
#B897B2
(184,151,178)
#C5AAC1
(197,170,193)
#D2BDD0
(210,189,208)
#DFD0DF
(223,208,223)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2558 color. Also use rgb(106,37,88) instead hex code.

Text Font Color

.myTextColor { color: #6A2558; }

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

This text font color is #6A2558.


Background Color

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

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

This div background color is #6A2558.


Border color

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

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

This div border color is #6A2558.


Opacity

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

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

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

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

This text has shadow with #6A2558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2558 on black background.


Color preview on white background

This text has color #6A2558 on white background.



Black color preview on #6A2558 background

This text has black color on #6A2558 background.


White color preview on #6A2558 background

This text has white color on #6A2558 background.