COLOR #6A427D

HEX: #6A427D
RGB: (106,66,125)

Renk bilgisi

#6A427D contains red, green and blue colors in about the same proportion. #6A427D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6A427D color RGB value is (106,66,125).

  • kırmız ton 106;
  • yeşil ton 66;
  • mavi ton 125.
RGB:
(106,66,125)
(42%,26%,49%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 66 of 255 = 26%
B 125 of 255 = 49%

106
66
125

R + G + B ~ 39%. #6A427D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 66 + 125 = 297 (100%)
R 106 of 297 ~ 35.69%
G 66 of 297 ~ 22.22%
B 125 of 297 ~ 42.09%

%35.69
%22.22
%42.09

CMYK RENK MODELİ

#6A427D rengi CMYK tonu (15,47,0,51).

  • camgöbeği tonu 15.20%
  • eflatun tonu 47.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(15,47,0,51)
C15M47Y0K51 
(15%,47%,0%,51%)
(0.15/0.47/0.00/0.51)	

CMYK yüzdeleri

%15.2
%47.2
%0
%50.98

Codes

Color #6A427D in popluar color models

6A427D
RGB10666125
HSL281°30.89%37.45%
HSB/HSV281°47.20%49.02%
CMYK15.20%47.20%0.00%
50.98%

Color #6A427D in popluar number systems.

HEX6A427D
Decimal10666125
Binary110101010000101111101
Octal152102175

Shades and tints

Shades of #6A427D

#6A427D
(106,66,125)
#613C72
(97,60,114)
#583667
(88,54,103)
#4F305C
(79,48,92)
#462A51
(70,42,81)
#3D2446
(61,36,70)
#341E3B
(52,30,59)
#2B1830
(43,24,48)
#221225
(34,18,37)
#190C1A
(25,12,26)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #6A427D

#6A427D
(106,66,125)
#775388
(119,83,136)
#846493
(132,100,147)
#91759E
(145,117,158)
#9E86A9
(158,134,169)
#AB97B4
(171,151,180)
#B8A8BF
(184,168,191)
#C5B9CA
(197,185,202)
#D2CAD5
(210,202,213)
#DFDBE0
(223,219,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A427D color. Also use rgb(106,66,125) instead hex code.

Text Font Color

.myTextColor { color: #6A427D; }

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

This text font color is #6A427D.


Background Color

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

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

This div background color is #6A427D.


Border color

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

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

This div border color is #6A427D.


Opacity

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

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

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

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

This text has shadow with #6A427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A427D on black background.


Color preview on white background

This text has color #6A427D on white background.



Black color preview on #6A427D background

This text has black color on #6A427D background.


White color preview on #6A427D background

This text has white color on #6A427D background.