Color Hex Logo

#060256 Color Hex

#060256
(6,2,86)
0 Favorites   0 Comments

Color spaces of #060256

RGB 6286
HSL0.670.950.17
HSV243°98°34°
CMYK 0.930.980.00   0.66
XYZ1.77650.75408.8560
Yxy0.75400.15600.0662
Hunter Lab8.683321.3231-54.3908
CIE-Lab6.810834.3698-47.3251

#060256 color RGB value is (6,2,86).

#060256 hex color red value is 6, green value is 2 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #060256 hue: 0.67 , saturation: 0.95 and the lightness value of 060256 is 0.17.

The process color (four color CMYK) of #060256 color hex is 0.93, 0.98, 0.00, 0.66. Web safe color of #060256 is #000066. Color #060256 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 01010110
Octal 6 2 126
Decimal 6 2 86
Hex 6 2 56

RGB Percentages of Color #060256

%6.38
%2.13
%91.49

CMYK Percentages of Color #060256

%93
%98
%0
%66

Triadic Colors of #060256

#060256 #560602 #025606

Analogous Colors of #060256

#060256 #300256 #022856

Monochromatic Colors of #060256

#060256

Complementary Color

#060256 #525602

#060256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060256 Color CSS Codes

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

#060256 Text Font Color

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

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


#060256 Background Color

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

This div background color is #060256


#060256 Border Color

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

This div border color is #060256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060256


Comments

No comments written yet.

Please login to write comment.