COLOR #6A6684

HEX: #6A6684
RGB: (106,102,132)

Renk bilgisi

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

RGB renk modeli

#6A6684 color RGB value is (106,102,132).

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

RGB bağlantıları ve doygunluk

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

106
102
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 102 + 132 = 340 (100%)
R 106 of 340 ~ 31.18%
G 102 of 340 ~ 30%
B 132 of 340 ~ 38.82%

%31.18
%30
%38.82

CMYK RENK MODELİ

#6A6684 rengi CMYK tonu (20,23,0,48).

  • camgöbeği tonu 19.70%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(20,23,0,48)
C20M23Y0K48 
(20%,23%,0%,48%)
(0.20/0.23/0.00/0.48)	

CMYK yüzdeleri

%19.7
%22.73
%0
%48.24

Codes

Color #6A6684 in popluar color models

6A6684
RGB106102132
HSL248°12.82%45.88%
HSB/HSV248°22.73%51.76%
CMYK19.70%22.73%0.00%
48.24%

Color #6A6684 in popluar number systems.

HEX6A6684
Decimal106102132
Binary1101010110011010000100
Octal152146204

Shades and tints

Shades of #6A6684

#6A6684
(106,102,132)
#615D78
(97,93,120)
#58546C
(88,84,108)
#4F4B60
(79,75,96)
#464254
(70,66,84)
#3D3948
(61,57,72)
#34303C
(52,48,60)
#2B2730
(43,39,48)
#221E24
(34,30,36)
#191518
(25,21,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #6A6684

#6A6684
(106,102,132)
#77738F
(119,115,143)
#84809A
(132,128,154)
#918DA5
(145,141,165)
#9E9AB0
(158,154,176)
#ABA7BB
(171,167,187)
#B8B4C6
(184,180,198)
#C5C1D1
(197,193,209)
#D2CEDC
(210,206,220)
#DFDBE7
(223,219,231)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6684; }

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

This text font color is #6A6684.


Background Color

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

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

This div background color is #6A6684.


Border color

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

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

This div border color is #6A6684.


Opacity

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

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

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

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

This text has shadow with #6A6684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6684 on black background.


Color preview on white background

This text has color #6A6684 on white background.



Black color preview on #6A6684 background

This text has black color on #6A6684 background.


White color preview on #6A6684 background

This text has white color on #6A6684 background.