Color Hex Logo

#06627d Color Hex

#06627D
(6,98,125)
0 Favorites   0 Comments

Color spaces of #06627d

RGB 698125
HSL0.540.910.26
HSV194°95°49°
CMYK 0.950.220.00   0.51
XYZ8.144510.254820.9521
Yxy10.25480.20700.2606
Hunter Lab32.0231-10.6422-16.3761
CIE-Lab38.2959-13.6000-21.8519

#06627d color RGB value is (6,98,125).

#06627d hex color red value is 6, green value is 98 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #06627d hue: 0.54 , saturation: 0.91 and the lightness value of 06627d is 0.26.

The process color (four color CMYK) of #06627d color hex is 0.95, 0.22, 0.00, 0.51. Web safe color of #06627d is #006666. Color #06627d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100010 01111101
Octal 6 142 175
Decimal 6 98 125
Hex 6 62 7D

RGB Percentages of Color #06627d

%2.62
%42.79
%54.59

CMYK Percentages of Color #06627d

%95
%22
%0
%51

Triadic Colors of #06627d

#06627d #7d0662 #627d06

Analogous Colors of #06627d

#06627d #06277d #067d5d

Monochromatic Colors of #06627d

#06627d

Complementary Color

#06627d #7d2106

#06627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06627d Color CSS Codes

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

#06627d Text Font Color

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

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


#06627d Background Color

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

This div background color is #06627d


#06627d Border Color

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

This div border color is #06627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06627d


Comments

No comments written yet.

Please login to write comment.