Color Hex Logo

#06084a Color Hex

#06084A
(6,8,74)
0 Favorites   0 Comments

Color spaces of #06084a

RGB 6874
HSL0.660.850.16
HSV238°92°29°
CMYK 0.920.890.00   0.71
XYZ1.39800.70686.5413
Yxy0.70680.16170.0817
Hunter Lab8.407114.9698-40.2465
CIE-Lab6.384526.0219-39.7367

#06084a color RGB value is (6,8,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001000 01001010
Octal 6 10 112
Decimal 6 8 74
Hex 6 8 4A

RGB Percentages of Color #06084a

%6.82
%9.09
%84.09

CMYK Percentages of Color #06084a

%92
%89
%0
%71

Triadic Colors of #06084a

#06084a #4a0608 #084a06

Analogous Colors of #06084a

#06084a #26064a #062a4a

Monochromatic Colors of #06084a

#06084a

Complementary Color

#06084a #4a4806

#06084a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06084a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06084a Color CSS Codes

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

#06084a Text Font Color

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

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


#06084a Background Color

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

This div background color is #06084a


#06084a Border Color

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

This div border color is #06084a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06084a


Comments

No comments written yet.

Please login to write comment.