COLOR #6349A4

HEX: #6349A4
RGB: (99,73,164)

Renk bilgisi

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

RGB renk modeli

#6349A4 color RGB value is (99,73,164).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 73 of 255 = 29%
B 164 of 255 = 64%

99
73
164

R + G + B ~ 44%. #6349A4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 73 + 164 = 336 (100%)
R 99 of 336 ~ 29.46%
G 73 of 336 ~ 21.73%
B 164 of 336 ~ 48.81%

%29.46
%21.73
%48.81

CMYK RENK MODELİ

#6349A4 rengi CMYK tonu (40,55,0,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 55.49%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(40,55,0,36)
C40M55Y0K36 
(40%,55%,0%,36%)
(0.40/0.55/0.00/0.36)	

CMYK yüzdeleri

%39.63
%55.49
%0
%35.69

Codes

Color #6349A4 in popluar color models

6349A4
RGB9973164
HSL257°38.40%46.47%
HSB/HSV257°55.49%64.31%
CMYK39.63%55.49%0.00%
35.69%

Color #6349A4 in popluar number systems.

HEX6349A4
Decimal9973164
Binary1100011100100110100100
Octal143111244

Shades and tints

Shades of #6349A4

#6349A4
(99,73,164)
#5A4396
(90,67,150)
#513D88
(81,61,136)
#48377A
(72,55,122)
#3F316C
(63,49,108)
#362B5E
(54,43,94)
#2D2550
(45,37,80)
#241F42
(36,31,66)
#1B1934
(27,25,52)
#121326
(18,19,38)
#090D18
(9,13,24)
#000000
(0,0,0)

Tints of #6349A4

#6349A4
(99,73,164)
#7159AC
(113,89,172)
#7F69B4
(127,105,180)
#8D79BC
(141,121,188)
#9B89C4
(155,137,196)
#A999CC
(169,153,204)
#B7A9D4
(183,169,212)
#C5B9DC
(197,185,220)
#D3C9E4
(211,201,228)
#E1D9EC
(225,217,236)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6349A4 color. Also use rgb(99,73,164) instead hex code.

Text Font Color

.myTextColor { color: #6349A4; }

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

This text font color is #6349A4.


Background Color

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

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

This div background color is #6349A4.


Border color

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

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

This div border color is #6349A4.


Opacity

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

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

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

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

This text has shadow with #6349A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6349A4 on black background.


Color preview on white background

This text has color #6349A4 on white background.



Black color preview on #6349A4 background

This text has black color on #6349A4 background.


White color preview on #6349A4 background

This text has white color on #6349A4 background.