Color Hex Logo

#06968d Color Hex

#06968D
(6,150,141)
0 Favorites   0 Comments

Color spaces of #06968d

RGB 6150141
HSL0.490.920.31
HSV176°96°59°
CMYK 0.960.000.06   0.41
XYZ15.789223.774528.9561
Yxy23.77450.23040.3470
Hunter Lab48.7591-27.5265-1.0786
CIE-Lab55.8613-34.8876-4.7157

#06968d color RGB value is (6,150,141).

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

The process color (four color CMYK) of #06968d color hex is 0.96, 0.00, 0.06, 0.41. Web safe color of #06968d is #009999. Color #06968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010110 10001101
Octal 6 226 215
Decimal 6 150 141
Hex 6 96 8D

RGB Percentages of Color #06968d

%2.02
%50.51
%47.47

CMYK Percentages of Color #06968d

%96
%0
%6
%41

Triadic Colors of #06968d

#06968d #8d0696 #968d06

Analogous Colors of #06968d

#06968d #065796 #069645

Monochromatic Colors of #06968d

#06968d

Complementary Color

#06968d #96060f

#06968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06968d Color CSS Codes

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

#06968d Text Font Color

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

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


#06968d Background Color

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

This div background color is #06968d


#06968d Border Color

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

This div border color is #06968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06968d


Comments

No comments written yet.

Please login to write comment.