COLOR #000606

HEX: #000606
RGB: (0,6,6)

Renk bilgisi

#000606 contains only green and blue colors. #000606 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000606 color RGB value is (0,6,6).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 6 of 255 = 2%
B 6 of 255 = 2%

0
6
6

R + G + B ~ 1%. #000606 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 6 + 6 = 12 (100%)
R 0 of 12 ~ 0%
G 6 of 12 ~ 50%
B 6 of 12 ~ 50%

%50
%50

CMYK RENK MODELİ

#000606 rengi CMYK tonu (100,0,0,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 97.65%
CMYK:
(100,0,0,98)
C100M0Y0K98 
(100%,0%,0%,98%)
(1.00/0.00/0.00/0.98)	

CMYK yüzdeleri

%100
%0
%0
%97.65

Codes

Color #000606 in popluar color models

000606
RGB066
HSL180°100.00%1.18%
HSB/HSV180°100.00%2.35%
CMYK100.00%0.00%0.00%
97.65%

Color #000606 in popluar number systems.

HEX000606
Decimal066
Binary0110110
Octal066

Shades and tints

Tints of #000606

#000606
(0,6,6)
#171C1C
(23,28,28)
#2E3232
(46,50,50)
#454848
(69,72,72)
#5C5E5E
(92,94,94)
#737474
(115,116,116)
#8A8A8A
(138,138,138)
#A1A0A0
(161,160,160)
#B8B6B6
(184,182,182)
#CFCCCC
(207,204,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000606; }

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

This text font color is #000606.


Background Color

.myBgColor { background-color: #000606; }

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

This div background color is #000606.


Border color

.myBorderColor { border: 1px solid #000606; }

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

This div border color is #000606.


Opacity

.myOpacity80 { color: #000606; opacity: 0.8; }

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

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

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

This text has shadow with #000606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000606 on black background.


Color preview on white background

This text has color #000606 on white background.



Black color preview on #000606 background

This text has black color on #000606 background.


White color preview on #000606 background

This text has white color on #000606 background.