COLOR #6D017D

HEX: #6D017D
RGB: (109,1,125)

Renk bilgisi

#6D017D contains mainly red and blue colors. #6D017D ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6D017D color RGB value is (109,1,125).

  • kırmız ton 109;
  • yeşil ton 1;
  • mavi ton 125.
RGB:
(109,1,125)
(43%,0%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 1 of 255 = 0%
B 125 of 255 = 49%

109
1
125

R + G + B ~ 31%. #6D017D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 1 + 125 = 235 (100%)
R 109 of 235 ~ 46.38%
G 1 of 235 ~ 0.43%
B 125 of 235 ~ 53.19%

%46.38
%53.19

CMYK RENK MODELİ

#6D017D rengi CMYK tonu (13,99,0,51).

  • camgöbeği tonu 12.80%
  • eflatun tonu 99.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(13,99,0,51)
C13M99Y0K51 
(13%,99%,0%,51%)
(0.13/0.99/0.00/0.51)	

CMYK yüzdeleri

%12.8
%99.2
%0
%50.98

Codes

Color #6D017D in popluar color models

6D017D
RGB1091125
HSL292°98.41%24.71%
HSB/HSV292°99.20%49.02%
CMYK12.80%99.20%0.00%
50.98%

Color #6D017D in popluar number systems.

HEX6D017D
Decimal1091125
Binary110110111111101
Octal1551175

Shades and tints

Shades of #6D017D

#6D017D
(109,1,125)
#640172
(100,1,114)
#5B0167
(91,1,103)
#52015C
(82,1,92)
#490151
(73,1,81)
#400146
(64,1,70)
#37013B
(55,1,59)
#2E0130
(46,1,48)
#250125
(37,1,37)
#1C011A
(28,1,26)
#13010F
(19,1,15)
#000000
(0,0,0)

Tints of #6D017D

#6D017D
(109,1,125)
#7A1888
(122,24,136)
#872F93
(135,47,147)
#94469E
(148,70,158)
#A15DA9
(161,93,169)
#AE74B4
(174,116,180)
#BB8BBF
(187,139,191)
#C8A2CA
(200,162,202)
#D5B9D5
(213,185,213)
#E2D0E0
(226,208,224)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D017D color. Also use rgb(109,1,125) instead hex code.

Text Font Color

.myTextColor { color: #6D017D; }

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

This text font color is #6D017D.


Background Color

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

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

This div background color is #6D017D.


Border color

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

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

This div border color is #6D017D.


Opacity

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

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

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

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

This text has shadow with #6D017D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D017D on black background.


Color preview on white background

This text has color #6D017D on white background.



Black color preview on #6D017D background

This text has black color on #6D017D background.


White color preview on #6D017D background

This text has white color on #6D017D background.