COLOR #6B5D90

HEX: #6B5D90
RGB: (107,93,144)

Renk bilgisi

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

RGB renk modeli

#6B5D90 color RGB value is (107,93,144).

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

RGB bağlantıları ve doygunluk

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

107
93
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 93 + 144 = 344 (100%)
R 107 of 344 ~ 31.1%
G 93 of 344 ~ 27.03%
B 144 of 344 ~ 41.86%

%31.1
%27.03
%41.86

CMYK RENK MODELİ

#6B5D90 rengi CMYK tonu (26,35,0,44).

  • camgöbeği tonu 25.69%
  • eflatun tonu 35.42%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,35,0,44)
C26M35Y0K44 
(26%,35%,0%,44%)
(0.26/0.35/0.00/0.44)	

CMYK yüzdeleri

%25.69
%35.42
%0
%43.53

Codes

Color #6B5D90 in popluar color models

6B5D90
RGB10793144
HSL256°21.52%46.47%
HSB/HSV256°35.42%56.47%
CMYK25.69%35.42%0.00%
43.53%

Color #6B5D90 in popluar number systems.

HEX6B5D90
Decimal10793144
Binary1101011101110110010000
Octal153135220

Shades and tints

Shades of #6B5D90

#6B5D90
(107,93,144)
#625583
(98,85,131)
#594D76
(89,77,118)
#504569
(80,69,105)
#473D5C
(71,61,92)
#3E354F
(62,53,79)
#352D42
(53,45,66)
#2C2535
(44,37,53)
#231D28
(35,29,40)
#1A151B
(26,21,27)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #6B5D90

#6B5D90
(107,93,144)
#786B9A
(120,107,154)
#8579A4
(133,121,164)
#9287AE
(146,135,174)
#9F95B8
(159,149,184)
#ACA3C2
(172,163,194)
#B9B1CC
(185,177,204)
#C6BFD6
(198,191,214)
#D3CDE0
(211,205,224)
#E0DBEA
(224,219,234)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5D90; }

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

This text font color is #6B5D90.


Background Color

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

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

This div background color is #6B5D90.


Border color

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

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

This div border color is #6B5D90.


Opacity

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

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

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

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

This text has shadow with #6B5D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5D90 on black background.


Color preview on white background

This text has color #6B5D90 on white background.



Black color preview on #6B5D90 background

This text has black color on #6B5D90 background.


White color preview on #6B5D90 background

This text has white color on #6B5D90 background.