Color Hex Logo

#06022d Color Hex

#06022D
(6,2,45)
0 Favorites   0 Comments

Color spaces of #06022d

RGB 6245
HSL0.680.910.09
HSV246°96°18°
CMYK 0.870.960.00   0.82
XYZ0.57050.27162.5050
Yxy0.27160.17040.0811
Hunter Lab5.211510.4200-24.8506
CIE-Lab2.453312.7952-25.0665

#06022d color RGB value is (6,2,45).

#06022d hex color red value is 6, green value is 2 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #06022d hue: 0.68 , saturation: 0.91 and the lightness value of 06022d is 0.09.

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

Base Numbers

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

RGB Percentages of Color #06022d

%11.32
%3.77
%84.91

CMYK Percentages of Color #06022d

%87
%96
%0
%82

Triadic Colors of #06022d

#06022d #2d0602 #022d06

Analogous Colors of #06022d

#06022d #1c022d #02142d

Monochromatic Colors of #06022d

#06022d

Complementary Color

#06022d #292d02

#06022d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06022d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06022d Color CSS Codes

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

#06022d Text Font Color

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

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


#06022d Background Color

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

This div background color is #06022d


#06022d Border Color

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

This div border color is #06022d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,2,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 #06022d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06022d


Comments

No comments written yet.

Please login to write comment.