COLOR #000611

HEX: #000611
RGB: (0,6,17)

Renk bilgisi

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

RGB renk modeli

#000611 color RGB value is (0,6,17).

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

RGB bağlantıları ve doygunluk

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

0
6
17

R + G + B ~ 3%. #000611 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 6 + 17 = 23 (100%)
R 0 of 23 ~ 0%
G 6 of 23 ~ 26.09%
B 17 of 23 ~ 73.91%

%26.09
%73.91

CMYK RENK MODELİ

#000611 rengi CMYK tonu (100,65,0,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 64.71%
  • sarı tonu 0.00%
  • ana renk tonu 93.33%
CMYK:
(100,65,0,93)
C100M65Y0K93 
(100%,65%,0%,93%)
(1.00/0.65/0.00/0.93)	

CMYK yüzdeleri

%100
%64.71
%0
%93.33

Codes

Color #000611 in popluar color models

000611
RGB0617
HSL219°100.00%3.33%
HSB/HSV219°100.00%6.67%
CMYK100.00%64.71%0.00%
93.33%

Color #000611 in popluar number systems.

HEX000611
Decimal0617
Binary011010001
Octal0621

Shades and tints

Shades of #000611

#000611
(0,6,17)
#000610
(0,6,16)
#00060F
(0,6,15)
#00060E
(0,6,14)
#00060D
(0,6,13)
#00060C
(0,6,12)
#00060B
(0,6,11)
#00060A
(0,6,10)
#000609
(0,6,9)
#000608
(0,6,8)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #000611

#000611
(0,6,17)
#171C26
(23,28,38)
#2E323B
(46,50,59)
#454850
(69,72,80)
#5C5E65
(92,94,101)
#73747A
(115,116,122)
#8A8A8F
(138,138,143)
#A1A0A4
(161,160,164)
#B8B6B9
(184,182,185)
#CFCCCE
(207,204,206)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000611; }

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

This text font color is #000611.


Background Color

.myBgColor { background-color: #000611; }

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

This div background color is #000611.


Border color

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

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

This div border color is #000611.


Opacity

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

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

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

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

This text has shadow with #000611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000611 on black background.


Color preview on white background

This text has color #000611 on white background.



Black color preview on #000611 background

This text has black color on #000611 background.


White color preview on #000611 background

This text has white color on #000611 background.