COLOR #6C268A

HEX: #6C268A
RGB: (108,38,138)

Color info

#6C268A contains mainly red and blue colors. Web safe color of #6C268A is #663399 (or #639).

RGB color model

#6C268A color RGB value is (108,38,138).

  • red value is 108;
  • green value is 38;
  • blue value is 138.
RGB:
(108,38,138)
(42%,15%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 38 of 255 = 15%
B 138 of 255 = 54%

108
38
138

R + G + B ~ 37%. #6C268A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 38 + 138 = 284 (100%)
R 108 of 284 ~ 38.03%
G 38 of 284 ~ 13.38%
B 138 of 284 ~ 48.59%

%38.03
%13.38
%48.59

CMYK color model

#6C268A color CMYK value is (22,72,0,46).

  • cyan value is 21.74%
  • magenta value is 72.46%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,72,0,46)
C22M72Y0K46 
(22%,72%,0%,46%)
(0.22/0.72/0.00/0.46)	

CMYK percentages

%21.74
%72.46
%0
%45.88

Codes

Color #6C268A in popluar color models

6C268A
RGB10838138
HSL282°56.82%34.51%
HSB/HSV282°72.46%54.12%
CMYK21.74%72.46%0.00%
45.88%

Color #6C268A in popluar number systems.

HEX6C268A
Decimal10838138
Binary110110010011010001010
Octal15446212

Shades and tints

Shades of #6C268A

#6C268A
(108,38,138)
#63237E
(99,35,126)
#5A2072
(90,32,114)
#511D66
(81,29,102)
#481A5A
(72,26,90)
#3F174E
(63,23,78)
#361442
(54,20,66)
#2D1136
(45,17,54)
#240E2A
(36,14,42)
#1B0B1E
(27,11,30)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #6C268A

#6C268A
(108,38,138)
#793994
(121,57,148)
#864C9E
(134,76,158)
#935FA8
(147,95,168)
#A072B2
(160,114,178)
#AD85BC
(173,133,188)
#BA98C6
(186,152,198)
#C7ABD0
(199,171,208)
#D4BEDA
(212,190,218)
#E1D1E4
(225,209,228)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C268A; }

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

This text font color is #6C268A.


Background Color

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

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

This div background color is #6C268A.


Border color

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

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

This div border color is #6C268A.


Opacity

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

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

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

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

This text has shadow with #6C268A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C268A on black background.


Color preview on white background

This text has color #6C268A on white background.



Black color preview on #6C268A background

This text has black color on #6C268A background.


White color preview on #6C268A background

This text has white color on #6C268A background.