COLOR #6356E4

HEX: #6356E4
RGB: (99,86,228)

Renk bilgisi

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

RGB renk modeli

#6356E4 color RGB value is (99,86,228).

  • kırmız ton 99;
  • yeşil ton 86;
  • mavi ton 228.
RGB:
(99,86,228)
(39%,34%,89%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 86 of 255 = 34%
B 228 of 255 = 89%

99
86
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 86 + 228 = 413 (100%)
R 99 of 413 ~ 23.97%
G 86 of 413 ~ 20.82%
B 228 of 413 ~ 55.21%

%23.97
%20.82
%55.21

CMYK RENK MODELİ

#6356E4 rengi CMYK tonu (57,62,0,11).

  • camgöbeği tonu 56.58%
  • eflatun tonu 62.28%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(57,62,0,11)
C57M62Y0K11 
(57%,62%,0%,11%)
(0.57/0.62/0.00/0.11)	

CMYK yüzdeleri

%56.58
%62.28
%0
%10.59

Codes

Color #6356E4 in popluar color models

6356E4
RGB9986228
HSL245°72.45%61.57%
HSB/HSV245°62.28%89.41%
CMYK56.58%62.28%0.00%
10.59%

Color #6356E4 in popluar number systems.

HEX6356E4
Decimal9986228
Binary1100011101011011100100
Octal143126344

Shades and tints

Shades of #6356E4

#6356E4
(99,86,228)
#5A4FD0
(90,79,208)
#5148BC
(81,72,188)
#4841A8
(72,65,168)
#3F3A94
(63,58,148)
#363380
(54,51,128)
#2D2C6C
(45,44,108)
#242558
(36,37,88)
#1B1E44
(27,30,68)
#121730
(18,23,48)
#09101C
(9,16,28)
#000000
(0,0,0)

Tints of #6356E4

#6356E4
(99,86,228)
#7165E6
(113,101,230)
#7F74E8
(127,116,232)
#8D83EA
(141,131,234)
#9B92EC
(155,146,236)
#A9A1EE
(169,161,238)
#B7B0F0
(183,176,240)
#C5BFF2
(197,191,242)
#D3CEF4
(211,206,244)
#E1DDF6
(225,221,246)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6356E4 color. Also use rgb(99,86,228) instead hex code.

Text Font Color

.myTextColor { color: #6356E4; }

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

This text font color is #6356E4.


Background Color

.myBgColor { background-color: #6356E4; }

<div style="background-color:#6356E4">Inner text</div>

This div background color is #6356E4.


Border color

.myBorderColor { border: 1px solid #6356E4; }

<div style="border:3px solid #6356E4">Div</div>

This div border color is #6356E4.


Opacity

.myOpacity80 { color: #6356E4; opacity: 0.8; }

<p style="color:#6356E4;opacity:0.8;">80%</p>

Text with #6356E4 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 #6356E4;}

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

This text has shadow with #6356E4 color.

.textShadow {text-shadow: 3px 3px 1px #6356E4, 3px 3px 1px red;}

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

This text has shadow with #6356E4 primary color and red secondary color.


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

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

This text has shadow with #6356E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6356E4 on black background.


Color preview on white background

This text has color #6356E4 on white background.



Black color preview on #6356E4 background

This text has black color on #6356E4 background.


White color preview on #6356E4 background

This text has white color on #6356E4 background.