Color Hex Logo

#068396 Color Hex

#068396
(6,131,150)
0 Favorites   0 Comments

Color spaces of #068396

RGB 6131150
HSL0.520.920.31
HSV188°96°59°
CMYK 0.960.130.00   0.41
XYZ13.696418.473331.6980
Yxy18.47330.21440.2892
Hunter Lab42.9806-18.3343-13.6397
CIE-Lab50.0652-22.6282-18.6468

#068396 color RGB value is (6,131,150).

#068396 hex color red value is 6, green value is 131 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #068396 hue: 0.52 , saturation: 0.92 and the lightness value of 068396 is 0.31.

The process color (four color CMYK) of #068396 color hex is 0.96, 0.13, 0.00, 0.41. Web safe color of #068396 is #009999. Color #068396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 10010110
Octal 6 203 226
Decimal 6 131 150
Hex 6 83 96

RGB Percentages of Color #068396

%2.09
%45.64
%52.26

CMYK Percentages of Color #068396

%96
%13
%0
%41

Triadic Colors of #068396

#068396 #960683 #839606

Analogous Colors of #068396

#068396 #063b96 #069661

Monochromatic Colors of #068396

#068396

Complementary Color

#068396 #961906

#068396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068396 Color CSS Codes

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

#068396 Text Font Color

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

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


#068396 Background Color

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

This div background color is #068396


#068396 Border Color

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

This div border color is #068396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068396


Comments

No comments written yet.

Please login to write comment.