COLOR #6D63AF

HEX: #6D63AF
RGB: (109,99,175)

Renk bilgisi

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

RGB renk modeli

#6D63AF color RGB value is (109,99,175).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 175.
RGB:
(109,99,175)
(43%,39%,69%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 175 of 255 = 69%

109
99
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 175 = 383 (100%)
R 109 of 383 ~ 28.46%
G 99 of 383 ~ 25.85%
B 175 of 383 ~ 45.69%

%28.46
%25.85
%45.69

CMYK RENK MODELİ

#6D63AF rengi CMYK tonu (38,43,0,31).

  • camgöbeği tonu 37.71%
  • eflatun tonu 43.43%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(38,43,0,31)
C38M43Y0K31 
(38%,43%,0%,31%)
(0.38/0.43/0.00/0.31)	

CMYK yüzdeleri

%37.71
%43.43
%0
%31.37

Codes

Color #6D63AF in popluar color models

6D63AF
RGB10999175
HSL248°32.20%53.73%
HSB/HSV248°43.43%68.63%
CMYK37.71%43.43%0.00%
31.37%

Color #6D63AF in popluar number systems.

HEX6D63AF
Decimal10999175
Binary1101101110001110101111
Octal155143257

Shades and tints

Shades of #6D63AF

#6D63AF
(109,99,175)
#645AA0
(100,90,160)
#5B5191
(91,81,145)
#524882
(82,72,130)
#493F73
(73,63,115)
#403664
(64,54,100)
#372D55
(55,45,85)
#2E2446
(46,36,70)
#251B37
(37,27,55)
#1C1228
(28,18,40)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #6D63AF

#6D63AF
(109,99,175)
#7A71B6
(122,113,182)
#877FBD
(135,127,189)
#948DC4
(148,141,196)
#A19BCB
(161,155,203)
#AEA9D2
(174,169,210)
#BBB7D9
(187,183,217)
#C8C5E0
(200,197,224)
#D5D3E7
(213,211,231)
#E2E1EE
(226,225,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D63AF color. Also use rgb(109,99,175) instead hex code.

Text Font Color

.myTextColor { color: #6D63AF; }

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

This text font color is #6D63AF.


Background Color

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

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

This div background color is #6D63AF.


Border color

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

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

This div border color is #6D63AF.


Opacity

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

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

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

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

This text has shadow with #6D63AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D63AF on black background.


Color preview on white background

This text has color #6D63AF on white background.



Black color preview on #6D63AF background

This text has black color on #6D63AF background.


White color preview on #6D63AF background

This text has white color on #6D63AF background.