COLOR #6B5F99

HEX: #6B5F99
RGB: (107,95,153)

Renk bilgisi

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

RGB renk modeli

#6B5F99 color RGB value is (107,95,153).

  • kırmız ton 107;
  • yeşil ton 95;
  • mavi ton 153.
RGB:
(107,95,153)
(42%,37%,60%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 95 of 255 = 37%
B 153 of 255 = 60%

107
95
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 95 + 153 = 355 (100%)
R 107 of 355 ~ 30.14%
G 95 of 355 ~ 26.76%
B 153 of 355 ~ 43.1%

%30.14
%26.76
%43.1

CMYK RENK MODELİ

#6B5F99 rengi CMYK tonu (30,38,0,40).

  • camgöbeği tonu 30.07%
  • eflatun tonu 37.91%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(30,38,0,40)
C30M38Y0K40 
(30%,38%,0%,40%)
(0.30/0.38/0.00/0.40)	

CMYK yüzdeleri

%30.07
%37.91
%0
%40

Codes

Color #6B5F99 in popluar color models

6B5F99
RGB10795153
HSL252°23.39%48.63%
HSB/HSV252°37.91%60.00%
CMYK30.07%37.91%0.00%
40.00%

Color #6B5F99 in popluar number systems.

HEX6B5F99
Decimal10795153
Binary1101011101111110011001
Octal153137231

Shades and tints

Shades of #6B5F99

#6B5F99
(107,95,153)
#62578C
(98,87,140)
#594F7F
(89,79,127)
#504772
(80,71,114)
#473F65
(71,63,101)
#3E3758
(62,55,88)
#352F4B
(53,47,75)
#2C273E
(44,39,62)
#231F31
(35,31,49)
#1A1724
(26,23,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #6B5F99

#6B5F99
(107,95,153)
#786DA2
(120,109,162)
#857BAB
(133,123,171)
#9289B4
(146,137,180)
#9F97BD
(159,151,189)
#ACA5C6
(172,165,198)
#B9B3CF
(185,179,207)
#C6C1D8
(198,193,216)
#D3CFE1
(211,207,225)
#E0DDEA
(224,221,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F99 color. Also use rgb(107,95,153) instead hex code.

Text Font Color

.myTextColor { color: #6B5F99; }

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

This text font color is #6B5F99.


Background Color

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

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

This div background color is #6B5F99.


Border color

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

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

This div border color is #6B5F99.


Opacity

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

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

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

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

This text has shadow with #6B5F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F99 on black background.


Color preview on white background

This text has color #6B5F99 on white background.



Black color preview on #6B5F99 background

This text has black color on #6B5F99 background.


White color preview on #6B5F99 background

This text has white color on #6B5F99 background.