Color Hex Logo

#06298a Color Hex

#06298A
(6,41,138)
0 Favorites   0 Comments

Color spaces of #06298a

RGB 641138
HSL0.620.920.28
HSV224°96°54°
CMYK 0.960.700.00   0.46
XYZ5.45553.459624.4250
Yxy3.45960.16360.1038
Hunter Lab18.600019.8052-64.8380
CIE-Lab21.797829.9502-56.3533

#06298a color RGB value is (6,41,138).

#06298a hex color red value is 6, green value is 41 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #06298a hue: 0.62 , saturation: 0.92 and the lightness value of 06298a is 0.28.

The process color (four color CMYK) of #06298a color hex is 0.96, 0.70, 0.00, 0.46. Web safe color of #06298a is #003399. Color #06298a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 10001010
Octal 6 51 212
Decimal 6 41 138
Hex 6 29 8A

RGB Percentages of Color #06298a

%3.24
%22.16
%74.59

CMYK Percentages of Color #06298a

%96
%70
%0
%46

Triadic Colors of #06298a

#06298a #8a0629 #298a06

Analogous Colors of #06298a

#06298a #25068a #066b8a

Monochromatic Colors of #06298a

#06298a

Complementary Color

#06298a #8a6706

#06298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06298a Color CSS Codes

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

#06298a Text Font Color

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

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


#06298a Background Color

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

This div background color is #06298a


#06298a Border Color

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

This div border color is #06298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06298a


Comments

No comments written yet.

Please login to write comment.