Color Hex Logo

#06537d Color Hex

#06537D
(6,83,125)
0 Favorites   0 Comments

Color spaces of #06537d

RGB 683125
HSL0.560.910.26
HSV201°95°49°
CMYK 0.950.340.00   0.51
XYZ6.87007.705920.5273
Yxy7.70590.19570.2195
Hunter Lab27.7595-4.4034-24.4115
CIE-Lab33.3627-4.4927-29.5717

#06537d color RGB value is (6,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010011 01111101
Octal 6 123 175
Decimal 6 83 125
Hex 6 53 7D

RGB Percentages of Color #06537d

%2.80
%38.79
%58.41

CMYK Percentages of Color #06537d

%95
%34
%0
%51

Triadic Colors of #06537d

#06537d #7d0653 #537d06

Analogous Colors of #06537d

#06537d #06177d #067d6c

Monochromatic Colors of #06537d

#06537d

Complementary Color

#06537d #7d3006

#06537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06537d Color CSS Codes

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

#06537d Text Font Color

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

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


#06537d Background Color

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

This div background color is #06537d


#06537d Border Color

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

This div border color is #06537d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,83,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 #06537d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06537d


Comments

No comments written yet.

Please login to write comment.