COLOR #63429B

HEX: #63429B
RGB: (99,66,155)

Renk bilgisi

#63429B contains mainly red and blue colors. #63429B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#63429B color RGB value is (99,66,155).

  • kırmız ton 99;
  • yeşil ton 66;
  • mavi ton 155.
RGB:
(99,66,155)
(39%,26%,61%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 66 of 255 = 26%
B 155 of 255 = 61%

99
66
155

R + G + B ~ 42%. #63429B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 66 + 155 = 320 (100%)
R 99 of 320 ~ 30.94%
G 66 of 320 ~ 20.63%
B 155 of 320 ~ 48.44%

%30.94
%20.63
%48.44

CMYK RENK MODELİ

#63429B rengi CMYK tonu (36,57,0,39).

  • camgöbeği tonu 36.13%
  • eflatun tonu 57.42%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(36,57,0,39)
C36M57Y0K39 
(36%,57%,0%,39%)
(0.36/0.57/0.00/0.39)	

CMYK yüzdeleri

%36.13
%57.42
%0
%39.22

Codes

Color #63429B in popluar color models

63429B
RGB9966155
HSL262°40.27%43.33%
HSB/HSV262°57.42%60.78%
CMYK36.13%57.42%0.00%
39.22%

Color #63429B in popluar number systems.

HEX63429B
Decimal9966155
Binary1100011100001010011011
Octal143102233

Shades and tints

Shades of #63429B

#63429B
(99,66,155)
#5A3C8D
(90,60,141)
#51367F
(81,54,127)
#483071
(72,48,113)
#3F2A63
(63,42,99)
#362455
(54,36,85)
#2D1E47
(45,30,71)
#241839
(36,24,57)
#1B122B
(27,18,43)
#120C1D
(18,12,29)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #63429B

#63429B
(99,66,155)
#7153A4
(113,83,164)
#7F64AD
(127,100,173)
#8D75B6
(141,117,182)
#9B86BF
(155,134,191)
#A997C8
(169,151,200)
#B7A8D1
(183,168,209)
#C5B9DA
(197,185,218)
#D3CAE3
(211,202,227)
#E1DBEC
(225,219,236)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63429B color. Also use rgb(99,66,155) instead hex code.

Text Font Color

.myTextColor { color: #63429B; }

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

This text font color is #63429B.


Background Color

.myBgColor { background-color: #63429B; }

<div style="background-color:#63429B">Inner text</div>

This div background color is #63429B.


Border color

.myBorderColor { border: 1px solid #63429B; }

<div style="border:3px solid #63429B">Div</div>

This div border color is #63429B.


Opacity

.myOpacity80 { color: #63429B; opacity: 0.8; }

<p style="color:#63429B;opacity:0.8;">80%</p>

Text with #63429B 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 #63429B;}

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

This text has shadow with #63429B color.

.textShadow {text-shadow: 3px 3px 1px #63429B, 3px 3px 1px red;}

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

This text has shadow with #63429B primary color and red secondary color.


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

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

This text has shadow with #63429B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63429B on black background.


Color preview on white background

This text has color #63429B on white background.



Black color preview on #63429B background

This text has black color on #63429B background.


White color preview on #63429B background

This text has white color on #63429B background.