Color Hex Logo

#061d3d Color Hex

#061D3D
(6,29,61)
0 Favorites   0 Comments

Color spaces of #061d3d

RGB 62961
HSL0.600.820.13
HSV215°90°24°
CMYK 0.900.520.00   0.76
XYZ1.35681.25444.5855
Yxy1.25440.18850.1743
Hunter Lab11.20002.0240-16.4345
CIE-Lab10.95285.1154-23.1131

#061d3d color RGB value is (6,29,61).

#061d3d hex color red value is 6, green value is 29 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #061d3d hue: 0.60 , saturation: 0.82 and the lightness value of 061d3d is 0.13.

The process color (four color CMYK) of #061d3d color hex is 0.90, 0.52, 0.00, 0.76. Web safe color of #061d3d is #003333. Color #061d3d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011101 00111101
Octal 6 35 75
Decimal 6 29 61
Hex 6 1D 3D

RGB Percentages of Color #061d3d

%6.25
%30.21
%63.54

CMYK Percentages of Color #061d3d

%90
%52
%0
%76

Triadic Colors of #061d3d

#061d3d #3d061d #1d3d06

Analogous Colors of #061d3d

#061d3d #0b063d #06393d

Monochromatic Colors of #061d3d

#061d3d

Complementary Color

#061d3d #3d2606

#061d3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061d3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#061d3d Color CSS Codes

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

#061d3d Text Font Color

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

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


#061d3d Background Color

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

This div background color is #061d3d


#061d3d Border Color

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

This div border color is #061d3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,29,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061d3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061d3d;
  -webkit-box-shadow: 1px 1px 3px 2px #061d3d;
  box-shadow:         1px 1px 3px 2px #061d3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061d3d


Comments

No comments written yet.

Please login to write comment.