COLOR #6C6684

HEX: #6C6684
RGB: (108,102,132)

Renk bilgisi

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

RGB renk modeli

#6C6684 color RGB value is (108,102,132).

  • kırmız ton 108;
  • yeşil ton 102;
  • mavi ton 132.
RGB:
(108,102,132)
(42%,40%,52%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 102 of 255 = 40%
B 132 of 255 = 52%

108
102
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 102 + 132 = 342 (100%)
R 108 of 342 ~ 31.58%
G 102 of 342 ~ 29.82%
B 132 of 342 ~ 38.6%

%31.58
%29.82
%38.6

CMYK RENK MODELİ

#6C6684 rengi CMYK tonu (18,23,0,48).

  • camgöbeği tonu 18.18%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(18,23,0,48)
C18M23Y0K48 
(18%,23%,0%,48%)
(0.18/0.23/0.00/0.48)	

CMYK yüzdeleri

%18.18
%22.73
%0
%48.24

Codes

Color #6C6684 in popluar color models

6C6684
RGB108102132
HSL252°12.82%45.88%
HSB/HSV252°22.73%51.76%
CMYK18.18%22.73%0.00%
48.24%

Color #6C6684 in popluar number systems.

HEX6C6684
Decimal108102132
Binary1101100110011010000100
Octal154146204

Shades and tints

Shades of #6C6684

#6C6684
(108,102,132)
#635D78
(99,93,120)
#5A546C
(90,84,108)
#514B60
(81,75,96)
#484254
(72,66,84)
#3F3948
(63,57,72)
#36303C
(54,48,60)
#2D2730
(45,39,48)
#241E24
(36,30,36)
#1B1518
(27,21,24)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C6684

#6C6684
(108,102,132)
#79738F
(121,115,143)
#86809A
(134,128,154)
#938DA5
(147,141,165)
#A09AB0
(160,154,176)
#ADA7BB
(173,167,187)
#BAB4C6
(186,180,198)
#C7C1D1
(199,193,209)
#D4CEDC
(212,206,220)
#E1DBE7
(225,219,231)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6684 color. Also use rgb(108,102,132) instead hex code.

Text Font Color

.myTextColor { color: #6C6684; }

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

This text font color is #6C6684.


Background Color

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

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

This div background color is #6C6684.


Border color

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

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

This div border color is #6C6684.


Opacity

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

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

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

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

This text has shadow with #6C6684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6684 on black background.


Color preview on white background

This text has color #6C6684 on white background.



Black color preview on #6C6684 background

This text has black color on #6C6684 background.


White color preview on #6C6684 background

This text has white color on #6C6684 background.