COLOR #6B6384

HEX: #6B6384
RGB: (107,99,132)

Renk bilgisi

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

RGB renk modeli

#6B6384 color RGB value is (107,99,132).

  • kırmız ton 107;
  • yeşil ton 99;
  • mavi ton 132.
RGB:
(107,99,132)
(42%,39%,52%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 99 of 255 = 39%
B 132 of 255 = 52%

107
99
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 99 + 132 = 338 (100%)
R 107 of 338 ~ 31.66%
G 99 of 338 ~ 29.29%
B 132 of 338 ~ 39.05%

%31.66
%29.29
%39.05

CMYK RENK MODELİ

#6B6384 rengi CMYK tonu (19,25,0,48).

  • camgöbeği tonu 18.94%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(19,25,0,48)
C19M25Y0K48 
(19%,25%,0%,48%)
(0.19/0.25/0.00/0.48)	

CMYK yüzdeleri

%18.94
%25
%0
%48.24

Codes

Color #6B6384 in popluar color models

6B6384
RGB10799132
HSL255°14.29%45.29%
HSB/HSV255°25.00%51.76%
CMYK18.94%25.00%0.00%
48.24%

Color #6B6384 in popluar number systems.

HEX6B6384
Decimal10799132
Binary1101011110001110000100
Octal153143204

Shades and tints

Shades of #6B6384

#6B6384
(107,99,132)
#625A78
(98,90,120)
#59516C
(89,81,108)
#504860
(80,72,96)
#473F54
(71,63,84)
#3E3648
(62,54,72)
#352D3C
(53,45,60)
#2C2430
(44,36,48)
#231B24
(35,27,36)
#1A1218
(26,18,24)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #6B6384

#6B6384
(107,99,132)
#78718F
(120,113,143)
#857F9A
(133,127,154)
#928DA5
(146,141,165)
#9F9BB0
(159,155,176)
#ACA9BB
(172,169,187)
#B9B7C6
(185,183,198)
#C6C5D1
(198,197,209)
#D3D3DC
(211,211,220)
#E0E1E7
(224,225,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6384 color. Also use rgb(107,99,132) instead hex code.

Text Font Color

.myTextColor { color: #6B6384; }

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

This text font color is #6B6384.


Background Color

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

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

This div background color is #6B6384.


Border color

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

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

This div border color is #6B6384.


Opacity

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

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

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

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

This text has shadow with #6B6384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6384 on black background.


Color preview on white background

This text has color #6B6384 on white background.



Black color preview on #6B6384 background

This text has black color on #6B6384 background.


White color preview on #6B6384 background

This text has white color on #6B6384 background.