Color Hex Logo

#06415f Color Hex

#06415F
(6,65,95)
0 Favorites   0 Comments

Color spaces of #06415f

RGB 66595
HSL0.560.880.20
HSV200°94°37°
CMYK 0.940.320.00   0.63
XYZ4.03104.645511.5107
Yxy4.64550.19970.2301
Hunter Lab21.5534-4.3348-16.5767
CIE-Lab25.6999-5.3753-22.6715

#06415f color RGB value is (6,65,95).

#06415f hex color red value is 6, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #06415f hue: 0.56 , saturation: 0.88 and the lightness value of 06415f is 0.20.

The process color (four color CMYK) of #06415f color hex is 0.94, 0.32, 0.00, 0.63. Web safe color of #06415f is #003366. Color #06415f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 01011111
Octal 6 101 137
Decimal 6 65 95
Hex 6 41 5F

RGB Percentages of Color #06415f

%3.61
%39.16
%57.23

CMYK Percentages of Color #06415f

%94
%32
%0
%63

Triadic Colors of #06415f

#06415f #5f0641 #415f06

Analogous Colors of #06415f

#06415f #06155f #065f51

Monochromatic Colors of #06415f

#06415f

Complementary Color

#06415f #5f2406

#06415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06415f Color CSS Codes

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

#06415f Text Font Color

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

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


#06415f Background Color

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

This div background color is #06415f


#06415f Border Color

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

This div border color is #06415f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,65,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06415f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06415f;
  -webkit-box-shadow: 1px 1px 3px 2px #06415f;
  box-shadow:         1px 1px 3px 2px #06415f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06415f


Comments

No comments written yet.

Please login to write comment.