COLOR #060000

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

Renk bilgisi

#060000 contains only red color. #060000 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

6
0
0

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

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%100
%100
%97.65

Codes

Color #060000 in popluar color models

060000
RGB600
HSL100.00%1.18%
HSB/HSV100.00%2.35%
CMYK0.00%100.00%100.00%
97.65%

Color #060000 in popluar number systems.

HEX060000
Decimal600
Binary11000
Octal600

Shades and tints

Tints of #060000

#060000
(6,0,0)
#1C1717
(28,23,23)
#322E2E
(50,46,46)
#484545
(72,69,69)
#5E5C5C
(94,92,92)
#747373
(116,115,115)
#8A8A8A
(138,138,138)
#A0A1A1
(160,161,161)
#B6B8B8
(182,184,184)
#CCCFCF
(204,207,207)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060000; }

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

This text font color is #060000.


Background Color

.myBgColor { background-color: #060000; }

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

This div background color is #060000.


Border color

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

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

This div border color is #060000.


Opacity

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

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

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

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

This text has shadow with #060000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060000 on black background.


Color preview on white background

This text has color #060000 on white background.



Black color preview on #060000 background

This text has black color on #060000 background.


White color preview on #060000 background

This text has white color on #060000 background.