COLOR #6D0283

HEX: #6D0283 RGB: (109,2,131)

Color info

#6D0283 contains mainly red and blue colors. Web safe color of #6D0283 is #660099 (or #609).

RGB color model

#6D0283 color RGB value is (109,2,131).

RGB: (109,2,131) (43%, 1%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 2 of 255 = 1%
B 131 of 255 = 51%

109
2
131

R + G + B ~ 32%. #6D0283 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 2 + 131 = 242 (100%)
R 109 of 242 ~ 45.04%
G 2 of 242 ~ 0.83%
B 131 of 242 ~ 54.13'%

%45.04
%54.13

CMYK color model

#6D0283 color CMYK value is (17,98,0,49).

  • cyan value is 16.79%
  • magenta value is 98.47%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (17,98,0,49)
C17M98Y0K49 (17%, 98%, 0%, 49%)
(0.17 / 0.98 / 0.00 / 0.49)

CMYK percentages

%16.79
%98.47
%0
%48.63

Codes

Color #6D0283 in popluar color models

6D 02 83
RGB 109 2 131
HSL 290° 96.99% 26.08%
HSB/HSV 290° 98.47% 51.37%
CMYK 16.79% 98.47% 0.00%
48.63%

Color #6D0283 in popluar number systems.

HEX 6D 02 83
Decimal 109 2 131
Binary 1101101 10 10000011
Octal 155 2 203

Shades and tints

Shades of #6D0283

#6D0283
(109,2,131)
#640278
(100,2,120)
#5B026D
(91,2,109)
#520262
(82,2,98)
#490257
(73,2,87)
#40024C
(64,2,76)
#370241
(55,2,65)
#2E0236
(46,2,54)
#25022B
(37,2,43)
#1C0220
(28,2,32)
#130215
(19,2,21)
#000000
(0,0,0)

Tints of #6D0283

#6D0283
(109,2,131)
#7A198E
(122,25,142)
#873099
(135,48,153)
#9447A4
(148,71,164)
#A15EAF
(161,94,175)
#AE75BA
(174,117,186)
#BB8CC5
(187,140,197)
#C8A3D0
(200,163,208)
#D5BADB
(213,186,219)
#E2D1E6
(226,209,230)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0283 color. Also use rgb(109,2,131) instead hex code.

Text Font Color

.myTextColor { color: #6D0283; }

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

This text font color is #6D0283.

Background Color

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

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

This div background color is #6D0283.

Border color

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

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

This div border color is #6D0283.

Opacity

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

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

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

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

This text has shadow with #6D0283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D0283.

Preview

Color preview on black background

This text has color #6D0283 on black background.


Color preview on white background

This text has color #6D0283 on white background.


Black color preview on #6D0283 background

This text has black color on #6D0283 background.


White color preview on #6D0283 background

This text has white color on #6D0283 background.


Related colors

Complementary color

Complementary color for #hex is #92FD7C.


I love getcolorcode.com

Triadic colors

1 #836D02 and #02836D with #6D0283 are triadic colors.

2 #83026D and #026D83 with #6D0283 are triadic colors.