COLOR #6C50BD

HEX: #6C50BD
RGB: (108,80,189)

Renk bilgisi

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

RGB renk modeli

#6C50BD color RGB value is (108,80,189).

  • kırmız ton 108;
  • yeşil ton 80;
  • mavi ton 189.
RGB:
(108,80,189)
(42%,31%,74%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 80 of 255 = 31%
B 189 of 255 = 74%

108
80
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 80 + 189 = 377 (100%)
R 108 of 377 ~ 28.65%
G 80 of 377 ~ 21.22%
B 189 of 377 ~ 50.13%

%28.65
%21.22
%50.13

CMYK RENK MODELİ

#6C50BD rengi CMYK tonu (43,58,0,26).

  • camgöbeği tonu 42.86%
  • eflatun tonu 57.67%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(43,58,0,26)
C43M58Y0K26 
(43%,58%,0%,26%)
(0.43/0.58/0.00/0.26)	

CMYK yüzdeleri

%42.86
%57.67
%0
%25.88

Codes

Color #6C50BD in popluar color models

6C50BD
RGB10880189
HSL255°45.23%52.75%
HSB/HSV255°57.67%74.12%
CMYK42.86%57.67%0.00%
25.88%

Color #6C50BD in popluar number systems.

HEX6C50BD
Decimal10880189
Binary1101100101000010111101
Octal154120275

Shades and tints

Shades of #6C50BD

#6C50BD
(108,80,189)
#6349AC
(99,73,172)
#5A429B
(90,66,155)
#513B8A
(81,59,138)
#483479
(72,52,121)
#3F2D68
(63,45,104)
#362657
(54,38,87)
#2D1F46
(45,31,70)
#241835
(36,24,53)
#1B1124
(27,17,36)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #6C50BD

#6C50BD
(108,80,189)
#795FC3
(121,95,195)
#866EC9
(134,110,201)
#937DCF
(147,125,207)
#A08CD5
(160,140,213)
#AD9BDB
(173,155,219)
#BAAAE1
(186,170,225)
#C7B9E7
(199,185,231)
#D4C8ED
(212,200,237)
#E1D7F3
(225,215,243)
#EEE6F9
(238,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C50BD color. Also use rgb(108,80,189) instead hex code.

Text Font Color

.myTextColor { color: #6C50BD; }

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

This text font color is #6C50BD.


Background Color

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

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

This div background color is #6C50BD.


Border color

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

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

This div border color is #6C50BD.


Opacity

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

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

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

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

This text has shadow with #6C50BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C50BD on black background.


Color preview on white background

This text has color #6C50BD on white background.



Black color preview on #6C50BD background

This text has black color on #6C50BD background.


White color preview on #6C50BD background

This text has white color on #6C50BD background.