COLOR #6600B0

HEX: #6600B0
RGB: (102,0,176)

Renk bilgisi

#6600B0 contains mainly blue color. #6600B0 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#6600B0 color RGB value is (102,0,176).

  • kırmız ton 102;
  • yeşil ton 0;
  • mavi ton 176.
RGB:
(102,0,176)
(40%,0%,69%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 0 of 255 = 0%
B 176 of 255 = 69%

102
0
176

R + G + B ~ 36%. #6600B0 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 0 + 176 = 278 (100%)
R 102 of 278 ~ 36.69%
G 0 of 278 ~ 0%
B 176 of 278 ~ 63.31%

%36.69
%63.31

CMYK RENK MODELİ

#6600B0 rengi CMYK tonu (42,100,0,31).

  • camgöbeği tonu 42.05%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(42,100,0,31)
C42M100Y0K31 
(42%,100%,0%,31%)
(0.42/1.00/0.00/0.31)	

CMYK yüzdeleri

%42.05
%100
%0
%30.98

Codes

Color #6600B0 in popluar color models

6600B0
RGB1020176
HSL275°100.00%34.51%
HSB/HSV275°100.00%69.02%
CMYK42.05%100.00%0.00%
30.98%

Color #6600B0 in popluar number systems.

HEX6600B0
Decimal1020176
Binary1100110010110000
Octal1460260

Shades and tints

Shades of #6600B0

#6600B0
(102,0,176)
#5D00A0
(93,0,160)
#540090
(84,0,144)
#4B0080
(75,0,128)
#420070
(66,0,112)
#390060
(57,0,96)
#300050
(48,0,80)
#270040
(39,0,64)
#1E0030
(30,0,48)
#150020
(21,0,32)
#0C0010
(12,0,16)
#000000
(0,0,0)

Tints of #6600B0

#6600B0
(102,0,176)
#7317B7
(115,23,183)
#802EBE
(128,46,190)
#8D45C5
(141,69,197)
#9A5CCC
(154,92,204)
#A773D3
(167,115,211)
#B48ADA
(180,138,218)
#C1A1E1
(193,161,225)
#CEB8E8
(206,184,232)
#DBCFEF
(219,207,239)
#E8E6F6
(232,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6600B0 color. Also use rgb(102,0,176) instead hex code.

Text Font Color

.myTextColor { color: #6600B0; }

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

This text font color is #6600B0.


Background Color

.myBgColor { background-color: #6600B0; }

<div style="background-color:#6600B0">Inner text</div>

This div background color is #6600B0.


Border color

.myBorderColor { border: 1px solid #6600B0; }

<div style="border:3px solid #6600B0">Div</div>

This div border color is #6600B0.


Opacity

.myOpacity80 { color: #6600B0; opacity: 0.8; }

<p style="color:#6600B0;opacity:0.8;">80%</p>

Text with #6600B0 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 #6600B0;}

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

This text has shadow with #6600B0 color.

.textShadow {text-shadow: 3px 3px 1px #6600B0, 3px 3px 1px red;}

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

This text has shadow with #6600B0 primary color and red secondary color.


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

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

This text has shadow with #6600B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6600B0 on black background.


Color preview on white background

This text has color #6600B0 on white background.



Black color preview on #6600B0 background

This text has black color on #6600B0 background.


White color preview on #6600B0 background

This text has white color on #6600B0 background.