COLOR #6A1B6D

HEX: #6A1B6D
RGB: (106,27,109)

Color info

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

RGB color model

#6A1B6D color RGB value is (106,27,109).

  • red value is 106;
  • green value is 27;
  • blue value is 109.
RGB:
(106,27,109)
(42%,11%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 27 of 255 = 11%
B 109 of 255 = 43%

106
27
109

R + G + B ~ 32%. #6A1B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 27 + 109 = 242 (100%)
R 106 of 242 ~ 43.8%
G 27 of 242 ~ 11.16%
B 109 of 242 ~ 45.04%

%43.8
%11.16
%45.04

CMYK color model

#6A1B6D color CMYK value is (3,75,0,57).

  • cyan value is 2.75%
  • magenta value is 75.23%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(3,75,0,57)
C3M75Y0K57 
(3%,75%,0%,57%)
(0.03/0.75/0.00/0.57)	

CMYK percentages

%2.75
%75.23
%0
%57.25

Codes

Color #6A1B6D in popluar color models

6A1B6D
RGB10627109
HSL298°60.29%26.67%
HSB/HSV298°75.23%42.75%
CMYK2.75%75.23%0.00%
57.25%

Color #6A1B6D in popluar number systems.

HEX6A1B6D
Decimal10627109
Binary1101010110111101101
Octal15233155

Shades and tints

Shades of #6A1B6D

#6A1B6D
(106,27,109)
#611964
(97,25,100)
#58175B
(88,23,91)
#4F1552
(79,21,82)
#461349
(70,19,73)
#3D1140
(61,17,64)
#340F37
(52,15,55)
#2B0D2E
(43,13,46)
#220B25
(34,11,37)
#19091C
(25,9,28)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #6A1B6D

#6A1B6D
(106,27,109)
#772F7A
(119,47,122)
#844387
(132,67,135)
#915794
(145,87,148)
#9E6BA1
(158,107,161)
#AB7FAE
(171,127,174)
#B893BB
(184,147,187)
#C5A7C8
(197,167,200)
#D2BBD5
(210,187,213)
#DFCFE2
(223,207,226)
#ECE3EF
(236,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1B6D color. Also use rgb(106,27,109) instead hex code.

Text Font Color

.myTextColor { color: #6A1B6D; }

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

This text font color is #6A1B6D.


Background Color

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

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

This div background color is #6A1B6D.


Border color

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

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

This div border color is #6A1B6D.


Opacity

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

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

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

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

This text has shadow with #6A1B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1B6D on black background.


Color preview on white background

This text has color #6A1B6D on white background.



Black color preview on #6A1B6D background

This text has black color on #6A1B6D background.


White color preview on #6A1B6D background

This text has white color on #6A1B6D background.