Color Hex Logo

#06656f Color Hex

#06656F
(6,101,111)
0 Favorites   0 Comments

Color spaces of #06656f

RGB 6101111
HSL0.520.900.23
HSV186°95°44°
CMYK 0.950.090.00   0.56
XYZ7.598010.493816.6640
Yxy10.49380.21860.3019
Hunter Lab32.3941-14.8228-7.8237
CIE-Lab38.7145-20.4492-12.6448

#06656f color RGB value is (6,101,111).

#06656f hex color red value is 6, green value is 101 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #06656f hue: 0.52 , saturation: 0.90 and the lightness value of 06656f is 0.23.

The process color (four color CMYK) of #06656f color hex is 0.95, 0.09, 0.00, 0.56. Web safe color of #06656f is #006666. Color #06656f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100101 01101111
Octal 6 145 157
Decimal 6 101 111
Hex 6 65 6F

RGB Percentages of Color #06656f

%2.75
%46.33
%50.92

CMYK Percentages of Color #06656f

%95
%9
%0
%56

Triadic Colors of #06656f

#06656f #6f0665 #656f06

Analogous Colors of #06656f

#06656f #06316f #066f45

Monochromatic Colors of #06656f

#06656f

Complementary Color

#06656f #6f1006

#06656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06656f Color CSS Codes

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

#06656f Text Font Color

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

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


#06656f Background Color

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

This div background color is #06656f


#06656f Border Color

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

This div border color is #06656f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,101,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06656f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06656f;
  -webkit-box-shadow: 1px 1px 3px 2px #06656f;
  box-shadow:         1px 1px 3px 2px #06656f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06656f


Comments

No comments written yet.

Please login to write comment.