COLOR #63698D

HEX: #63698D
RGB: (99,105,141)

Renk bilgisi

#63698D contains red, green and blue colors in about the same proportion. #63698D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#63698D color RGB value is (99,105,141).

  • kırmız ton 99;
  • yeşil ton 105;
  • mavi ton 141.
RGB:
(99,105,141)
(39%,41%,55%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 105 of 255 = 41%
B 141 of 255 = 55%

99
105
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 105 + 141 = 345 (100%)
R 99 of 345 ~ 28.7%
G 105 of 345 ~ 30.43%
B 141 of 345 ~ 40.87%

%28.7
%30.43
%40.87

CMYK RENK MODELİ

#63698D rengi CMYK tonu (30,26,0,45).

  • camgöbeği tonu 29.79%
  • eflatun tonu 25.53%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(30,26,0,45)
C30M26Y0K45 
(30%,26%,0%,45%)
(0.30/0.26/0.00/0.45)	

CMYK yüzdeleri

%29.79
%25.53
%0
%44.71

Codes

Color #63698D in popluar color models

63698D
RGB99105141
HSL231°17.50%47.06%
HSB/HSV231°29.79%55.29%
CMYK29.79%25.53%0.00%
44.71%

Color #63698D in popluar number systems.

HEX63698D
Decimal99105141
Binary1100011110100110001101
Octal143151215

Shades and tints

Shades of #63698D

#63698D
(99,105,141)
#5A6081
(90,96,129)
#515775
(81,87,117)
#484E69
(72,78,105)
#3F455D
(63,69,93)
#363C51
(54,60,81)
#2D3345
(45,51,69)
#242A39
(36,42,57)
#1B212D
(27,33,45)
#121821
(18,24,33)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #63698D

#63698D
(99,105,141)
#717697
(113,118,151)
#7F83A1
(127,131,161)
#8D90AB
(141,144,171)
#9B9DB5
(155,157,181)
#A9AABF
(169,170,191)
#B7B7C9
(183,183,201)
#C5C4D3
(197,196,211)
#D3D1DD
(211,209,221)
#E1DEE7
(225,222,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63698D color. Also use rgb(99,105,141) instead hex code.

Text Font Color

.myTextColor { color: #63698D; }

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

This text font color is #63698D.


Background Color

.myBgColor { background-color: #63698D; }

<div style="background-color:#63698D">Inner text</div>

This div background color is #63698D.


Border color

.myBorderColor { border: 1px solid #63698D; }

<div style="border:3px solid #63698D">Div</div>

This div border color is #63698D.


Opacity

.myOpacity80 { color: #63698D; opacity: 0.8; }

<p style="color:#63698D;opacity:0.8;">80%</p>

Text with #63698D 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 #63698D;}

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

This text has shadow with #63698D color.

.textShadow {text-shadow: 3px 3px 1px #63698D, 3px 3px 1px red;}

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

This text has shadow with #63698D primary color and red secondary color.


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

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

This text has shadow with #63698D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63698D on black background.


Color preview on white background

This text has color #63698D on white background.



Black color preview on #63698D background

This text has black color on #63698D background.


White color preview on #63698D background

This text has white color on #63698D background.