COLOR #060D14

HEX: #060D14
RGB: (6,13,20)

Renk bilgisi

#060D14 contains red, green and blue colors in about the same proportion. #060D14 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#060D14 color RGB value is (6,13,20).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 13 of 255 = 5%
B 20 of 255 = 8%

6
13
20

R + G + B ~ 5%. #060D14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 13 + 20 = 39 (100%)
R 6 of 39 ~ 15.38%
G 13 of 39 ~ 33.33%
B 20 of 39 ~ 51.28%

%15.38
%33.33
%51.28

CMYK RENK MODELİ

#060D14 rengi CMYK tonu (70,35,0,92).

  • camgöbeği tonu 70.00%
  • eflatun tonu 35.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(70,35,0,92)
C70M35Y0K92 
(70%,35%,0%,92%)
(0.70/0.35/0.00/0.92)	

CMYK yüzdeleri

%70
%35
%0
%92.16

Codes

Color #060D14 in popluar color models

060D14
RGB61320
HSL210°53.85%5.10%
HSB/HSV210°70.00%7.84%
CMYK70.00%35.00%0.00%
92.16%

Color #060D14 in popluar number systems.

HEX060D14
Decimal61320
Binary110110110100
Octal61524

Shades and tints

Shades of #060D14

#060D14
(6,13,20)
#060C13
(6,12,19)
#060B12
(6,11,18)
#060A11
(6,10,17)
#060910
(6,9,16)
#06080F
(6,8,15)
#06070E
(6,7,14)
#06060D
(6,6,13)
#06050C
(6,5,12)
#06040B
(6,4,11)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #060D14

#060D14
(6,13,20)
#1C2329
(28,35,41)
#32393E
(50,57,62)
#484F53
(72,79,83)
#5E6568
(94,101,104)
#747B7D
(116,123,125)
#8A9192
(138,145,146)
#A0A7A7
(160,167,167)
#B6BDBC
(182,189,188)
#CCD3D1
(204,211,209)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D14; }

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

This text font color is #060D14.


Background Color

.myBgColor { background-color: #060D14; }

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

This div background color is #060D14.


Border color

.myBorderColor { border: 1px solid #060D14; }

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

This div border color is #060D14.


Opacity

.myOpacity80 { color: #060D14; opacity: 0.8; }

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

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

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

This text has shadow with #060D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D14 on black background.


Color preview on white background

This text has color #060D14 on white background.



Black color preview on #060D14 background

This text has black color on #060D14 background.


White color preview on #060D14 background

This text has white color on #060D14 background.