COLOR #6C268D

HEX: #6C268D RGB: (108,38,141)

Color info

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

RGB color model

#6C268D color RGB value is (108,38,141).

RGB: (108,38,141) (42%, 15%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 38 of 255 = 15%
B 141 of 255 = 55%

108
38
141

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

Portions of RGB colors in percentages

R + G + B = 108 + 38 + 141 = 287 (100%)
R 108 of 287 ~ 37.63%
G 38 of 287 ~ 13.24%
B 141 of 287 ~ 49.13'%

%37.63
%13.24
%49.13

CMYK color model

#6C268D color CMYK value is (23,73,0,45).

  • cyan value is 23.40%
  • magenta value is 73.05%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (23,73,0,45)
C23M73Y0K45 (23%, 73%, 0%, 45%)
(0.23 / 0.73 / 0.00 / 0.45)

CMYK percentages

%23.4
%73.05
%0
%44.71

Codes

Color #6C268D in popluar color models

6C 26 8D
RGB 108 38 141
HSL 281° 57.54% 35.10%
HSB/HSV 281° 73.05% 55.29%
CMYK 23.40% 73.05% 0.00%
44.71%

Color #6C268D in popluar number systems.

HEX 6C 26 8D
Decimal 108 38 141
Binary 1101100 100110 10001101
Octal 154 46 215

Shades and tints

Shades of #6C268D

#6C268D
(108,38,141)
#632381
(99,35,129)
#5A2075
(90,32,117)
#511D69
(81,29,105)
#481A5D
(72,26,93)
#3F1751
(63,23,81)
#361445
(54,20,69)
#2D1139
(45,17,57)
#240E2D
(36,14,45)
#1B0B21
(27,11,33)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #6C268D

#6C268D
(108,38,141)
#793997
(121,57,151)
#864CA1
(134,76,161)
#935FAB
(147,95,171)
#A072B5
(160,114,181)
#AD85BF
(173,133,191)
#BA98C9
(186,152,201)
#C7ABD3
(199,171,211)
#D4BEDD
(212,190,221)
#E1D1E7
(225,209,231)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C268D; }

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

This text font color is #6C268D.

Background Color

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

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

This div background color is #6C268D.

Border color

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

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

This div border color is #6C268D.

Opacity

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

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

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

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

This text has shadow with #6C268D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C268D.

Preview

Color preview on black background

This text has color #6C268D on black background.


Color preview on white background

This text has color #6C268D on white background.


Black color preview on #6C268D background

This text has black color on #6C268D background.


White color preview on #6C268D background

This text has white color on #6C268D background.


Related colors

Complementary color

Complementary color for #hex is #93D972.


I love getcolorcode.com

Triadic colors

1 #8D6C26 and #268D6C with #6C268D are triadic colors.

2 #8D266C and #266C8D with #6C268D are triadic colors.