COLOR #6A476C

HEX: #6A476C
RGB: (106,71,108)

Renk bilgisi

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

RGB renk modeli

#6A476C color RGB value is (106,71,108).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 71 of 255 = 28%
B 108 of 255 = 42%

106
71
108

R + G + B ~ 37%. #6A476C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 71 + 108 = 285 (100%)
R 106 of 285 ~ 37.19%
G 71 of 285 ~ 24.91%
B 108 of 285 ~ 37.89%

%37.19
%24.91
%37.89

CMYK RENK MODELİ

#6A476C rengi CMYK tonu (2,34,0,58).

  • camgöbeği tonu 1.85%
  • eflatun tonu 34.26%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(2,34,0,58)
C2M34Y0K58 
(2%,34%,0%,58%)
(0.02/0.34/0.00/0.58)	

CMYK yüzdeleri

%1.85
%34.26
%0
%57.65

Codes

Color #6A476C in popluar color models

6A476C
RGB10671108
HSL297°20.67%35.10%
HSB/HSV297°34.26%42.35%
CMYK1.85%34.26%0.00%
57.65%

Color #6A476C in popluar number systems.

HEX6A476C
Decimal10671108
Binary110101010001111101100
Octal152107154

Shades and tints

Shades of #6A476C

#6A476C
(106,71,108)
#614163
(97,65,99)
#583B5A
(88,59,90)
#4F3551
(79,53,81)
#462F48
(70,47,72)
#3D293F
(61,41,63)
#342336
(52,35,54)
#2B1D2D
(43,29,45)
#221724
(34,23,36)
#19111B
(25,17,27)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #6A476C

#6A476C
(106,71,108)
#775779
(119,87,121)
#846786
(132,103,134)
#917793
(145,119,147)
#9E87A0
(158,135,160)
#AB97AD
(171,151,173)
#B8A7BA
(184,167,186)
#C5B7C7
(197,183,199)
#D2C7D4
(210,199,212)
#DFD7E1
(223,215,225)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A476C; }

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

This text font color is #6A476C.


Background Color

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

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

This div background color is #6A476C.


Border color

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

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

This div border color is #6A476C.


Opacity

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

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

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

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

This text has shadow with #6A476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A476C on black background.


Color preview on white background

This text has color #6A476C on white background.



Black color preview on #6A476C background

This text has black color on #6A476C background.


White color preview on #6A476C background

This text has white color on #6A476C background.