Color Hex Logo

#061026 Color Hex

#061026
(6,16,38)
0 Favorites   0 Comments

Color spaces of #061026

RGB 61638
HSL0.610.730.09
HSV221°84°15°
CMYK 0.840.580.00   0.85
XYZ0.61020.54921.9076
Yxy0.54920.19900.1791
Hunter Lab7.41081.7287-10.0742
CIE-Lab4.96093.6131-15.8050

#061026 color RGB value is (6,16,38).

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

The process color (four color CMYK) of #061026 color hex is 0.84, 0.58, 0.00, 0.85. Web safe color of #061026 is #000033. Color #061026 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010000 00100110
Octal 6 20 46
Decimal 6 16 38
Hex 6 10 26

RGB Percentages of Color #061026

%10.00
%26.67
%63.33

CMYK Percentages of Color #061026

%84
%58
%0
%85

Triadic Colors of #061026

#061026 #260610 #102606

Analogous Colors of #061026

#061026 #0c0626 #062026

Monochromatic Colors of #061026

#061026

Complementary Color

#061026 #261c06

#061026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061026 Color CSS Codes

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

#061026 Text Font Color

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

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


#061026 Background Color

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

This div background color is #061026


#061026 Border Color

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

This div border color is #061026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061026


Comments

No comments written yet.

Please login to write comment.