COLOR #663DA5

HEX: #663DA5
RGB: (102,61,165)

Renk bilgisi

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

RGB renk modeli

#663DA5 color RGB value is (102,61,165).

  • kırmız ton 102;
  • yeşil ton 61;
  • mavi ton 165.
RGB:
(102,61,165)
(40%,24%,65%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 61 of 255 = 24%
B 165 of 255 = 65%

102
61
165

R + G + B ~ 43%. #663DA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 61 + 165 = 328 (100%)
R 102 of 328 ~ 31.1%
G 61 of 328 ~ 18.6%
B 165 of 328 ~ 50.3%

%31.1
%18.6
%50.3

CMYK RENK MODELİ

#663DA5 rengi CMYK tonu (38,63,0,35).

  • camgöbeği tonu 38.18%
  • eflatun tonu 63.03%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(38,63,0,35)
C38M63Y0K35 
(38%,63%,0%,35%)
(0.38/0.63/0.00/0.35)	

CMYK yüzdeleri

%38.18
%63.03
%0
%35.29

Codes

Color #663DA5 in popluar color models

663DA5
RGB10261165
HSL264°46.02%44.31%
HSB/HSV264°63.03%64.71%
CMYK38.18%63.03%0.00%
35.29%

Color #663DA5 in popluar number systems.

HEX663DA5
Decimal10261165
Binary110011011110110100101
Octal14675245

Shades and tints

Shades of #663DA5

#663DA5
(102,61,165)
#5D3896
(93,56,150)
#543387
(84,51,135)
#4B2E78
(75,46,120)
#422969
(66,41,105)
#39245A
(57,36,90)
#301F4B
(48,31,75)
#271A3C
(39,26,60)
#1E152D
(30,21,45)
#15101E
(21,16,30)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #663DA5

#663DA5
(102,61,165)
#734EAD
(115,78,173)
#805FB5
(128,95,181)
#8D70BD
(141,112,189)
#9A81C5
(154,129,197)
#A792CD
(167,146,205)
#B4A3D5
(180,163,213)
#C1B4DD
(193,180,221)
#CEC5E5
(206,197,229)
#DBD6ED
(219,214,237)
#E8E7F5
(232,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663DA5 color. Also use rgb(102,61,165) instead hex code.

Text Font Color

.myTextColor { color: #663DA5; }

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

This text font color is #663DA5.


Background Color

.myBgColor { background-color: #663DA5; }

<div style="background-color:#663DA5">Inner text</div>

This div background color is #663DA5.


Border color

.myBorderColor { border: 1px solid #663DA5; }

<div style="border:3px solid #663DA5">Div</div>

This div border color is #663DA5.


Opacity

.myOpacity80 { color: #663DA5; opacity: 0.8; }

<p style="color:#663DA5;opacity:0.8;">80%</p>

Text with #663DA5 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 #663DA5;}

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

This text has shadow with #663DA5 color.

.textShadow {text-shadow: 3px 3px 1px #663DA5, 3px 3px 1px red;}

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

This text has shadow with #663DA5 primary color and red secondary color.


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

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

This text has shadow with #663DA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663DA5 on black background.


Color preview on white background

This text has color #663DA5 on white background.



Black color preview on #663DA5 background

This text has black color on #663DA5 background.


White color preview on #663DA5 background

This text has white color on #663DA5 background.