COLOR #6A517D

HEX: #6A517D
RGB: (106,81,125)

Renk bilgisi

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

RGB renk modeli

#6A517D color RGB value is (106,81,125).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 81 of 255 = 32%
B 125 of 255 = 49%

106
81
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 81 + 125 = 312 (100%)
R 106 of 312 ~ 33.97%
G 81 of 312 ~ 25.96%
B 125 of 312 ~ 40.06%

%33.97
%25.96
%40.06

CMYK RENK MODELİ

#6A517D rengi CMYK tonu (15,35,0,51).

  • camgöbeği tonu 15.20%
  • eflatun tonu 35.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(15,35,0,51)
C15M35Y0K51 
(15%,35%,0%,51%)
(0.15/0.35/0.00/0.51)	

CMYK yüzdeleri

%15.2
%35.2
%0
%50.98

Codes

Color #6A517D in popluar color models

6A517D
RGB10681125
HSL274°21.36%40.39%
HSB/HSV274°35.20%49.02%
CMYK15.20%35.20%0.00%
50.98%

Color #6A517D in popluar number systems.

HEX6A517D
Decimal10681125
Binary110101010100011111101
Octal152121175

Shades and tints

Shades of #6A517D

#6A517D
(106,81,125)
#614A72
(97,74,114)
#584367
(88,67,103)
#4F3C5C
(79,60,92)
#463551
(70,53,81)
#3D2E46
(61,46,70)
#34273B
(52,39,59)
#2B2030
(43,32,48)
#221925
(34,25,37)
#19121A
(25,18,26)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A517D

#6A517D
(106,81,125)
#776088
(119,96,136)
#846F93
(132,111,147)
#917E9E
(145,126,158)
#9E8DA9
(158,141,169)
#AB9CB4
(171,156,180)
#B8ABBF
(184,171,191)
#C5BACA
(197,186,202)
#D2C9D5
(210,201,213)
#DFD8E0
(223,216,224)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A517D; }

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

This text font color is #6A517D.


Background Color

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

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

This div background color is #6A517D.


Border color

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

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

This div border color is #6A517D.


Opacity

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

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

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

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

This text has shadow with #6A517D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A517D on black background.


Color preview on white background

This text has color #6A517D on white background.



Black color preview on #6A517D background

This text has black color on #6A517D background.


White color preview on #6A517D background

This text has white color on #6A517D background.