COLOR #6B1955

HEX: #6B1955
RGB: (107,25,85)

Color info

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

RGB color model

#6B1955 color RGB value is (107,25,85).

  • red value is 107;
  • green value is 25;
  • blue value is 85.
RGB:
(107,25,85)
(42%,10%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 25 of 255 = 10%
B 85 of 255 = 33%

107
25
85

R + G + B ~ 28%. #6B1955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 25 + 85 = 217 (100%)
R 107 of 217 ~ 49.31%
G 25 of 217 ~ 11.52%
B 85 of 217 ~ 39.17%

%49.31
%11.52
%39.17

CMYK color model

#6B1955 color CMYK value is (0,77,21,58).

  • cyan value is 0.00%
  • magenta value is 76.64%
  • yellow value is 20.56%
  • key color value is 58.04%
CMYK:
(0,77,21,58)
C0M77Y21K58 
(0%,77%,21%,58%)
(0.00/0.77/0.21/0.58)	

CMYK percentages

%0
%76.64
%20.56
%58.04

Codes

Color #6B1955 in popluar color models

6B1955
RGB1072585
HSL316°62.12%25.88%
HSB/HSV316°76.64%41.96%
CMYK0.00%76.64%20.56%
58.04%

Color #6B1955 in popluar number systems.

HEX6B1955
Decimal1072585
Binary1101011110011010101
Octal15331125

Shades and tints

Shades of #6B1955

#6B1955
(107,25,85)
#62174E
(98,23,78)
#591547
(89,21,71)
#501340
(80,19,64)
#471139
(71,17,57)
#3E0F32
(62,15,50)
#350D2B
(53,13,43)
#2C0B24
(44,11,36)
#23091D
(35,9,29)
#1A0716
(26,7,22)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #6B1955

#6B1955
(107,25,85)
#782D64
(120,45,100)
#854173
(133,65,115)
#925582
(146,85,130)
#9F6991
(159,105,145)
#AC7DA0
(172,125,160)
#B991AF
(185,145,175)
#C6A5BE
(198,165,190)
#D3B9CD
(211,185,205)
#E0CDDC
(224,205,220)
#EDE1EB
(237,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1955 color. Also use rgb(107,25,85) instead hex code.

Text Font Color

.myTextColor { color: #6B1955; }

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

This text font color is #6B1955.


Background Color

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

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

This div background color is #6B1955.


Border color

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

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

This div border color is #6B1955.


Opacity

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

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

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

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

This text has shadow with #6B1955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1955 on black background.


Color preview on white background

This text has color #6B1955 on white background.



Black color preview on #6B1955 background

This text has black color on #6B1955 background.


White color preview on #6B1955 background

This text has white color on #6B1955 background.