Color Hex Logo

#060768 Color Hex

#060768
(6,7,104)
0 Favorites   0 Comments

Color spaces of #060768

RGB 67104
HSL0.660.890.22
HSV239°94°41°
CMYK 0.940.930.00   0.59
XYZ2.64981.190213.1868
Yxy1.19020.15560.0699
Hunter Lab10.909624.2634-64.0289
CIE-Lab10.484937.4512-53.2881

#060768 color RGB value is (6,7,104).

#060768 hex color red value is 6, green value is 7 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #060768 hue: 0.66 , saturation: 0.89 and the lightness value of 060768 is 0.22.

The process color (four color CMYK) of #060768 color hex is 0.94, 0.93, 0.00, 0.59. Web safe color of #060768 is #000066. Color #060768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 01101000
Octal 6 7 150
Decimal 6 7 104
Hex 6 7 68

RGB Percentages of Color #060768

%5.13
%5.98
%88.89

CMYK Percentages of Color #060768

%94
%93
%0
%59

Triadic Colors of #060768

#060768 #680607 #076806

Analogous Colors of #060768

#060768 #360668 #063868

Monochromatic Colors of #060768

#060768

Complementary Color

#060768 #686706

#060768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060768 Color CSS Codes

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

#060768 Text Font Color

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

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


#060768 Background Color

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

This div background color is #060768


#060768 Border Color

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

This div border color is #060768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060768


Comments

No comments written yet.

Please login to write comment.