Hex #060f13 Color

#060f13
equivalent to

RGB

(6, 15, 19)

Details of #060f13

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
6
0.3635
0.55
0.68
3.8605
0.4274
198°
6.5375
15
0.4274
0.52
0.21
-1.7509
0.2472
68°
-1.5162
19
0.6794
0.05
0.00   0.93
-3.0621
0.2907
-1.5836

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110
6
6
6
Green
1111
17
15
F
Blue
10011
23
19
13

RGB in % of #060f13

%15.00
%37.50
%47.50

CMYK in % of #060f13

%68
%21
%0
%93

Triads of color #060f13

#060f13 #0f1306 #130613

Similar Colors to #060f13

#060f13 #061311 #060913

Preview Color #060f13 on black ground

#060f13 is very interesting for text.

Preview Color #060f13 on white ground

#060f13 is very interesting for text.

CSS Codes #060f13 color

.mybgcolor {background-color:#060f13; }
.myforecolor {color:#060f13; }
.mybordercolor {border:3px solid #060f13; }

Text Font Color #060f13

<p style="color:#060f13">Text here</p>

This sample text font color is #060f13
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #060f13

<div style="background-color:#060f13">
Div content here</div>

This div background color is #060f13


Border Color #060f13

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

The color of this border is #060f13


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #060f13; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #060f13;
-webkit-box-shadow: 1px 1px 3px 2px #060f13;
box-shadow:         1px 1px 3px 2px #060f13; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #060f13">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #060f13;
  -webkit-box-shadow: 1px 1px 3px 2px #060f13;
  box-shadow:         1px 1px 3px 2px #060f13;">
Div content here</div>

The shadow of div box using color #060f13