Color Hex Logo

#06091d Color Hex

#06091D
(6,9,29)
0 Favorites   0 Comments

Color spaces of #06091d

RGB 6929
HSL0.640.660.07
HSV232°79°11°
CMYK 0.790.690.00   0.89
XYZ0.39460.32281.2039
Yxy0.32280.20540.1680
Hunter Lab5.68152.4546-8.5863
CIE-Lab2.91583.5962-11.9426

#06091d color RGB value is (6,9,29).

#06091d hex color red value is 6, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #06091d hue: 0.64 , saturation: 0.66 and the lightness value of 06091d is 0.07.

The process color (four color CMYK) of #06091d color hex is 0.79, 0.69, 0.00, 0.89. Web safe color of #06091d is #000033. Color #06091d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 00011101
Octal 6 11 35
Decimal 6 9 29
Hex 6 9 1D

RGB Percentages of Color #06091d

%13.64
%20.45
%65.91

CMYK Percentages of Color #06091d

%79
%69
%0
%89

Triadic Colors of #06091d

#06091d #1d0609 #091d06

Analogous Colors of #06091d

#06091d #0f061d #06151d

Monochromatic Colors of #06091d

#06091d

Complementary Color

#06091d #1d1a06

#06091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06091d Color CSS Codes

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

#06091d Text Font Color

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

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


#06091d Background Color

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

This div background color is #06091d


#06091d Border Color

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

This div border color is #06091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06091d


Comments

No comments written yet.

Please login to write comment.