COLOR #6427A4

HEX: #6427A4
RGB: (100,39,164)

Renk bilgisi

#6427A4 contains mainly blue color. #6427A4 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6427A4 color RGB value is (100,39,164).

  • kırmız ton 100;
  • yeşil ton 39;
  • mavi ton 164.
RGB:
(100,39,164)
(39%,15%,64%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 39 of 255 = 15%
B 164 of 255 = 64%

100
39
164

R + G + B ~ 39%. #6427A4 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 39 + 164 = 303 (100%)
R 100 of 303 ~ 33%
G 39 of 303 ~ 12.87%
B 164 of 303 ~ 54.13%

%33
%12.87
%54.13

CMYK RENK MODELİ

#6427A4 rengi CMYK tonu (39,76,0,36).

  • camgöbeği tonu 39.02%
  • eflatun tonu 76.22%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(39,76,0,36)
C39M76Y0K36 
(39%,76%,0%,36%)
(0.39/0.76/0.00/0.36)	

CMYK yüzdeleri

%39.02
%76.22
%0
%35.69

Codes

Color #6427A4 in popluar color models

6427A4
RGB10039164
HSL269°61.58%39.80%
HSB/HSV269°76.22%64.31%
CMYK39.02%76.22%0.00%
35.69%

Color #6427A4 in popluar number systems.

HEX6427A4
Decimal10039164
Binary110010010011110100100
Octal14447244

Shades and tints

Shades of #6427A4

#6427A4
(100,39,164)
#5B2496
(91,36,150)
#522188
(82,33,136)
#491E7A
(73,30,122)
#401B6C
(64,27,108)
#37185E
(55,24,94)
#2E1550
(46,21,80)
#251242
(37,18,66)
#1C0F34
(28,15,52)
#130C26
(19,12,38)
#0A0918
(10,9,24)
#000000
(0,0,0)

Tints of #6427A4

#6427A4
(100,39,164)
#723AAC
(114,58,172)
#804DB4
(128,77,180)
#8E60BC
(142,96,188)
#9C73C4
(156,115,196)
#AA86CC
(170,134,204)
#B899D4
(184,153,212)
#C6ACDC
(198,172,220)
#D4BFE4
(212,191,228)
#E2D2EC
(226,210,236)
#F0E5F4
(240,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6427A4 color. Also use rgb(100,39,164) instead hex code.

Text Font Color

.myTextColor { color: #6427A4; }

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

This text font color is #6427A4.


Background Color

.myBgColor { background-color: #6427A4; }

<div style="background-color:#6427A4">Inner text</div>

This div background color is #6427A4.


Border color

.myBorderColor { border: 1px solid #6427A4; }

<div style="border:3px solid #6427A4">Div</div>

This div border color is #6427A4.


Opacity

.myOpacity80 { color: #6427A4; opacity: 0.8; }

<p style="color:#6427A4;opacity:0.8;">80%</p>

Text with #6427A4 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 #6427A4;}

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

This text has shadow with #6427A4 color.

.textShadow {text-shadow: 3px 3px 1px #6427A4, 3px 3px 1px red;}

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

This text has shadow with #6427A4 primary color and red secondary color.


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

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

This text has shadow with #6427A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6427A4 on black background.


Color preview on white background

This text has color #6427A4 on white background.



Black color preview on #6427A4 background

This text has black color on #6427A4 background.


White color preview on #6427A4 background

This text has white color on #6427A4 background.