Color Hex Logo

#06258f Color Hex

#06258F
(6,37,143)
0 Favorites   0 Comments

Color spaces of #06258f

RGB 637143
HSL0.630.920.29
HSV226°96°56°
CMYK 0.960.740.00   0.44
XYZ5.69463.345026.3321
Yxy3.34500.16100.0946
Hunter Lab18.289323.5717-72.5603
CIE-Lab21.375834.5469-60.1649

#06258f color RGB value is (6,37,143).

#06258f hex color red value is 6, green value is 37 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #06258f hue: 0.63 , saturation: 0.92 and the lightness value of 06258f is 0.29.

The process color (four color CMYK) of #06258f color hex is 0.96, 0.74, 0.00, 0.44. Web safe color of #06258f is #003399. Color #06258f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100101 10001111
Octal 6 45 217
Decimal 6 37 143
Hex 6 25 8F

RGB Percentages of Color #06258f

%3.23
%19.89
%76.88

CMYK Percentages of Color #06258f

%96
%74
%0
%44

Triadic Colors of #06258f

#06258f #8f0625 #258f06

Analogous Colors of #06258f

#06258f #2b068f #066a8f

Monochromatic Colors of #06258f

#06258f

Complementary Color

#06258f #8f7006

#06258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06258f Color CSS Codes

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

#06258f Text Font Color

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

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


#06258f Background Color

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

This div background color is #06258f


#06258f Border Color

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

This div border color is #06258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06258f


Comments

No comments written yet.

Please login to write comment.