Color Hex Logo

#06170c Color Hex

#06170C
(6,23,12)
0 Favorites   0 Comments

Color spaces of #06170c

RGB 62312
HSL0.390.590.06
HSV141°74°
CMYK 0.740.000.48   0.91
XYZ0.44790.67810.4551
Yxy0.67810.28330.4289
Hunter Lab8.2347-4.70172.4875
CIE-Lab6.1252-8.05414.0512

#06170c color RGB value is (6,23,12).

#06170c hex color red value is 6, green value is 23 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #06170c hue: 0.39 , saturation: 0.59 and the lightness value of 06170c is 0.06.

The process color (four color CMYK) of #06170c color hex is 0.74, 0.00, 0.48, 0.91. Web safe color of #06170c is #000000. Color #06170c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010111 00001100
Octal 6 27 14
Decimal 6 23 12
Hex 6 17 C

RGB Percentages of Color #06170c

%14.63
%56.10
%29.27

CMYK Percentages of Color #06170c

%74
%0
%48
%91

Triadic Colors of #06170c

#06170c #0c0617 #170c06

Analogous Colors of #06170c

#06170c #061715 #091706

Monochromatic Colors of #06170c

#06170c

Complementary Color

#06170c #170611

#06170c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06170c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06170c Color CSS Codes

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

#06170c Text Font Color

<p style="color:#06170c">Text here</p>

This sample text font color is #06170c
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.


#06170c Background Color

<div style="background-color:#06170c">
Div content here</div>

This div background color is #06170c


#06170c Border Color

<div style="border:3px solid #06170c">
Div here</div>

This div border color is #06170c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,23,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06170c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06170c;
  -webkit-box-shadow: 1px 1px 3px 2px #06170c;
  box-shadow:         1px 1px 3px 2px #06170c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06170c


Comments

No comments written yet.

Please login to write comment.