COLOR #6C51E4

HEX: #6C51E4
RGB: (108,81,228)

Renk bilgisi

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

RGB renk modeli

#6C51E4 color RGB value is (108,81,228).

  • kırmız ton 108;
  • yeşil ton 81;
  • mavi ton 228.
RGB:
(108,81,228)
(42%,32%,89%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 81 of 255 = 32%
B 228 of 255 = 89%

108
81
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 81 + 228 = 417 (100%)
R 108 of 417 ~ 25.9%
G 81 of 417 ~ 19.42%
B 228 of 417 ~ 54.68%

%25.9
%19.42
%54.68

CMYK RENK MODELİ

#6C51E4 rengi CMYK tonu (53,64,0,11).

  • camgöbeği tonu 52.63%
  • eflatun tonu 64.47%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(53,64,0,11)
C53M64Y0K11 
(53%,64%,0%,11%)
(0.53/0.64/0.00/0.11)	

CMYK yüzdeleri

%52.63
%64.47
%0
%10.59

Codes

Color #6C51E4 in popluar color models

6C51E4
RGB10881228
HSL251°73.13%60.59%
HSB/HSV251°64.47%89.41%
CMYK52.63%64.47%0.00%
10.59%

Color #6C51E4 in popluar number systems.

HEX6C51E4
Decimal10881228
Binary1101100101000111100100
Octal154121344

Shades and tints

Shades of #6C51E4

#6C51E4
(108,81,228)
#634AD0
(99,74,208)
#5A43BC
(90,67,188)
#513CA8
(81,60,168)
#483594
(72,53,148)
#3F2E80
(63,46,128)
#36276C
(54,39,108)
#2D2058
(45,32,88)
#241944
(36,25,68)
#1B1230
(27,18,48)
#120B1C
(18,11,28)
#000000
(0,0,0)

Tints of #6C51E4

#6C51E4
(108,81,228)
#7960E6
(121,96,230)
#866FE8
(134,111,232)
#937EEA
(147,126,234)
#A08DEC
(160,141,236)
#AD9CEE
(173,156,238)
#BAABF0
(186,171,240)
#C7BAF2
(199,186,242)
#D4C9F4
(212,201,244)
#E1D8F6
(225,216,246)
#EEE7F8
(238,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C51E4 color. Also use rgb(108,81,228) instead hex code.

Text Font Color

.myTextColor { color: #6C51E4; }

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

This text font color is #6C51E4.


Background Color

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

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

This div background color is #6C51E4.


Border color

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

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

This div border color is #6C51E4.


Opacity

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

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

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

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

This text has shadow with #6C51E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C51E4 on black background.


Color preview on white background

This text has color #6C51E4 on white background.



Black color preview on #6C51E4 background

This text has black color on #6C51E4 background.


White color preview on #6C51E4 background

This text has white color on #6C51E4 background.