Color Hex Logo

#06273e Color Hex

#06273E
(6,39,62)
0 Favorites   0 Comments

Color spaces of #06273e

RGB 63962
HSL0.570.820.13
HSV205°90°24°
CMYK 0.900.370.00   0.76
XYZ1.67011.83764.8241
Yxy1.83760.20040.2206
Hunter Lab13.5558-1.7312-11.6104
CIE-Lab14.6108-1.9548-17.9926

#06273e color RGB value is (6,39,62).

#06273e hex color red value is 6, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #06273e hue: 0.57 , saturation: 0.82 and the lightness value of 06273e is 0.13.

The process color (four color CMYK) of #06273e color hex is 0.90, 0.37, 0.00, 0.76. Web safe color of #06273e is #003333. Color #06273e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100111 00111110
Octal 6 47 76
Decimal 6 39 62
Hex 6 27 3E

RGB Percentages of Color #06273e

%5.61
%36.45
%57.94

CMYK Percentages of Color #06273e

%90
%37
%0
%76

Triadic Colors of #06273e

#06273e #3e0627 #273e06

Analogous Colors of #06273e

#06273e #060b3e #063e39

Monochromatic Colors of #06273e

#06273e

Complementary Color

#06273e #3e1d06

#06273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06273e Color CSS Codes

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

#06273e Text Font Color

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

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


#06273e Background Color

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

This div background color is #06273e


#06273e Border Color

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

This div border color is #06273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06273e


Comments

No comments written yet.

Please login to write comment.