COLOR #6A6584

HEX: #6A6584
RGB: (106,101,132)

Renk bilgisi

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

RGB renk modeli

#6A6584 color RGB value is (106,101,132).

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

RGB bağlantıları ve doygunluk

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

106
101
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 101 + 132 = 339 (100%)
R 106 of 339 ~ 31.27%
G 101 of 339 ~ 29.79%
B 132 of 339 ~ 38.94%

%31.27
%29.79
%38.94

CMYK RENK MODELİ

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

  • camgöbeği tonu 19.70%
  • eflatun tonu 23.48%
  • 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
%23.48
%0
%48.24

Codes

Color #6A6584 in popluar color models

6A6584
RGB106101132
HSL250°13.30%45.69%
HSB/HSV250°23.48%51.76%
CMYK19.70%23.48%0.00%
48.24%

Color #6A6584 in popluar number systems.

HEX6A6584
Decimal106101132
Binary1101010110010110000100
Octal152145204

Shades and tints

Shades of #6A6584

#6A6584
(106,101,132)
#615C78
(97,92,120)
#58536C
(88,83,108)
#4F4A60
(79,74,96)
#464154
(70,65,84)
#3D3848
(61,56,72)
#342F3C
(52,47,60)
#2B2630
(43,38,48)
#221D24
(34,29,36)
#191418
(25,20,24)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #6A6584

#6A6584
(106,101,132)
#77738F
(119,115,143)
#84819A
(132,129,154)
#918FA5
(145,143,165)
#9E9DB0
(158,157,176)
#ABABBB
(171,171,187)
#B8B9C6
(184,185,198)
#C5C7D1
(197,199,209)
#D2D5DC
(210,213,220)
#DFE3E7
(223,227,231)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6584; }

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

This text font color is #6A6584.


Background Color

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

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

This div background color is #6A6584.


Border color

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

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

This div border color is #6A6584.


Opacity

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

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

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

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

This text has shadow with #6A6584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6584 on black background.


Color preview on white background

This text has color #6A6584 on white background.



Black color preview on #6A6584 background

This text has black color on #6A6584 background.


White color preview on #6A6584 background

This text has white color on #6A6584 background.