Color Hex Logo

#06261b Color Hex

#06261B
(6,38,27)
0 Favorites   0 Comments

Color spaces of #06261b

RGB 63827
HSL0.440.730.09
HSV159°84°15°
CMYK 0.840.000.29   0.85
XYZ0.96601.50411.2763
Yxy1.50410.25780.4015
Hunter Lab12.2642-7.40262.4148
CIE-Lab12.6341-15.11763.9372

#06261b color RGB value is (6,38,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 00011011
Octal 6 46 33
Decimal 6 38 27
Hex 6 26 1B

RGB Percentages of Color #06261b

%8.45
%53.52
%38.03

CMYK Percentages of Color #06261b

%84
%0
%29
%85

Triadic Colors of #06261b

#06261b #1b0626 #261b06

Analogous Colors of #06261b

#06261b #062126 #06260b

Monochromatic Colors of #06261b

#06261b

Complementary Color

#06261b #260611

#06261b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06261b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06261b Color CSS Codes

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

#06261b Text Font Color

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

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


#06261b Background Color

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

This div background color is #06261b


#06261b Border Color

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

This div border color is #06261b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06261b


Comments

No comments written yet.

Please login to write comment.