Color Hex Logo

#06261c Color Hex

#06261C
(6,38,28)
0 Favorites   0 Comments

Color spaces of #06261c

RGB 63828
HSL0.450.730.09
HSV161°84°15°
CMYK 0.840.000.26   0.85
XYZ0.97781.50881.3383
Yxy1.50880.25560.3945
Hunter Lab12.2833-7.28652.1385
CIE-Lab12.6639-14.80683.2645

#06261c color RGB value is (6,38,28).

#06261c hex color red value is 6, green value is 38 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #06261c hue: 0.45 , saturation: 0.73 and the lightness value of 06261c is 0.09.

The process color (four color CMYK) of #06261c color hex is 0.84, 0.00, 0.26, 0.85. Web safe color of #06261c is #003333. Color #06261c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 00011100
Octal 6 46 34
Decimal 6 38 28
Hex 6 26 1C

RGB Percentages of Color #06261c

%8.33
%52.78
%38.89

CMYK Percentages of Color #06261c

%84
%0
%26
%85

Triadic Colors of #06261c

#06261c #1c0626 #261c06

Analogous Colors of #06261c

#06261c #062026 #06260c

Monochromatic Colors of #06261c

#06261c

Complementary Color

#06261c #260610

#06261c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06261c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06261c Color CSS Codes

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

#06261c Text Font Color

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

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


#06261c Background Color

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

This div background color is #06261c


#06261c Border Color

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

This div border color is #06261c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06261c


Comments

No comments written yet.

Please login to write comment.