Color Hex Logo

#06182e Color Hex

#06182E
(6,24,46)
0 Favorites   0 Comments

Color spaces of #06182e

RGB 62446
HSL0.590.770.10
HSV213°87°18°
CMYK 0.870.480.00   0.82
XYZ0.89490.88922.7092
Yxy0.88920.19920.1979
Hunter Lab9.42970.4379-10.4334
CIE-Lab8.03211.9936-16.9534

#06182e color RGB value is (6,24,46).

#06182e hex color red value is 6, green value is 24 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #06182e hue: 0.59 , saturation: 0.77 and the lightness value of 06182e is 0.10.

The process color (four color CMYK) of #06182e color hex is 0.87, 0.48, 0.00, 0.82. Web safe color of #06182e is #000033. Color #06182e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 00101110
Octal 6 30 56
Decimal 6 24 46
Hex 6 18 2E

RGB Percentages of Color #06182e

%7.89
%31.58
%60.53

CMYK Percentages of Color #06182e

%87
%48
%0
%82

Triadic Colors of #06182e

#06182e #2e0618 #182e06

Analogous Colors of #06182e

#06182e #08062e #062c2e

Monochromatic Colors of #06182e

#06182e

Complementary Color

#06182e #2e1c06

#06182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06182e Color CSS Codes

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

#06182e Text Font Color

<p style="color:#06182e">Text here</p>

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


#06182e Background Color

<div style="background-color:#06182e">
Div content here</div>

This div background color is #06182e


#06182e Border Color

<div style="border:3px solid #06182e">
Div here</div>

This div border color is #06182e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,24,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06182e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06182e;
  -webkit-box-shadow: 1px 1px 3px 2px #06182e;
  box-shadow:         1px 1px 3px 2px #06182e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06182e


Comments

No comments written yet.

Please login to write comment.