COLOR #6C5BE6

HEX: #6C5BE6
RGB: (108,91,230)

Renk bilgisi

#6C5BE6 contains mainly blue color. #6C5BE6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C5BE6 color RGB value is (108,91,230).

  • kırmız ton 108;
  • yeşil ton 91;
  • mavi ton 230.
RGB:
(108,91,230)
(42%,36%,90%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 91 of 255 = 36%
B 230 of 255 = 90%

108
91
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 91 + 230 = 429 (100%)
R 108 of 429 ~ 25.17%
G 91 of 429 ~ 21.21%
B 230 of 429 ~ 53.61%

%25.17
%21.21
%53.61

CMYK RENK MODELİ

#6C5BE6 rengi CMYK tonu (53,60,0,10).

  • camgöbeği tonu 53.04%
  • eflatun tonu 60.43%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(53,60,0,10)
C53M60Y0K10 
(53%,60%,0%,10%)
(0.53/0.60/0.00/0.10)	

CMYK yüzdeleri

%53.04
%60.43
%0
%9.8

Codes

Color #6C5BE6 in popluar color models

6C5BE6
RGB10891230
HSL247°73.54%62.94%
HSB/HSV247°60.43%90.20%
CMYK53.04%60.43%0.00%
9.80%

Color #6C5BE6 in popluar number systems.

HEX6C5BE6
Decimal10891230
Binary1101100101101111100110
Octal154133346

Shades and tints

Shades of #6C5BE6

#6C5BE6
(108,91,230)
#6353D2
(99,83,210)
#5A4BBE
(90,75,190)
#5143AA
(81,67,170)
#483B96
(72,59,150)
#3F3382
(63,51,130)
#362B6E
(54,43,110)
#2D235A
(45,35,90)
#241B46
(36,27,70)
#1B1332
(27,19,50)
#120B1E
(18,11,30)
#000000
(0,0,0)

Tints of #6C5BE6

#6C5BE6
(108,91,230)
#7969E8
(121,105,232)
#8677EA
(134,119,234)
#9385EC
(147,133,236)
#A093EE
(160,147,238)
#ADA1F0
(173,161,240)
#BAAFF2
(186,175,242)
#C7BDF4
(199,189,244)
#D4CBF6
(212,203,246)
#E1D9F8
(225,217,248)
#EEE7FA
(238,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5BE6 color. Also use rgb(108,91,230) instead hex code.

Text Font Color

.myTextColor { color: #6C5BE6; }

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

This text font color is #6C5BE6.


Background Color

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

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

This div background color is #6C5BE6.


Border color

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

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

This div border color is #6C5BE6.


Opacity

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

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

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

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

This text has shadow with #6C5BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5BE6 on black background.


Color preview on white background

This text has color #6C5BE6 on white background.



Black color preview on #6C5BE6 background

This text has black color on #6C5BE6 background.


White color preview on #6C5BE6 background

This text has white color on #6C5BE6 background.