COLOR #6C0630

HEX: #6C0630
RGB: (108,6,48)

Color info

#6C0630 contains mainly red color. Web safe color of #6C0630 is #660033 (or #603).

RGB color model

#6C0630 color RGB value is (108,6,48).

  • red value is 108;
  • green value is 6;
  • blue value is 48.
RGB:
(108,6,48)
(42%,2%,19%)

RGB channels and saturation

R 108 of 255 = 42%
G 6 of 255 = 2%
B 48 of 255 = 19%

108
6
48

R + G + B ~ 21%. #6C0630 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 6 + 48 = 162 (100%)
R 108 of 162 ~ 66.67%
G 6 of 162 ~ 3.7%
B 48 of 162 ~ 29.63%

%66.67
%29.63

CMYK color model

#6C0630 color CMYK value is (0,94,56,58).

  • cyan value is 0.00%
  • magenta value is 94.44%
  • yellow value is 55.56%
  • key color value is 57.65%
CMYK:
(0,94,56,58)
C0M94Y56K58 
(0%,94%,56%,58%)
(0.00/0.94/0.56/0.58)	

CMYK percentages

%0
%94.44
%55.56
%57.65

Codes

Color #6C0630 in popluar color models

6C0630
RGB108648
HSL335°89.47%22.35%
HSB/HSV335°94.44%42.35%
CMYK0.00%94.44%55.56%
57.65%

Color #6C0630 in popluar number systems.

HEX6C0630
Decimal108648
Binary1101100110110000
Octal154660

Shades and tints

Shades of #6C0630

#6C0630
(108,6,48)
#63062C
(99,6,44)
#5A0628
(90,6,40)
#510624
(81,6,36)
#480620
(72,6,32)
#3F061C
(63,6,28)
#360618
(54,6,24)
#2D0614
(45,6,20)
#240610
(36,6,16)
#1B060C
(27,6,12)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #6C0630

#6C0630
(108,6,48)
#791C42
(121,28,66)
#863254
(134,50,84)
#934866
(147,72,102)
#A05E78
(160,94,120)
#AD748A
(173,116,138)
#BA8A9C
(186,138,156)
#C7A0AE
(199,160,174)
#D4B6C0
(212,182,192)
#E1CCD2
(225,204,210)
#EEE2E4
(238,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C0630; }

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

This text font color is #6C0630.


Background Color

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

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

This div background color is #6C0630.


Border color

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

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

This div border color is #6C0630.


Opacity

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

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

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

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

This text has shadow with #6C0630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0630 on black background.


Color preview on white background

This text has color #6C0630 on white background.



Black color preview on #6C0630 background

This text has black color on #6C0630 background.


White color preview on #6C0630 background

This text has white color on #6C0630 background.