Color Hex Logo

#061227 Color Hex

#061227
(6,18,39)
0 Favorites   0 Comments

Color spaces of #061227

RGB 61839
HSL0.610.730.09
HSV218°85°15°
CMYK 0.850.540.00   0.85
XYZ0.65760.61782.0040
Yxy0.61780.20050.1884
Hunter Lab7.86001.1790-9.6146
CIE-Lab5.58052.8838-15.5973

#061227 color RGB value is (6,18,39).

#061227 hex color red value is 6, green value is 18 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #061227 hue: 0.61 , saturation: 0.73 and the lightness value of 061227 is 0.09.

The process color (four color CMYK) of #061227 color hex is 0.85, 0.54, 0.00, 0.85. Web safe color of #061227 is #000033. Color #061227 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010010 00100111
Octal 6 22 47
Decimal 6 18 39
Hex 6 12 27

RGB Percentages of Color #061227

%9.52
%28.57
%61.90

CMYK Percentages of Color #061227

%85
%54
%0
%85

Triadic Colors of #061227

#061227 #270612 #122706

Analogous Colors of #061227

#061227 #0b0627 #062327

Monochromatic Colors of #061227

#061227

Complementary Color

#061227 #271b06

#061227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061227 Color CSS Codes

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

#061227 Text Font Color

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

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


#061227 Background Color

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

This div background color is #061227


#061227 Border Color

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

This div border color is #061227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061227


Comments

No comments written yet.

Please login to write comment.