COLOR #6B5C90

HEX: #6B5C90
RGB: (107,92,144)

Renk bilgisi

#6B5C90 contains red, green and blue colors in about the same proportion. #6B5C90 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B5C90 color RGB value is (107,92,144).

  • kırmız ton 107;
  • yeşil ton 92;
  • mavi ton 144.
RGB:
(107,92,144)
(42%,36%,56%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 92 of 255 = 36%
B 144 of 255 = 56%

107
92
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 92 + 144 = 343 (100%)
R 107 of 343 ~ 31.2%
G 92 of 343 ~ 26.82%
B 144 of 343 ~ 41.98%

%31.2
%26.82
%41.98

CMYK RENK MODELİ

#6B5C90 rengi CMYK tonu (26,36,0,44).

  • camgöbeği tonu 25.69%
  • eflatun tonu 36.11%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,36,0,44)
C26M36Y0K44 
(26%,36%,0%,44%)
(0.26/0.36/0.00/0.44)	

CMYK yüzdeleri

%25.69
%36.11
%0
%43.53

Codes

Color #6B5C90 in popluar color models

6B5C90
RGB10792144
HSL257°22.03%46.27%
HSB/HSV257°36.11%56.47%
CMYK25.69%36.11%0.00%
43.53%

Color #6B5C90 in popluar number systems.

HEX6B5C90
Decimal10792144
Binary1101011101110010010000
Octal153134220

Shades and tints

Shades of #6B5C90

#6B5C90
(107,92,144)
#625483
(98,84,131)
#594C76
(89,76,118)
#504469
(80,68,105)
#473C5C
(71,60,92)
#3E344F
(62,52,79)
#352C42
(53,44,66)
#2C2435
(44,36,53)
#231C28
(35,28,40)
#1A141B
(26,20,27)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B5C90

#6B5C90
(107,92,144)
#786A9A
(120,106,154)
#8578A4
(133,120,164)
#9286AE
(146,134,174)
#9F94B8
(159,148,184)
#ACA2C2
(172,162,194)
#B9B0CC
(185,176,204)
#C6BED6
(198,190,214)
#D3CCE0
(211,204,224)
#E0DAEA
(224,218,234)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5C90 color. Also use rgb(107,92,144) instead hex code.

Text Font Color

.myTextColor { color: #6B5C90; }

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

This text font color is #6B5C90.


Background Color

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

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

This div background color is #6B5C90.


Border color

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

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

This div border color is #6B5C90.


Opacity

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

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

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

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

This text has shadow with #6B5C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5C90 on black background.


Color preview on white background

This text has color #6B5C90 on white background.



Black color preview on #6B5C90 background

This text has black color on #6B5C90 background.


White color preview on #6B5C90 background

This text has white color on #6B5C90 background.