Color Hex Logo

#06618e Color Hex

#06618E
(6,97,142)
0 Favorites   0 Comments

Color spaces of #06618e

RGB 697142
HSL0.560.920.29
HSV200°96°56°
CMYK 0.960.320.00   0.44
XYZ9.232310.541127.1392
Yxy10.54110.19680.2247
Hunter Lab32.4671-6.0593-26.8335
CIE-Lab38.7966-6.3512-31.3893

#06618e color RGB value is (6,97,142).

#06618e hex color red value is 6, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #06618e hue: 0.56 , saturation: 0.92 and the lightness value of 06618e is 0.29.

The process color (four color CMYK) of #06618e color hex is 0.96, 0.32, 0.00, 0.44. Web safe color of #06618e is #006699. Color #06618e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100001 10001110
Octal 6 141 216
Decimal 6 97 142
Hex 6 61 8E

RGB Percentages of Color #06618e

%2.45
%39.59
%57.96

CMYK Percentages of Color #06618e

%96
%32
%0
%44

Triadic Colors of #06618e

#06618e #8e0661 #618e06

Analogous Colors of #06618e

#06618e #061d8e #068e77

Monochromatic Colors of #06618e

#06618e

Complementary Color

#06618e #8e3306

#06618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06618e Color CSS Codes

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

#06618e Text Font Color

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

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


#06618e Background Color

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

This div background color is #06618e


#06618e Border Color

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

This div border color is #06618e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,97,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06618e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06618e;
  -webkit-box-shadow: 1px 1px 3px 2px #06618e;
  box-shadow:         1px 1px 3px 2px #06618e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06618e


Comments

No comments written yet.

Please login to write comment.