COLOR #6C63C3

HEX: #6C63C3
RGB: (108,99,195)

Renk bilgisi

#6C63C3 contains mainly blue color. #6C63C3 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C63C3 color RGB value is (108,99,195).

  • kırmız ton 108;
  • yeşil ton 99;
  • mavi ton 195.
RGB:
(108,99,195)
(42%,39%,76%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 99 of 255 = 39%
B 195 of 255 = 76%

108
99
195

R + G + B ~ 52%. #6C63C3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 99 + 195 = 402 (100%)
R 108 of 402 ~ 26.87%
G 99 of 402 ~ 24.63%
B 195 of 402 ~ 48.51%

%26.87
%24.63
%48.51

CMYK RENK MODELİ

#6C63C3 rengi CMYK tonu (45,49,0,24).

  • camgöbeği tonu 44.62%
  • eflatun tonu 49.23%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(45,49,0,24)
C45M49Y0K24 
(45%,49%,0%,24%)
(0.45/0.49/0.00/0.24)	

CMYK yüzdeleri

%44.62
%49.23
%0
%23.53

Codes

Color #6C63C3 in popluar color models

6C63C3
RGB10899195
HSL246°44.44%57.65%
HSB/HSV246°49.23%76.47%
CMYK44.62%49.23%0.00%
23.53%

Color #6C63C3 in popluar number systems.

HEX6C63C3
Decimal10899195
Binary1101100110001111000011
Octal154143303

Shades and tints

Shades of #6C63C3

#6C63C3
(108,99,195)
#635AB2
(99,90,178)
#5A51A1
(90,81,161)
#514890
(81,72,144)
#483F7F
(72,63,127)
#3F366E
(63,54,110)
#362D5D
(54,45,93)
#2D244C
(45,36,76)
#241B3B
(36,27,59)
#1B122A
(27,18,42)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #6C63C3

#6C63C3
(108,99,195)
#7971C8
(121,113,200)
#867FCD
(134,127,205)
#938DD2
(147,141,210)
#A09BD7
(160,155,215)
#ADA9DC
(173,169,220)
#BAB7E1
(186,183,225)
#C7C5E6
(199,197,230)
#D4D3EB
(212,211,235)
#E1E1F0
(225,225,240)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C63C3 color. Also use rgb(108,99,195) instead hex code.

Text Font Color

.myTextColor { color: #6C63C3; }

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

This text font color is #6C63C3.


Background Color

.myBgColor { background-color: #6C63C3; }

<div style="background-color:#6C63C3">Inner text</div>

This div background color is #6C63C3.


Border color

.myBorderColor { border: 1px solid #6C63C3; }

<div style="border:3px solid #6C63C3">Div</div>

This div border color is #6C63C3.


Opacity

.myOpacity80 { color: #6C63C3; opacity: 0.8; }

<p style="color:#6C63C3;opacity:0.8;">80%</p>

Text with #6C63C3 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 #6C63C3;}

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

This text has shadow with #6C63C3 color.

.textShadow {text-shadow: 3px 3px 1px #6C63C3, 3px 3px 1px red;}

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

This text has shadow with #6C63C3 primary color and red secondary color.


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

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

This text has shadow with #6C63C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C63C3 on black background.


Color preview on white background

This text has color #6C63C3 on white background.



Black color preview on #6C63C3 background

This text has black color on #6C63C3 background.


White color preview on #6C63C3 background

This text has white color on #6C63C3 background.