COLOR #060014

HEX: #060014
RGB: (6,0,20)

Renk bilgisi

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

RGB renk modeli

#060014 color RGB value is (6,0,20).

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

RGB bağlantıları ve doygunluk

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

6
0
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 0 + 20 = 26 (100%)
R 6 of 26 ~ 23.08%
G 0 of 26 ~ 0%
B 20 of 26 ~ 76.92%

%23.08
%76.92

CMYK RENK MODELİ

#060014 rengi CMYK tonu (70,100,0,92).

  • camgöbeği tonu 70.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(70,100,0,92)
C70M100Y0K92 
(70%,100%,0%,92%)
(0.70/1.00/0.00/0.92)	

CMYK yüzdeleri

%70
%100
%0
%92.16

Codes

Color #060014 in popluar color models

060014
RGB6020
HSL258°100.00%3.92%
HSB/HSV258°100.00%7.84%
CMYK70.00%100.00%0.00%
92.16%

Color #060014 in popluar number systems.

HEX060014
Decimal6020
Binary110010100
Octal6024

Shades and tints

Shades of #060014

#060014
(6,0,20)
#060013
(6,0,19)
#060012
(6,0,18)
#060011
(6,0,17)
#060010
(6,0,16)
#06000F
(6,0,15)
#06000E
(6,0,14)
#06000D
(6,0,13)
#06000C
(6,0,12)
#06000B
(6,0,11)
#06000A
(6,0,10)
#000000
(0,0,0)

Tints of #060014

#060014
(6,0,20)
#1C1729
(28,23,41)
#322E3E
(50,46,62)
#484553
(72,69,83)
#5E5C68
(94,92,104)
#74737D
(116,115,125)
#8A8A92
(138,138,146)
#A0A1A7
(160,161,167)
#B6B8BC
(182,184,188)
#CCCFD1
(204,207,209)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060014; }

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

This text font color is #060014.


Background Color

.myBgColor { background-color: #060014; }

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

This div background color is #060014.


Border color

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

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

This div border color is #060014.


Opacity

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

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

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

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

This text has shadow with #060014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060014 on black background.


Color preview on white background

This text has color #060014 on white background.



Black color preview on #060014 background

This text has black color on #060014 background.


White color preview on #060014 background

This text has white color on #060014 background.