Color Hex Logo

#06124a Color Hex

#06124A
(6,18,74)
0 Favorites   0 Comments

Color spaces of #06124a

RGB 61874
HSL0.640.850.16
HSV229°92°29°
CMYK 0.920.760.00   0.71
XYZ1.52740.96576.5845
Yxy0.96570.16830.1064
Hunter Lab9.827010.5468-32.8479
CIE-Lab8.702419.6997-35.9123

#06124a color RGB value is (6,18,74).

#06124a hex color red value is 6, green value is 18 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #06124a hue: 0.64 , saturation: 0.85 and the lightness value of 06124a is 0.16.

The process color (four color CMYK) of #06124a color hex is 0.92, 0.76, 0.00, 0.71. Web safe color of #06124a is #000033. Color #06124a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010010 01001010
Octal 6 22 112
Decimal 6 18 74
Hex 6 12 4A

RGB Percentages of Color #06124a

%6.12
%18.37
%75.51

CMYK Percentages of Color #06124a

%92
%76
%0
%71

Triadic Colors of #06124a

#06124a #4a0612 #124a06

Analogous Colors of #06124a

#06124a #1c064a #06344a

Monochromatic Colors of #06124a

#06124a

Complementary Color

#06124a #4a3e06

#06124a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06124a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06124a Color CSS Codes

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

#06124a Text Font Color

<p style="color:#06124a">Text here</p>

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


#06124a Background Color

<div style="background-color:#06124a">
Div content here</div>

This div background color is #06124a


#06124a Border Color

<div style="border:3px solid #06124a">
Div here</div>

This div border color is #06124a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,18,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06124a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06124a;
  -webkit-box-shadow: 1px 1px 3px 2px #06124a;
  box-shadow:         1px 1px 3px 2px #06124a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06124a


Comments

No comments written yet.

Please login to write comment.