COLOR #6A27C7

HEX: #6A27C7
RGB: (106,39,199)

Renk bilgisi

#6A27C7 contains mainly blue color. #6A27C7 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#6A27C7 color RGB value is (106,39,199).

  • kırmız ton 106;
  • yeşil ton 39;
  • mavi ton 199.
RGB:
(106,39,199)
(42%,15%,78%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 39 of 255 = 15%
B 199 of 255 = 78%

106
39
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 39 + 199 = 344 (100%)
R 106 of 344 ~ 30.81%
G 39 of 344 ~ 11.34%
B 199 of 344 ~ 57.85%

%30.81
%11.34
%57.85

CMYK RENK MODELİ

#6A27C7 rengi CMYK tonu (47,80,0,22).

  • camgöbeği tonu 46.73%
  • eflatun tonu 80.40%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(47,80,0,22)
C47M80Y0K22 
(47%,80%,0%,22%)
(0.47/0.80/0.00/0.22)	

CMYK yüzdeleri

%46.73
%80.4
%0
%21.96

Codes

Color #6A27C7 in popluar color models

6A27C7
RGB10639199
HSL265°67.23%46.67%
HSB/HSV265°80.40%78.04%
CMYK46.73%80.40%0.00%
21.96%

Color #6A27C7 in popluar number systems.

HEX6A27C7
Decimal10639199
Binary110101010011111000111
Octal15247307

Shades and tints

Shades of #6A27C7

#6A27C7
(106,39,199)
#6124B5
(97,36,181)
#5821A3
(88,33,163)
#4F1E91
(79,30,145)
#461B7F
(70,27,127)
#3D186D
(61,24,109)
#34155B
(52,21,91)
#2B1249
(43,18,73)
#220F37
(34,15,55)
#190C25
(25,12,37)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #6A27C7

#6A27C7
(106,39,199)
#773ACC
(119,58,204)
#844DD1
(132,77,209)
#9160D6
(145,96,214)
#9E73DB
(158,115,219)
#AB86E0
(171,134,224)
#B899E5
(184,153,229)
#C5ACEA
(197,172,234)
#D2BFEF
(210,191,239)
#DFD2F4
(223,210,244)
#ECE5F9
(236,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A27C7 color. Also use rgb(106,39,199) instead hex code.

Text Font Color

.myTextColor { color: #6A27C7; }

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

This text font color is #6A27C7.


Background Color

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

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

This div background color is #6A27C7.


Border color

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

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

This div border color is #6A27C7.


Opacity

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

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

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

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

This text has shadow with #6A27C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A27C7 on black background.


Color preview on white background

This text has color #6A27C7 on white background.



Black color preview on #6A27C7 background

This text has black color on #6A27C7 background.


White color preview on #6A27C7 background

This text has white color on #6A27C7 background.