Color Hex Logo

#065f72 Color Hex

#065F72
(6,95,114)
0 Favorites   0 Comments

Color spaces of #065f72

RGB 695114
HSL0.530.900.24
HSV191°95°45°
CMYK 0.950.170.00   0.55
XYZ7.20469.438017.3616
Yxy9.43800.21190.2776
Hunter Lab30.7213-11.9015-12.0017
CIE-Lab36.8143-16.0421-17.3935

#065f72 color RGB value is (6,95,114).

#065f72 hex color red value is 6, green value is 95 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #065f72 hue: 0.53 , saturation: 0.90 and the lightness value of 065f72 is 0.24.

The process color (four color CMYK) of #065f72 color hex is 0.95, 0.17, 0.00, 0.55. Web safe color of #065f72 is #006666. Color #065f72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011111 01110010
Octal 6 137 162
Decimal 6 95 114
Hex 6 5F 72

RGB Percentages of Color #065f72

%2.79
%44.19
%53.02

CMYK Percentages of Color #065f72

%95
%17
%0
%55

Triadic Colors of #065f72

#065f72 #72065f #5f7206

Analogous Colors of #065f72

#065f72 #062972 #06724f

Monochromatic Colors of #065f72

#065f72

Complementary Color

#065f72 #721906

#065f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065f72 Color CSS Codes

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

#065f72 Text Font Color

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

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


#065f72 Background Color

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

This div background color is #065f72


#065f72 Border Color

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

This div border color is #065f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065f72


Comments

No comments written yet.

Please login to write comment.