COLOR #6355A0

HEX: #6355A0
RGB: (99,85,160)

Renk bilgisi

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

RGB renk modeli

#6355A0 color RGB value is (99,85,160).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 85 of 255 = 33%
B 160 of 255 = 63%

99
85
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 85 + 160 = 344 (100%)
R 99 of 344 ~ 28.78%
G 85 of 344 ~ 24.71%
B 160 of 344 ~ 46.51%

%28.78
%24.71
%46.51

CMYK RENK MODELİ

#6355A0 rengi CMYK tonu (38,47,0,37).

  • camgöbeği tonu 38.13%
  • eflatun tonu 46.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(38,47,0,37)
C38M47Y0K37 
(38%,47%,0%,37%)
(0.38/0.47/0.00/0.37)	

CMYK yüzdeleri

%38.13
%46.88
%0
%37.25

Codes

Color #6355A0 in popluar color models

6355A0
RGB9985160
HSL251°30.61%48.04%
HSB/HSV251°46.88%62.75%
CMYK38.13%46.88%0.00%
37.25%

Color #6355A0 in popluar number systems.

HEX6355A0
Decimal9985160
Binary1100011101010110100000
Octal143125240

Shades and tints

Shades of #6355A0

#6355A0
(99,85,160)
#5A4E92
(90,78,146)
#514784
(81,71,132)
#484076
(72,64,118)
#3F3968
(63,57,104)
#36325A
(54,50,90)
#2D2B4C
(45,43,76)
#24243E
(36,36,62)
#1B1D30
(27,29,48)
#121622
(18,22,34)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #6355A0

#6355A0
(99,85,160)
#7164A8
(113,100,168)
#7F73B0
(127,115,176)
#8D82B8
(141,130,184)
#9B91C0
(155,145,192)
#A9A0C8
(169,160,200)
#B7AFD0
(183,175,208)
#C5BED8
(197,190,216)
#D3CDE0
(211,205,224)
#E1DCE8
(225,220,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6355A0; }

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

This text font color is #6355A0.


Background Color

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

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

This div background color is #6355A0.


Border color

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

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

This div border color is #6355A0.


Opacity

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

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

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

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

This text has shadow with #6355A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6355A0 on black background.


Color preview on white background

This text has color #6355A0 on white background.



Black color preview on #6355A0 background

This text has black color on #6355A0 background.


White color preview on #6355A0 background

This text has white color on #6355A0 background.