COLOR #6B599A

HEX: #6B599A
RGB: (107,89,154)

Renk bilgisi

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

RGB renk modeli

#6B599A color RGB value is (107,89,154).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 89 of 255 = 35%
B 154 of 255 = 60%

107
89
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 89 + 154 = 350 (100%)
R 107 of 350 ~ 30.57%
G 89 of 350 ~ 25.43%
B 154 of 350 ~ 44%

%30.57
%25.43
%44

CMYK RENK MODELİ

#6B599A rengi CMYK tonu (31,42,0,40).

  • camgöbeği tonu 30.52%
  • eflatun tonu 42.21%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(31,42,0,40)
C31M42Y0K40 
(31%,42%,0%,40%)
(0.31/0.42/0.00/0.40)	

CMYK yüzdeleri

%30.52
%42.21
%0
%39.61

Codes

Color #6B599A in popluar color models

6B599A
RGB10789154
HSL257°26.75%47.65%
HSB/HSV257°42.21%60.39%
CMYK30.52%42.21%0.00%
39.61%

Color #6B599A in popluar number systems.

HEX6B599A
Decimal10789154
Binary1101011101100110011010
Octal153131232

Shades and tints

Shades of #6B599A

#6B599A
(107,89,154)
#62518C
(98,81,140)
#59497E
(89,73,126)
#504170
(80,65,112)
#473962
(71,57,98)
#3E3154
(62,49,84)
#352946
(53,41,70)
#2C2138
(44,33,56)
#23192A
(35,25,42)
#1A111C
(26,17,28)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B599A

#6B599A
(107,89,154)
#7868A3
(120,104,163)
#8577AC
(133,119,172)
#9286B5
(146,134,181)
#9F95BE
(159,149,190)
#ACA4C7
(172,164,199)
#B9B3D0
(185,179,208)
#C6C2D9
(198,194,217)
#D3D1E2
(211,209,226)
#E0E0EB
(224,224,235)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B599A; }

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

This text font color is #6B599A.


Background Color

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

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

This div background color is #6B599A.


Border color

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

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

This div border color is #6B599A.


Opacity

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

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

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

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

This text has shadow with #6B599A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B599A on black background.


Color preview on white background

This text has color #6B599A on white background.



Black color preview on #6B599A background

This text has black color on #6B599A background.


White color preview on #6B599A background

This text has white color on #6B599A background.