COLOR #6B006B

HEX: #6B006B
RGB: (107,0,107)

Renk bilgisi

#6B006B contains only red and blue colors. #6B006B ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6B006B color RGB value is (107,0,107).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 0 of 255 = 0%
B 107 of 255 = 42%

107
0
107

R + G + B ~ 28%. #6B006B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 0 + 107 = 214 (100%)
R 107 of 214 ~ 50%
G 0 of 214 ~ 0%
B 107 of 214 ~ 50%

%50
%50

CMYK RENK MODELİ

#6B006B rengi CMYK tonu (0,100,0,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(0,100,0,58)
C0M100Y0K58 
(0%,100%,0%,58%)
(0.00/1.00/0.00/0.58)	

CMYK yüzdeleri

%0
%100
%0
%58.04

Codes

Color #6B006B in popluar color models

6B006B
RGB1070107
HSL300°100.00%20.98%
HSB/HSV300°100.00%41.96%
CMYK0.00%100.00%0.00%
58.04%

Color #6B006B in popluar number systems.

HEX6B006B
Decimal1070107
Binary110101101101011
Octal1530153

Shades and tints

Shades of #6B006B

#6B006B
(107,0,107)
#620062
(98,0,98)
#590059
(89,0,89)
#500050
(80,0,80)
#470047
(71,0,71)
#3E003E
(62,0,62)
#350035
(53,0,53)
#2C002C
(44,0,44)
#230023
(35,0,35)
#1A001A
(26,0,26)
#110011
(17,0,17)
#000000
(0,0,0)

Tints of #6B006B

#6B006B
(107,0,107)
#781778
(120,23,120)
#852E85
(133,46,133)
#924592
(146,69,146)
#9F5C9F
(159,92,159)
#AC73AC
(172,115,172)
#B98AB9
(185,138,185)
#C6A1C6
(198,161,198)
#D3B8D3
(211,184,211)
#E0CFE0
(224,207,224)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B006B; }

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

This text font color is #6B006B.


Background Color

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

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

This div background color is #6B006B.


Border color

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

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

This div border color is #6B006B.


Opacity

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

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

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

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

This text has shadow with #6B006B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B006B on black background.


Color preview on white background

This text has color #6B006B on white background.



Black color preview on #6B006B background

This text has black color on #6B006B background.


White color preview on #6B006B background

This text has white color on #6B006B background.