COLOR #6B09D9

HEX: #6B09D9
RGB: (107,9,217)

Renk bilgisi

#6B09D9 contains mainly blue color. #6B09D9 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#6B09D9 color RGB value is (107,9,217).

  • kırmız ton 107;
  • yeşil ton 9;
  • mavi ton 217.
RGB:
(107,9,217)
(42%,4%,85%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 9 of 255 = 4%
B 217 of 255 = 85%

107
9
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 9 + 217 = 333 (100%)
R 107 of 333 ~ 32.13%
G 9 of 333 ~ 2.7%
B 217 of 333 ~ 65.17%

%32.13
%65.17

CMYK RENK MODELİ

#6B09D9 rengi CMYK tonu (51,96,0,15).

  • camgöbeği tonu 50.69%
  • eflatun tonu 95.85%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(51,96,0,15)
C51M96Y0K15 
(51%,96%,0%,15%)
(0.51/0.96/0.00/0.15)	

CMYK yüzdeleri

%50.69
%95.85
%0
%14.9

Codes

Color #6B09D9 in popluar color models

6B09D9
RGB1079217
HSL268°92.04%44.31%
HSB/HSV268°95.85%85.10%
CMYK50.69%95.85%0.00%
14.90%

Color #6B09D9 in popluar number systems.

HEX6B09D9
Decimal1079217
Binary1101011100111011001
Octal15311331

Shades and tints

Shades of #6B09D9

#6B09D9
(107,9,217)
#6209C6
(98,9,198)
#5909B3
(89,9,179)
#5009A0
(80,9,160)
#47098D
(71,9,141)
#3E097A
(62,9,122)
#350967
(53,9,103)
#2C0954
(44,9,84)
#230941
(35,9,65)
#1A092E
(26,9,46)
#11091B
(17,9,27)
#000000
(0,0,0)

Tints of #6B09D9

#6B09D9
(107,9,217)
#781FDC
(120,31,220)
#8535DF
(133,53,223)
#924BE2
(146,75,226)
#9F61E5
(159,97,229)
#AC77E8
(172,119,232)
#B98DEB
(185,141,235)
#C6A3EE
(198,163,238)
#D3B9F1
(211,185,241)
#E0CFF4
(224,207,244)
#EDE5F7
(237,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B09D9 color. Also use rgb(107,9,217) instead hex code.

Text Font Color

.myTextColor { color: #6B09D9; }

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

This text font color is #6B09D9.


Background Color

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

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

This div background color is #6B09D9.


Border color

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

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

This div border color is #6B09D9.


Opacity

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

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

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

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

This text has shadow with #6B09D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B09D9 on black background.


Color preview on white background

This text has color #6B09D9 on white background.



Black color preview on #6B09D9 background

This text has black color on #6B09D9 background.


White color preview on #6B09D9 background

This text has white color on #6B09D9 background.