COLOR #6B5493

HEX: #6B5493
RGB: (107,84,147)

Renk bilgisi

#6B5493 contains mainly red and blue colors. #6B5493 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B5493 color RGB value is (107,84,147).

  • kırmız ton 107;
  • yeşil ton 84;
  • mavi ton 147.
RGB:
(107,84,147)
(42%,33%,58%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 84 of 255 = 33%
B 147 of 255 = 58%

107
84
147

R + G + B ~ 44%. #6B5493 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 84 + 147 = 338 (100%)
R 107 of 338 ~ 31.66%
G 84 of 338 ~ 24.85%
B 147 of 338 ~ 43.49%

%31.66
%24.85
%43.49

CMYK RENK MODELİ

#6B5493 rengi CMYK tonu (27,43,0,42).

  • camgöbeği tonu 27.21%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(27,43,0,42)
C27M43Y0K42 
(27%,43%,0%,42%)
(0.27/0.43/0.00/0.42)	

CMYK yüzdeleri

%27.21
%42.86
%0
%42.35

Codes

Color #6B5493 in popluar color models

6B5493
RGB10784147
HSL262°27.27%45.29%
HSB/HSV262°42.86%57.65%
CMYK27.21%42.86%0.00%
42.35%

Color #6B5493 in popluar number systems.

HEX6B5493
Decimal10784147
Binary1101011101010010010011
Octal153124223

Shades and tints

Shades of #6B5493

#6B5493
(107,84,147)
#624D86
(98,77,134)
#594679
(89,70,121)
#503F6C
(80,63,108)
#47385F
(71,56,95)
#3E3152
(62,49,82)
#352A45
(53,42,69)
#2C2338
(44,35,56)
#231C2B
(35,28,43)
#1A151E
(26,21,30)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #6B5493

#6B5493
(107,84,147)
#78639C
(120,99,156)
#8572A5
(133,114,165)
#9281AE
(146,129,174)
#9F90B7
(159,144,183)
#AC9FC0
(172,159,192)
#B9AEC9
(185,174,201)
#C6BDD2
(198,189,210)
#D3CCDB
(211,204,219)
#E0DBE4
(224,219,228)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5493 color. Also use rgb(107,84,147) instead hex code.

Text Font Color

.myTextColor { color: #6B5493; }

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

This text font color is #6B5493.


Background Color

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

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

This div background color is #6B5493.


Border color

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

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

This div border color is #6B5493.


Opacity

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

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

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

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

This text has shadow with #6B5493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5493 on black background.


Color preview on white background

This text has color #6B5493 on white background.



Black color preview on #6B5493 background

This text has black color on #6B5493 background.


White color preview on #6B5493 background

This text has white color on #6B5493 background.