Color Hex Logo

#06072d Color Hex

#06072D
(6,7,45)
0 Favorites   0 Comments

Color spaces of #06072d

RGB 6745
HSL0.660.760.10
HSV238°87°18°
CMYK 0.870.840.00   0.82
XYZ0.62470.38012.5231
Yxy0.38010.17710.1077
Hunter Lab6.16527.2976-19.9486
CIE-Lab3.433410.7910-23.5134

#06072d color RGB value is (6,7,45).

#06072d hex color red value is 6, green value is 7 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #06072d hue: 0.66 , saturation: 0.76 and the lightness value of 06072d is 0.10.

The process color (four color CMYK) of #06072d color hex is 0.87, 0.84, 0.00, 0.82. Web safe color of #06072d is #000033. Color #06072d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 00101101
Octal 6 7 55
Decimal 6 7 45
Hex 6 7 2D

RGB Percentages of Color #06072d

%10.34
%12.07
%77.59

CMYK Percentages of Color #06072d

%87
%84
%0
%82

Triadic Colors of #06072d

#06072d #2d0607 #072d06

Analogous Colors of #06072d

#06072d #19062d #061b2d

Monochromatic Colors of #06072d

#06072d

Complementary Color

#06072d #2d2c06

#06072d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06072d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06072d Color CSS Codes

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

#06072d Text Font Color

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

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


#06072d Background Color

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

This div background color is #06072d


#06072d Border Color

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

This div border color is #06072d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06072d

#06072d Color Palettes


Comments

No comments written yet.

Please login to write comment.