COLOR #6C6682

HEX: #6C6682
RGB: (108,102,130)

Renk bilgisi

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

RGB renk modeli

#6C6682 color RGB value is (108,102,130).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 102 of 255 = 40%
B 130 of 255 = 51%

108
102
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 102 + 130 = 340 (100%)
R 108 of 340 ~ 31.76%
G 102 of 340 ~ 30%
B 130 of 340 ~ 38.24%

%31.76
%30
%38.24

CMYK RENK MODELİ

#6C6682 rengi CMYK tonu (17,22,0,49).

  • camgöbeği tonu 16.92%
  • eflatun tonu 21.54%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(17,22,0,49)
C17M22Y0K49 
(17%,22%,0%,49%)
(0.17/0.22/0.00/0.49)	

CMYK yüzdeleri

%16.92
%21.54
%0
%49.02

Codes

Color #6C6682 in popluar color models

6C6682
RGB108102130
HSL253°12.07%45.49%
HSB/HSV253°21.54%50.98%
CMYK16.92%21.54%0.00%
49.02%

Color #6C6682 in popluar number systems.

HEX6C6682
Decimal108102130
Binary1101100110011010000010
Octal154146202

Shades and tints

Shades of #6C6682

#6C6682
(108,102,130)
#635D77
(99,93,119)
#5A546C
(90,84,108)
#514B61
(81,75,97)
#484256
(72,66,86)
#3F394B
(63,57,75)
#363040
(54,48,64)
#2D2735
(45,39,53)
#241E2A
(36,30,42)
#1B151F
(27,21,31)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #6C6682

#6C6682
(108,102,130)
#79738D
(121,115,141)
#868098
(134,128,152)
#938DA3
(147,141,163)
#A09AAE
(160,154,174)
#ADA7B9
(173,167,185)
#BAB4C4
(186,180,196)
#C7C1CF
(199,193,207)
#D4CEDA
(212,206,218)
#E1DBE5
(225,219,229)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6682; }

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

This text font color is #6C6682.


Background Color

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

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

This div background color is #6C6682.


Border color

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

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

This div border color is #6C6682.


Opacity

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

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

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

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

This text has shadow with #6C6682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6682 on black background.


Color preview on white background

This text has color #6C6682 on white background.



Black color preview on #6C6682 background

This text has black color on #6C6682 background.


White color preview on #6C6682 background

This text has white color on #6C6682 background.