COLOR #6D0251

HEX: #6D0251
RGB: (109,2,81)

Renk bilgisi

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

RGB renk modeli

#6D0251 color RGB value is (109,2,81).

  • kırmız ton 109;
  • yeşil ton 2;
  • mavi ton 81.
RGB:
(109,2,81)
(43%,1%,32%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 2 of 255 = 1%
B 81 of 255 = 32%

109
2
81

R + G + B ~ 25%. #6D0251 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 2 + 81 = 192 (100%)
R 109 of 192 ~ 56.77%
G 2 of 192 ~ 1.04%
B 81 of 192 ~ 42.19%

%56.77
%42.19

CMYK RENK MODELİ

#6D0251 rengi CMYK tonu (0,98,26,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.17%
  • sarı tonu 25.69%
  • ana renk tonu 57.25%
CMYK:
(0,98,26,57)
C0M98Y26K57 
(0%,98%,26%,57%)
(0.00/0.98/0.26/0.57)	

CMYK yüzdeleri

%0
%98.17
%25.69
%57.25

Codes

Color #6D0251 in popluar color models

6D0251
RGB109281
HSL316°96.40%21.76%
HSB/HSV316°98.17%42.75%
CMYK0.00%98.17%25.69%
57.25%

Color #6D0251 in popluar number systems.

HEX6D0251
Decimal109281
Binary1101101101010001
Octal1552121

Shades and tints

Shades of #6D0251

#6D0251
(109,2,81)
#64024A
(100,2,74)
#5B0243
(91,2,67)
#52023C
(82,2,60)
#490235
(73,2,53)
#40022E
(64,2,46)
#370227
(55,2,39)
#2E0220
(46,2,32)
#250219
(37,2,25)
#1C0212
(28,2,18)
#13020B
(19,2,11)
#000000
(0,0,0)

Tints of #6D0251

#6D0251
(109,2,81)
#7A1960
(122,25,96)
#87306F
(135,48,111)
#94477E
(148,71,126)
#A15E8D
(161,94,141)
#AE759C
(174,117,156)
#BB8CAB
(187,140,171)
#C8A3BA
(200,163,186)
#D5BAC9
(213,186,201)
#E2D1D8
(226,209,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0251; }

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

This text font color is #6D0251.


Background Color

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

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

This div background color is #6D0251.


Border color

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

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

This div border color is #6D0251.


Opacity

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

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

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

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

This text has shadow with #6D0251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0251 on black background.


Color preview on white background

This text has color #6D0251 on white background.



Black color preview on #6D0251 background

This text has black color on #6D0251 background.


White color preview on #6D0251 background

This text has white color on #6D0251 background.