COLOR #6C1469

HEX: #6C1469
RGB: (108,20,105)

Color info

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

RGB color model

#6C1469 color RGB value is (108,20,105).

  • red value is 108;
  • green value is 20;
  • blue value is 105.
RGB:
(108,20,105)
(42%,8%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 20 of 255 = 8%
B 105 of 255 = 41%

108
20
105

R + G + B ~ 30%. #6C1469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 20 + 105 = 233 (100%)
R 108 of 233 ~ 46.35%
G 20 of 233 ~ 8.58%
B 105 of 233 ~ 45.06%

%46.35
%45.06

CMYK color model

#6C1469 color CMYK value is (0,81,3,58).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(0,81,3,58)
C0M81Y3K58 
(0%,81%,3%,58%)
(0.00/0.81/0.03/0.58)	

CMYK percentages

%0
%81.48
%2.78
%57.65

Codes

Color #6C1469 in popluar color models

6C1469
RGB10820105
HSL302°68.75%25.10%
HSB/HSV302°81.48%42.35%
CMYK0.00%81.48%2.78%
57.65%

Color #6C1469 in popluar number systems.

HEX6C1469
Decimal10820105
Binary1101100101001101001
Octal15424151

Shades and tints

Shades of #6C1469

#6C1469
(108,20,105)
#631360
(99,19,96)
#5A1257
(90,18,87)
#51114E
(81,17,78)
#481045
(72,16,69)
#3F0F3C
(63,15,60)
#360E33
(54,14,51)
#2D0D2A
(45,13,42)
#240C21
(36,12,33)
#1B0B18
(27,11,24)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #6C1469

#6C1469
(108,20,105)
#792976
(121,41,118)
#863E83
(134,62,131)
#935390
(147,83,144)
#A0689D
(160,104,157)
#AD7DAA
(173,125,170)
#BA92B7
(186,146,183)
#C7A7C4
(199,167,196)
#D4BCD1
(212,188,209)
#E1D1DE
(225,209,222)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1469 color. Also use rgb(108,20,105) instead hex code.

Text Font Color

.myTextColor { color: #6C1469; }

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

This text font color is #6C1469.


Background Color

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

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

This div background color is #6C1469.


Border color

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

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

This div border color is #6C1469.


Opacity

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

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

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

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

This text has shadow with #6C1469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1469 on black background.


Color preview on white background

This text has color #6C1469 on white background.



Black color preview on #6C1469 background

This text has black color on #6C1469 background.


White color preview on #6C1469 background

This text has white color on #6C1469 background.