COLOR #6B5597

HEX: #6B5597
RGB: (107,85,151)

Renk bilgisi

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

RGB renk modeli

#6B5597 color RGB value is (107,85,151).

  • kırmız ton 107;
  • yeşil ton 85;
  • mavi ton 151.
RGB:
(107,85,151)
(42%,33%,59%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 85 of 255 = 33%
B 151 of 255 = 59%

107
85
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 85 + 151 = 343 (100%)
R 107 of 343 ~ 31.2%
G 85 of 343 ~ 24.78%
B 151 of 343 ~ 44.02%

%31.2
%24.78
%44.02

CMYK RENK MODELİ

#6B5597 rengi CMYK tonu (29,44,0,41).

  • camgöbeği tonu 29.14%
  • eflatun tonu 43.71%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(29,44,0,41)
C29M44Y0K41 
(29%,44%,0%,41%)
(0.29/0.44/0.00/0.41)	

CMYK yüzdeleri

%29.14
%43.71
%0
%40.78

Codes

Color #6B5597 in popluar color models

6B5597
RGB10785151
HSL260°27.97%46.27%
HSB/HSV260°43.71%59.22%
CMYK29.14%43.71%0.00%
40.78%

Color #6B5597 in popluar number systems.

HEX6B5597
Decimal10785151
Binary1101011101010110010111
Octal153125227

Shades and tints

Shades of #6B5597

#6B5597
(107,85,151)
#624E8A
(98,78,138)
#59477D
(89,71,125)
#504070
(80,64,112)
#473963
(71,57,99)
#3E3256
(62,50,86)
#352B49
(53,43,73)
#2C243C
(44,36,60)
#231D2F
(35,29,47)
#1A1622
(26,22,34)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #6B5597

#6B5597
(107,85,151)
#7864A0
(120,100,160)
#8573A9
(133,115,169)
#9282B2
(146,130,178)
#9F91BB
(159,145,187)
#ACA0C4
(172,160,196)
#B9AFCD
(185,175,205)
#C6BED6
(198,190,214)
#D3CDDF
(211,205,223)
#E0DCE8
(224,220,232)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5597 color. Also use rgb(107,85,151) instead hex code.

Text Font Color

.myTextColor { color: #6B5597; }

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

This text font color is #6B5597.


Background Color

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

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

This div background color is #6B5597.


Border color

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

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

This div border color is #6B5597.


Opacity

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

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

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

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

This text has shadow with #6B5597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5597 on black background.


Color preview on white background

This text has color #6B5597 on white background.



Black color preview on #6B5597 background

This text has black color on #6B5597 background.


White color preview on #6B5597 background

This text has white color on #6B5597 background.