COLOR #6C51EE

HEX: #6C51EE
RGB: (108,81,238)

Renk bilgisi

#6C51EE contains mainly blue color. #6C51EE ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6C51EE color RGB value is (108,81,238).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 81 of 255 = 32%
B 238 of 255 = 93%

108
81
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 81 + 238 = 427 (100%)
R 108 of 427 ~ 25.29%
G 81 of 427 ~ 18.97%
B 238 of 427 ~ 55.74%

%25.29
%18.97
%55.74

CMYK RENK MODELİ

#6C51EE rengi CMYK tonu (55,66,0,7).

  • camgöbeği tonu 54.62%
  • eflatun tonu 65.97%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(55,66,0,7)
C55M66Y0K7 
(55%,66%,0%,7%)
(0.55/0.66/0.00/0.07)	

CMYK yüzdeleri

%54.62
%65.97
%0
%6.67

Codes

Color #6C51EE in popluar color models

6C51EE
RGB10881238
HSL250°82.20%62.55%
HSB/HSV250°65.97%93.33%
CMYK54.62%65.97%0.00%
6.67%

Color #6C51EE in popluar number systems.

HEX6C51EE
Decimal10881238
Binary1101100101000111101110
Octal154121356

Shades and tints

Shades of #6C51EE

#6C51EE
(108,81,238)
#634AD9
(99,74,217)
#5A43C4
(90,67,196)
#513CAF
(81,60,175)
#48359A
(72,53,154)
#3F2E85
(63,46,133)
#362770
(54,39,112)
#2D205B
(45,32,91)
#241946
(36,25,70)
#1B1231
(27,18,49)
#120B1C
(18,11,28)
#000000
(0,0,0)

Tints of #6C51EE

#6C51EE
(108,81,238)
#7960EF
(121,96,239)
#866FF0
(134,111,240)
#937EF1
(147,126,241)
#A08DF2
(160,141,242)
#AD9CF3
(173,156,243)
#BAABF4
(186,171,244)
#C7BAF5
(199,186,245)
#D4C9F6
(212,201,246)
#E1D8F7
(225,216,247)
#EEE7F8
(238,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C51EE; }

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

This text font color is #6C51EE.


Background Color

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

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

This div background color is #6C51EE.


Border color

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

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

This div border color is #6C51EE.


Opacity

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

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

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

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

This text has shadow with #6C51EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C51EE on black background.


Color preview on white background

This text has color #6C51EE on white background.



Black color preview on #6C51EE background

This text has black color on #6C51EE background.


White color preview on #6C51EE background

This text has white color on #6C51EE background.