COLOR #6E1588

HEX: #6E1588
RGB: (110,21,136)

Renk bilgisi

#6E1588 contains mainly red and blue colors. #6E1588 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#6E1588 color RGB value is (110,21,136).

  • kırmız ton 110;
  • yeşil ton 21;
  • mavi ton 136.
RGB:
(110,21,136)
(43%,8%,53%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 21 of 255 = 8%
B 136 of 255 = 53%

110
21
136

R + G + B ~ 35%. #6E1588 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 21 + 136 = 267 (100%)
R 110 of 267 ~ 41.2%
G 21 of 267 ~ 7.87%
B 136 of 267 ~ 50.94%

%41.2
%50.94

CMYK RENK MODELİ

#6E1588 rengi CMYK tonu (19,85,0,47).

  • camgöbeği tonu 19.12%
  • eflatun tonu 84.56%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(19,85,0,47)
C19M85Y0K47 
(19%,85%,0%,47%)
(0.19/0.85/0.00/0.47)	

CMYK yüzdeleri

%19.12
%84.56
%0
%46.67

Codes

Color #6E1588 in popluar color models

6E1588
RGB11021136
HSL286°73.25%30.78%
HSB/HSV286°84.56%53.33%
CMYK19.12%84.56%0.00%
46.67%

Color #6E1588 in popluar number systems.

HEX6E1588
Decimal11021136
Binary11011101010110001000
Octal15625210

Shades and tints

Shades of #6E1588

#6E1588
(110,21,136)
#64147C
(100,20,124)
#5A1370
(90,19,112)
#501264
(80,18,100)
#461158
(70,17,88)
#3C104C
(60,16,76)
#320F40
(50,15,64)
#280E34
(40,14,52)
#1E0D28
(30,13,40)
#140C1C
(20,12,28)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E1588

#6E1588
(110,21,136)
#7B2A92
(123,42,146)
#883F9C
(136,63,156)
#9554A6
(149,84,166)
#A269B0
(162,105,176)
#AF7EBA
(175,126,186)
#BC93C4
(188,147,196)
#C9A8CE
(201,168,206)
#D6BDD8
(214,189,216)
#E3D2E2
(227,210,226)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1588 color. Also use rgb(110,21,136) instead hex code.

Text Font Color

.myTextColor { color: #6E1588; }

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

This text font color is #6E1588.


Background Color

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

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

This div background color is #6E1588.


Border color

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

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

This div border color is #6E1588.


Opacity

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

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

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

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

This text has shadow with #6E1588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1588 on black background.


Color preview on white background

This text has color #6E1588 on white background.



Black color preview on #6E1588 background

This text has black color on #6E1588 background.


White color preview on #6E1588 background

This text has white color on #6E1588 background.