COLOR #6B599D

HEX: #6B599D
RGB: (107,89,157)

Renk bilgisi

#6B599D contains mainly red and blue colors. #6B599D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B599D color RGB value is (107,89,157).

  • kırmız ton 107;
  • yeşil ton 89;
  • mavi ton 157.
RGB:
(107,89,157)
(42%,35%,62%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 89 of 255 = 35%
B 157 of 255 = 62%

107
89
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 89 + 157 = 353 (100%)
R 107 of 353 ~ 30.31%
G 89 of 353 ~ 25.21%
B 157 of 353 ~ 44.48%

%30.31
%25.21
%44.48

CMYK RENK MODELİ

#6B599D rengi CMYK tonu (32,43,0,38).

  • camgöbeği tonu 31.85%
  • eflatun tonu 43.31%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(32,43,0,38)
C32M43Y0K38 
(32%,43%,0%,38%)
(0.32/0.43/0.00/0.38)	

CMYK yüzdeleri

%31.85
%43.31
%0
%38.43

Codes

Color #6B599D in popluar color models

6B599D
RGB10789157
HSL256°27.64%48.24%
HSB/HSV256°43.31%61.57%
CMYK31.85%43.31%0.00%
38.43%

Color #6B599D in popluar number systems.

HEX6B599D
Decimal10789157
Binary1101011101100110011101
Octal153131235

Shades and tints

Shades of #6B599D

#6B599D
(107,89,157)
#62518F
(98,81,143)
#594981
(89,73,129)
#504173
(80,65,115)
#473965
(71,57,101)
#3E3157
(62,49,87)
#352949
(53,41,73)
#2C213B
(44,33,59)
#23192D
(35,25,45)
#1A111F
(26,17,31)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B599D

#6B599D
(107,89,157)
#7868A5
(120,104,165)
#8577AD
(133,119,173)
#9286B5
(146,134,181)
#9F95BD
(159,149,189)
#ACA4C5
(172,164,197)
#B9B3CD
(185,179,205)
#C6C2D5
(198,194,213)
#D3D1DD
(211,209,221)
#E0E0E5
(224,224,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B599D color. Also use rgb(107,89,157) instead hex code.

Text Font Color

.myTextColor { color: #6B599D; }

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

This text font color is #6B599D.


Background Color

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

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

This div background color is #6B599D.


Border color

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

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

This div border color is #6B599D.


Opacity

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

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

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

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

This text has shadow with #6B599D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B599D on black background.


Color preview on white background

This text has color #6B599D on white background.



Black color preview on #6B599D background

This text has black color on #6B599D background.


White color preview on #6B599D background

This text has white color on #6B599D background.