COLOR #6355A5

HEX: #6355A5
RGB: (99,85,165)

Renk bilgisi

#6355A5 contains mainly blue color. #6355A5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6355A5 color RGB value is (99,85,165).

  • kırmız ton 99;
  • yeşil ton 85;
  • mavi ton 165.
RGB:
(99,85,165)
(39%,33%,65%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 85 of 255 = 33%
B 165 of 255 = 65%

99
85
165

R + G + B ~ 46%. #6355A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 85 + 165 = 349 (100%)
R 99 of 349 ~ 28.37%
G 85 of 349 ~ 24.36%
B 165 of 349 ~ 47.28%

%28.37
%24.36
%47.28

CMYK RENK MODELİ

#6355A5 rengi CMYK tonu (40,48,0,35).

  • camgöbeği tonu 40.00%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(40,48,0,35)
C40M48Y0K35 
(40%,48%,0%,35%)
(0.40/0.48/0.00/0.35)	

CMYK yüzdeleri

%40
%48.48
%0
%35.29

Codes

Color #6355A5 in popluar color models

6355A5
RGB9985165
HSL251°32.00%49.02%
HSB/HSV251°48.48%64.71%
CMYK40.00%48.48%0.00%
35.29%

Color #6355A5 in popluar number systems.

HEX6355A5
Decimal9985165
Binary1100011101010110100101
Octal143125245

Shades and tints

Shades of #6355A5

#6355A5
(99,85,165)
#5A4E96
(90,78,150)
#514787
(81,71,135)
#484078
(72,64,120)
#3F3969
(63,57,105)
#36325A
(54,50,90)
#2D2B4B
(45,43,75)
#24243C
(36,36,60)
#1B1D2D
(27,29,45)
#12161E
(18,22,30)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #6355A5

#6355A5
(99,85,165)
#7164AD
(113,100,173)
#7F73B5
(127,115,181)
#8D82BD
(141,130,189)
#9B91C5
(155,145,197)
#A9A0CD
(169,160,205)
#B7AFD5
(183,175,213)
#C5BEDD
(197,190,221)
#D3CDE5
(211,205,229)
#E1DCED
(225,220,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6355A5 color. Also use rgb(99,85,165) instead hex code.

Text Font Color

.myTextColor { color: #6355A5; }

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

This text font color is #6355A5.


Background Color

.myBgColor { background-color: #6355A5; }

<div style="background-color:#6355A5">Inner text</div>

This div background color is #6355A5.


Border color

.myBorderColor { border: 1px solid #6355A5; }

<div style="border:3px solid #6355A5">Div</div>

This div border color is #6355A5.


Opacity

.myOpacity80 { color: #6355A5; opacity: 0.8; }

<p style="color:#6355A5;opacity:0.8;">80%</p>

Text with #6355A5 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 #6355A5;}

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

This text has shadow with #6355A5 color.

.textShadow {text-shadow: 3px 3px 1px #6355A5, 3px 3px 1px red;}

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

This text has shadow with #6355A5 primary color and red secondary color.


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

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

This text has shadow with #6355A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6355A5 on black background.


Color preview on white background

This text has color #6355A5 on white background.



Black color preview on #6355A5 background

This text has black color on #6355A5 background.


White color preview on #6355A5 background

This text has white color on #6355A5 background.