COLOR #6B5FA6

HEX: #6B5FA6
RGB: (107,95,166)

Renk bilgisi

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

RGB renk modeli

#6B5FA6 color RGB value is (107,95,166).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 95 of 255 = 37%
B 166 of 255 = 65%

107
95
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 95 + 166 = 368 (100%)
R 107 of 368 ~ 29.08%
G 95 of 368 ~ 25.82%
B 166 of 368 ~ 45.11%

%29.08
%25.82
%45.11

CMYK RENK MODELİ

#6B5FA6 rengi CMYK tonu (36,43,0,35).

  • camgöbeği tonu 35.54%
  • eflatun tonu 42.77%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(36,43,0,35)
C36M43Y0K35 
(36%,43%,0%,35%)
(0.36/0.43/0.00/0.35)	

CMYK yüzdeleri

%35.54
%42.77
%0
%34.9

Codes

Color #6B5FA6 in popluar color models

6B5FA6
RGB10795166
HSL250°28.51%51.18%
HSB/HSV250°42.77%65.10%
CMYK35.54%42.77%0.00%
34.90%

Color #6B5FA6 in popluar number systems.

HEX6B5FA6
Decimal10795166
Binary1101011101111110100110
Octal153137246

Shades and tints

Shades of #6B5FA6

#6B5FA6
(107,95,166)
#625797
(98,87,151)
#594F88
(89,79,136)
#504779
(80,71,121)
#473F6A
(71,63,106)
#3E375B
(62,55,91)
#352F4C
(53,47,76)
#2C273D
(44,39,61)
#231F2E
(35,31,46)
#1A171F
(26,23,31)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B5FA6

#6B5FA6
(107,95,166)
#786DAE
(120,109,174)
#857BB6
(133,123,182)
#9289BE
(146,137,190)
#9F97C6
(159,151,198)
#ACA5CE
(172,165,206)
#B9B3D6
(185,179,214)
#C6C1DE
(198,193,222)
#D3CFE6
(211,207,230)
#E0DDEE
(224,221,238)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5FA6; }

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

This text font color is #6B5FA6.


Background Color

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

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

This div background color is #6B5FA6.


Border color

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

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

This div border color is #6B5FA6.


Opacity

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

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

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

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

This text has shadow with #6B5FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5FA6 on black background.


Color preview on white background

This text has color #6B5FA6 on white background.



Black color preview on #6B5FA6 background

This text has black color on #6B5FA6 background.


White color preview on #6B5FA6 background

This text has white color on #6B5FA6 background.