COLOR #6C6AB3

HEX: #6C6AB3
RGB: (108,106,179)

Renk bilgisi

#6C6AB3 contains mainly blue color. #6C6AB3 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6C6AB3 color RGB value is (108,106,179).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 106 of 255 = 42%
B 179 of 255 = 70%

108
106
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 106 + 179 = 393 (100%)
R 108 of 393 ~ 27.48%
G 106 of 393 ~ 26.97%
B 179 of 393 ~ 45.55%

%27.48
%26.97
%45.55

CMYK RENK MODELİ

#6C6AB3 rengi CMYK tonu (40,41,0,30).

  • camgöbeği tonu 39.66%
  • eflatun tonu 40.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(40,41,0,30)
C40M41Y0K30 
(40%,41%,0%,30%)
(0.40/0.41/0.00/0.30)	

CMYK yüzdeleri

%39.66
%40.78
%0
%29.8

Codes

Color #6C6AB3 in popluar color models

6C6AB3
RGB108106179
HSL242°32.44%55.88%
HSB/HSV242°40.78%70.20%
CMYK39.66%40.78%0.00%
29.80%

Color #6C6AB3 in popluar number systems.

HEX6C6AB3
Decimal108106179
Binary1101100110101010110011
Octal154152263

Shades and tints

Shades of #6C6AB3

#6C6AB3
(108,106,179)
#6361A3
(99,97,163)
#5A5893
(90,88,147)
#514F83
(81,79,131)
#484673
(72,70,115)
#3F3D63
(63,61,99)
#363453
(54,52,83)
#2D2B43
(45,43,67)
#242233
(36,34,51)
#1B1923
(27,25,35)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #6C6AB3

#6C6AB3
(108,106,179)
#7977B9
(121,119,185)
#8684BF
(134,132,191)
#9391C5
(147,145,197)
#A09ECB
(160,158,203)
#ADABD1
(173,171,209)
#BAB8D7
(186,184,215)
#C7C5DD
(199,197,221)
#D4D2E3
(212,210,227)
#E1DFE9
(225,223,233)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6AB3; }

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

This text font color is #6C6AB3.


Background Color

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

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

This div background color is #6C6AB3.


Border color

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

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

This div border color is #6C6AB3.


Opacity

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

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

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

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

This text has shadow with #6C6AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6AB3 on black background.


Color preview on white background

This text has color #6C6AB3 on white background.



Black color preview on #6C6AB3 background

This text has black color on #6C6AB3 background.


White color preview on #6C6AB3 background

This text has white color on #6C6AB3 background.