COLOR #6B589B

HEX: #6B589B
RGB: (107,88,155)

Renk bilgisi

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

RGB renk modeli

#6B589B color RGB value is (107,88,155).

  • kırmız ton 107;
  • yeşil ton 88;
  • mavi ton 155.
RGB:
(107,88,155)
(42%,35%,61%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 88 of 255 = 35%
B 155 of 255 = 61%

107
88
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 88 + 155 = 350 (100%)
R 107 of 350 ~ 30.57%
G 88 of 350 ~ 25.14%
B 155 of 350 ~ 44.29%

%30.57
%25.14
%44.29

CMYK RENK MODELİ

#6B589B rengi CMYK tonu (31,43,0,39).

  • camgöbeği tonu 30.97%
  • eflatun tonu 43.23%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(31,43,0,39)
C31M43Y0K39 
(31%,43%,0%,39%)
(0.31/0.43/0.00/0.39)	

CMYK yüzdeleri

%30.97
%43.23
%0
%39.22

Codes

Color #6B589B in popluar color models

6B589B
RGB10788155
HSL257°27.57%47.65%
HSB/HSV257°43.23%60.78%
CMYK30.97%43.23%0.00%
39.22%

Color #6B589B in popluar number systems.

HEX6B589B
Decimal10788155
Binary1101011101100010011011
Octal153130233

Shades and tints

Shades of #6B589B

#6B589B
(107,88,155)
#62508D
(98,80,141)
#59487F
(89,72,127)
#504071
(80,64,113)
#473863
(71,56,99)
#3E3055
(62,48,85)
#352847
(53,40,71)
#2C2039
(44,32,57)
#23182B
(35,24,43)
#1A101D
(26,16,29)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #6B589B

#6B589B
(107,88,155)
#7867A4
(120,103,164)
#8576AD
(133,118,173)
#9285B6
(146,133,182)
#9F94BF
(159,148,191)
#ACA3C8
(172,163,200)
#B9B2D1
(185,178,209)
#C6C1DA
(198,193,218)
#D3D0E3
(211,208,227)
#E0DFEC
(224,223,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B589B color. Also use rgb(107,88,155) instead hex code.

Text Font Color

.myTextColor { color: #6B589B; }

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

This text font color is #6B589B.


Background Color

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

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

This div background color is #6B589B.


Border color

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

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

This div border color is #6B589B.


Opacity

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

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

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

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

This text has shadow with #6B589B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B589B on black background.


Color preview on white background

This text has color #6B589B on white background.



Black color preview on #6B589B background

This text has black color on #6B589B background.


White color preview on #6B589B background

This text has white color on #6B589B background.