COLOR #6C50CA

HEX: #6C50CA
RGB: (108,80,202)

Renk bilgisi

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

RGB renk modeli

#6C50CA color RGB value is (108,80,202).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 80 of 255 = 31%
B 202 of 255 = 79%

108
80
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 80 + 202 = 390 (100%)
R 108 of 390 ~ 27.69%
G 80 of 390 ~ 20.51%
B 202 of 390 ~ 51.79%

%27.69
%20.51
%51.79

CMYK RENK MODELİ

#6C50CA rengi CMYK tonu (47,60,0,21).

  • camgöbeği tonu 46.53%
  • eflatun tonu 60.40%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(47,60,0,21)
C47M60Y0K21 
(47%,60%,0%,21%)
(0.47/0.60/0.00/0.21)	

CMYK yüzdeleri

%46.53
%60.4
%0
%20.78

Codes

Color #6C50CA in popluar color models

6C50CA
RGB10880202
HSL254°53.51%55.29%
HSB/HSV254°60.40%79.22%
CMYK46.53%60.40%0.00%
20.78%

Color #6C50CA in popluar number systems.

HEX6C50CA
Decimal10880202
Binary1101100101000011001010
Octal154120312

Shades and tints

Shades of #6C50CA

#6C50CA
(108,80,202)
#6349B8
(99,73,184)
#5A42A6
(90,66,166)
#513B94
(81,59,148)
#483482
(72,52,130)
#3F2D70
(63,45,112)
#36265E
(54,38,94)
#2D1F4C
(45,31,76)
#24183A
(36,24,58)
#1B1128
(27,17,40)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #6C50CA

#6C50CA
(108,80,202)
#795FCE
(121,95,206)
#866ED2
(134,110,210)
#937DD6
(147,125,214)
#A08CDA
(160,140,218)
#AD9BDE
(173,155,222)
#BAAAE2
(186,170,226)
#C7B9E6
(199,185,230)
#D4C8EA
(212,200,234)
#E1D7EE
(225,215,238)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C50CA; }

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

This text font color is #6C50CA.


Background Color

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

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

This div background color is #6C50CA.


Border color

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

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

This div border color is #6C50CA.


Opacity

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

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

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

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

This text has shadow with #6C50CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C50CA on black background.


Color preview on white background

This text has color #6C50CA on white background.



Black color preview on #6C50CA background

This text has black color on #6C50CA background.


White color preview on #6C50CA background

This text has white color on #6C50CA background.