COLOR #6C6AD2

HEX: #6C6AD2
RGB: (108,106,210)

Renk bilgisi

#6C6AD2 contains mainly blue color. #6C6AD2 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C6AD2 color RGB value is (108,106,210).

  • kırmız ton 108;
  • yeşil ton 106;
  • mavi ton 210.
RGB:
(108,106,210)
(42%,42%,82%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 106 of 255 = 42%
B 210 of 255 = 82%

108
106
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 106 + 210 = 424 (100%)
R 108 of 424 ~ 25.47%
G 106 of 424 ~ 25%
B 210 of 424 ~ 49.53%

%25.47
%25
%49.53

CMYK RENK MODELİ

#6C6AD2 rengi CMYK tonu (49,50,0,18).

  • camgöbeği tonu 48.57%
  • eflatun tonu 49.52%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(49,50,0,18)
C49M50Y0K18 
(49%,50%,0%,18%)
(0.49/0.50/0.00/0.18)	

CMYK yüzdeleri

%48.57
%49.52
%0
%17.65

Codes

Color #6C6AD2 in popluar color models

6C6AD2
RGB108106210
HSL241°53.61%61.96%
HSB/HSV241°49.52%82.35%
CMYK48.57%49.52%0.00%
17.65%

Color #6C6AD2 in popluar number systems.

HEX6C6AD2
Decimal108106210
Binary1101100110101011010010
Octal154152322

Shades and tints

Shades of #6C6AD2

#6C6AD2
(108,106,210)
#6361BF
(99,97,191)
#5A58AC
(90,88,172)
#514F99
(81,79,153)
#484686
(72,70,134)
#3F3D73
(63,61,115)
#363460
(54,52,96)
#2D2B4D
(45,43,77)
#24223A
(36,34,58)
#1B1927
(27,25,39)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C6AD2

#6C6AD2
(108,106,210)
#7977D6
(121,119,214)
#8684DA
(134,132,218)
#9391DE
(147,145,222)
#A09EE2
(160,158,226)
#ADABE6
(173,171,230)
#BAB8EA
(186,184,234)
#C7C5EE
(199,197,238)
#D4D2F2
(212,210,242)
#E1DFF6
(225,223,246)
#EEECFA
(238,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6AD2 color. Also use rgb(108,106,210) instead hex code.

Text Font Color

.myTextColor { color: #6C6AD2; }

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

This text font color is #6C6AD2.


Background Color

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

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

This div background color is #6C6AD2.


Border color

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

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

This div border color is #6C6AD2.


Opacity

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

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

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

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

This text has shadow with #6C6AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6AD2 on black background.


Color preview on white background

This text has color #6C6AD2 on white background.



Black color preview on #6C6AD2 background

This text has black color on #6C6AD2 background.


White color preview on #6C6AD2 background

This text has white color on #6C6AD2 background.