COLOR #6C365A

HEX: #6C365A
RGB: (108,54,90)

Color info

#6C365A contains red, green and blue colors in about the same proportion. Web safe color of #6C365A is #663366 (or #636).

RGB color model

#6C365A color RGB value is (108,54,90).

  • red value is 108;
  • green value is 54;
  • blue value is 90.
RGB:
(108,54,90)
(42%,21%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 90 of 255 = 35%

108
54
90

R + G + B ~ 33%. #6C365A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 54 + 90 = 252 (100%)
R 108 of 252 ~ 42.86%
G 54 of 252 ~ 21.43%
B 90 of 252 ~ 35.71%

%42.86
%21.43
%35.71

CMYK color model

#6C365A color CMYK value is (0,50,17,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(0,50,17,58)
C0M50Y17K58 
(0%,50%,17%,58%)
(0.00/0.50/0.17/0.58)	

CMYK percentages

%0
%50
%16.67
%57.65

Codes

Color #6C365A in popluar color models

6C365A
RGB1085490
HSL320°33.33%31.76%
HSB/HSV320°50.00%42.35%
CMYK0.00%50.00%16.67%
57.65%

Color #6C365A in popluar number systems.

HEX6C365A
Decimal1085490
Binary11011001101101011010
Octal15466132

Shades and tints

Shades of #6C365A

#6C365A
(108,54,90)
#633252
(99,50,82)
#5A2E4A
(90,46,74)
#512A42
(81,42,66)
#48263A
(72,38,58)
#3F2232
(63,34,50)
#361E2A
(54,30,42)
#2D1A22
(45,26,34)
#24161A
(36,22,26)
#1B1212
(27,18,18)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C365A

#6C365A
(108,54,90)
#794869
(121,72,105)
#865A78
(134,90,120)
#936C87
(147,108,135)
#A07E96
(160,126,150)
#AD90A5
(173,144,165)
#BAA2B4
(186,162,180)
#C7B4C3
(199,180,195)
#D4C6D2
(212,198,210)
#E1D8E1
(225,216,225)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C365A color. Also use rgb(108,54,90) instead hex code.

Text Font Color

.myTextColor { color: #6C365A; }

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

This text font color is #6C365A.


Background Color

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

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

This div background color is #6C365A.


Border color

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

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

This div border color is #6C365A.


Opacity

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

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

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

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

This text has shadow with #6C365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C365A on black background.


Color preview on white background

This text has color #6C365A on white background.



Black color preview on #6C365A background

This text has black color on #6C365A background.


White color preview on #6C365A background

This text has white color on #6C365A background.