COLOR #6F2596

HEX: #6F2596
RGB: (111,37,150)

Renk bilgisi

#6F2596 contains mainly red and blue colors. #6F2596 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6F2596 color RGB value is (111,37,150).

  • kırmız ton 111;
  • yeşil ton 37;
  • mavi ton 150.
RGB:
(111,37,150)
(44%,15%,59%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 37 of 255 = 15%
B 150 of 255 = 59%

111
37
150

R + G + B ~ 39%. #6F2596 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 37 + 150 = 298 (100%)
R 111 of 298 ~ 37.25%
G 37 of 298 ~ 12.42%
B 150 of 298 ~ 50.34%

%37.25
%12.42
%50.34

CMYK RENK MODELİ

#6F2596 rengi CMYK tonu (26,75,0,41).

  • camgöbeği tonu 26.00%
  • eflatun tonu 75.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(26,75,0,41)
C26M75Y0K41 
(26%,75%,0%,41%)
(0.26/0.75/0.00/0.41)	

CMYK yüzdeleri

%26
%75.33
%0
%41.18

Codes

Color #6F2596 in popluar color models

6F2596
RGB11137150
HSL279°60.43%36.67%
HSB/HSV279°75.33%58.82%
CMYK26.00%75.33%0.00%
41.18%

Color #6F2596 in popluar number systems.

HEX6F2596
Decimal11137150
Binary110111110010110010110
Octal15745226

Shades and tints

Shades of #6F2596

#6F2596
(111,37,150)
#652289
(101,34,137)
#5B1F7C
(91,31,124)
#511C6F
(81,28,111)
#471962
(71,25,98)
#3D1655
(61,22,85)
#331348
(51,19,72)
#29103B
(41,16,59)
#1F0D2E
(31,13,46)
#150A21
(21,10,33)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #6F2596

#6F2596
(111,37,150)
#7C389F
(124,56,159)
#894BA8
(137,75,168)
#965EB1
(150,94,177)
#A371BA
(163,113,186)
#B084C3
(176,132,195)
#BD97CC
(189,151,204)
#CAAAD5
(202,170,213)
#D7BDDE
(215,189,222)
#E4D0E7
(228,208,231)
#F1E3F0
(241,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2596 color. Also use rgb(111,37,150) instead hex code.

Text Font Color

.myTextColor { color: #6F2596; }

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

This text font color is #6F2596.


Background Color

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

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

This div background color is #6F2596.


Border color

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

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

This div border color is #6F2596.


Opacity

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

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

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

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

This text has shadow with #6F2596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2596 on black background.


Color preview on white background

This text has color #6F2596 on white background.



Black color preview on #6F2596 background

This text has black color on #6F2596 background.


White color preview on #6F2596 background

This text has white color on #6F2596 background.