Color Hex Logo

#060067 Color Hex

#060067
(6,0,103)
0 Favorites   0 Comments

Color spaces of #060067

RGB 60103
HSL0.681.000.20
HSV243°100°40°
CMYK 0.941.000.00   0.60
XYZ2.52331.018012.8955
Yxy1.01800.15350.0619
Hunter Lab10.089626.9841-68.7157
CIE-Lab9.140540.7939-54.8719

#060067 color RGB value is (6,0,103).

#060067 hex color red value is 6, green value is 0 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #060067 hue: 0.68 , saturation: 1.00 and the lightness value of 060067 is 0.20.

The process color (four color CMYK) of #060067 color hex is 0.94, 1.00, 0.00, 0.60. Web safe color of #060067 is #000066. Color #060067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000000 01100111
Octal 6 0 147
Decimal 6 0 103
Hex 6 0 67

RGB Percentages of Color #060067

%5.50
%0.00
%94.50

CMYK Percentages of Color #060067

%94
%100
%0
%60

Triadic Colors of #060067

#060067 #670600 #006706

Analogous Colors of #060067

#060067 #3a0067 #002e67

Monochromatic Colors of #060067

#060067

Complementary Color

#060067 #616700

#060067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060067 Color CSS Codes

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

#060067 Text Font Color

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

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


#060067 Background Color

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

This div background color is #060067


#060067 Border Color

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

This div border color is #060067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060067


Comments

No comments written yet.

Please login to write comment.