COLOR #6C4489

HEX: #6C4489
RGB: (108,68,137)

Renk bilgisi

#6C4489 contains mainly red and blue colors. #6C4489 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6C4489 color RGB value is (108,68,137).

  • kırmız ton 108;
  • yeşil ton 68;
  • mavi ton 137.
RGB:
(108,68,137)
(42%,27%,54%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 68 of 255 = 27%
B 137 of 255 = 54%

108
68
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 68 + 137 = 313 (100%)
R 108 of 313 ~ 34.5%
G 68 of 313 ~ 21.73%
B 137 of 313 ~ 43.77%

%34.5
%21.73
%43.77

CMYK RENK MODELİ

#6C4489 rengi CMYK tonu (21,50,0,46).

  • camgöbeği tonu 21.17%
  • eflatun tonu 50.36%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(21,50,0,46)
C21M50Y0K46 
(21%,50%,0%,46%)
(0.21/0.50/0.00/0.46)	

CMYK yüzdeleri

%21.17
%50.36
%0
%46.27

Codes

Color #6C4489 in popluar color models

6C4489
RGB10868137
HSL275°33.66%40.20%
HSB/HSV275°50.36%53.73%
CMYK21.17%50.36%0.00%
46.27%

Color #6C4489 in popluar number systems.

HEX6C4489
Decimal10868137
Binary1101100100010010001001
Octal154104211

Shades and tints

Shades of #6C4489

#6C4489
(108,68,137)
#633E7D
(99,62,125)
#5A3871
(90,56,113)
#513265
(81,50,101)
#482C59
(72,44,89)
#3F264D
(63,38,77)
#362041
(54,32,65)
#2D1A35
(45,26,53)
#241429
(36,20,41)
#1B0E1D
(27,14,29)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #6C4489

#6C4489
(108,68,137)
#795593
(121,85,147)
#86669D
(134,102,157)
#9377A7
(147,119,167)
#A088B1
(160,136,177)
#AD99BB
(173,153,187)
#BAAAC5
(186,170,197)
#C7BBCF
(199,187,207)
#D4CCD9
(212,204,217)
#E1DDE3
(225,221,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4489 color. Also use rgb(108,68,137) instead hex code.

Text Font Color

.myTextColor { color: #6C4489; }

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

This text font color is #6C4489.


Background Color

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

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

This div background color is #6C4489.


Border color

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

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

This div border color is #6C4489.


Opacity

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

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

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

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

This text has shadow with #6C4489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4489 on black background.


Color preview on white background

This text has color #6C4489 on white background.



Black color preview on #6C4489 background

This text has black color on #6C4489 background.


White color preview on #6C4489 background

This text has white color on #6C4489 background.