Color Hex Logo

#06255a Color Hex

#06255A
(6,37,90)
0 Favorites   0 Comments

Color spaces of #06255a

RGB 63790
HSL0.610.880.19
HSV218°93°35°
CMYK 0.930.590.00   0.65
XYZ2.58212.10009.9421
Yxy2.10000.17660.1436
Hunter Lab14.49146.4455-30.5331
CIE-Lab16.003512.3616-34.8824

#06255a color RGB value is (6,37,90).

#06255a hex color red value is 6, green value is 37 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #06255a hue: 0.61 , saturation: 0.88 and the lightness value of 06255a is 0.19.

The process color (four color CMYK) of #06255a color hex is 0.93, 0.59, 0.00, 0.65. Web safe color of #06255a is #003366. Color #06255a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100101 01011010
Octal 6 45 132
Decimal 6 37 90
Hex 6 25 5A

RGB Percentages of Color #06255a

%4.51
%27.82
%67.67

CMYK Percentages of Color #06255a

%93
%59
%0
%65

Triadic Colors of #06255a

#06255a #5a0625 #255a06

Analogous Colors of #06255a

#06255a #11065a #064f5a

Monochromatic Colors of #06255a

#06255a

Complementary Color

#06255a #5a3b06

#06255a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06255a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06255a Color CSS Codes

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

#06255a Text Font Color

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

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


#06255a Background Color

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

This div background color is #06255a


#06255a Border Color

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

This div border color is #06255a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06255a


Comments

No comments written yet.

Please login to write comment.