COLOR #6C1865

HEX: #6C1865
RGB: (108,24,101)

Color info

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

RGB color model

#6C1865 color RGB value is (108,24,101).

  • red value is 108;
  • green value is 24;
  • blue value is 101.
RGB:
(108,24,101)
(42%,9%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 24 of 255 = 9%
B 101 of 255 = 40%

108
24
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 24 + 101 = 233 (100%)
R 108 of 233 ~ 46.35%
G 24 of 233 ~ 10.3%
B 101 of 233 ~ 43.35%

%46.35
%10.3
%43.35

CMYK color model

#6C1865 color CMYK value is (0,78,6,58).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,78,6,58)
C0M78Y6K58 
(0%,78%,6%,58%)
(0.00/0.78/0.06/0.58)	

CMYK percentages

%0
%77.78
%6.48
%57.65

Codes

Color #6C1865 in popluar color models

6C1865
RGB10824101
HSL305°63.64%25.88%
HSB/HSV305°77.78%42.35%
CMYK0.00%77.78%6.48%
57.65%

Color #6C1865 in popluar number systems.

HEX6C1865
Decimal10824101
Binary1101100110001100101
Octal15430145

Shades and tints

Shades of #6C1865

#6C1865
(108,24,101)
#63165C
(99,22,92)
#5A1453
(90,20,83)
#51124A
(81,18,74)
#481041
(72,16,65)
#3F0E38
(63,14,56)
#360C2F
(54,12,47)
#2D0A26
(45,10,38)
#24081D
(36,8,29)
#1B0614
(27,6,20)
#12040B
(18,4,11)
#000000
(0,0,0)

Tints of #6C1865

#6C1865
(108,24,101)
#792D73
(121,45,115)
#864281
(134,66,129)
#93578F
(147,87,143)
#A06C9D
(160,108,157)
#AD81AB
(173,129,171)
#BA96B9
(186,150,185)
#C7ABC7
(199,171,199)
#D4C0D5
(212,192,213)
#E1D5E3
(225,213,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1865 color. Also use rgb(108,24,101) instead hex code.

Text Font Color

.myTextColor { color: #6C1865; }

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

This text font color is #6C1865.


Background Color

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

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

This div background color is #6C1865.


Border color

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

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

This div border color is #6C1865.


Opacity

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

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

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

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

This text has shadow with #6C1865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1865 on black background.


Color preview on white background

This text has color #6C1865 on white background.



Black color preview on #6C1865 background

This text has black color on #6C1865 background.


White color preview on #6C1865 background

This text has white color on #6C1865 background.