Color Hex Logo

#06265e Color Hex

#06265E
(6,38,94)
0 Favorites   0 Comments

Color spaces of #06265e

RGB 63894
HSL0.610.880.20
HSV218°94°37°
CMYK 0.940.600.00   0.63
XYZ2.78862.233110.8737
Yxy2.23310.17540.1405
Hunter Lab14.94367.1584-32.6819
CIE-Lab16.665913.4113-36.4698

#06265e color RGB value is (6,38,94).

#06265e hex color red value is 6, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #06265e hue: 0.61 , saturation: 0.88 and the lightness value of 06265e is 0.20.

The process color (four color CMYK) of #06265e color hex is 0.94, 0.60, 0.00, 0.63. Web safe color of #06265e is #003366. Color #06265e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 01011110
Octal 6 46 136
Decimal 6 38 94
Hex 6 26 5E

RGB Percentages of Color #06265e

%4.35
%27.54
%68.12

CMYK Percentages of Color #06265e

%94
%60
%0
%63

Triadic Colors of #06265e

#06265e #5e0626 #265e06

Analogous Colors of #06265e

#06265e #12065e #06525e

Monochromatic Colors of #06265e

#06265e

Complementary Color

#06265e #5e3e06

#06265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06265e Color CSS Codes

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

#06265e Text Font Color

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

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


#06265e Background Color

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

This div background color is #06265e


#06265e Border Color

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

This div border color is #06265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06265e


Comments

No comments written yet.

Please login to write comment.