Color Hex Logo

#06507c Color Hex

#06507C
(6,80,124)
0 Favorites   0 Comments

Color spaces of #06507c

RGB 680124
HSL0.560.910.25
HSV202°95°49°
CMYK 0.950.350.00   0.51
XYZ6.58197.231320.1177
Yxy7.23130.19400.2131
Hunter Lab26.8911-3.3695-25.5322
CIE-Lab32.3278-2.9848-30.5882

#06507c color RGB value is (6,80,124).

#06507c hex color red value is 6, green value is 80 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #06507c hue: 0.56 , saturation: 0.91 and the lightness value of 06507c is 0.25.

The process color (four color CMYK) of #06507c color hex is 0.95, 0.35, 0.00, 0.51. Web safe color of #06507c is #006666. Color #06507c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010000 01111100
Octal 6 120 174
Decimal 6 80 124
Hex 6 50 7C

RGB Percentages of Color #06507c

%2.86
%38.10
%59.05

CMYK Percentages of Color #06507c

%95
%35
%0
%51

Triadic Colors of #06507c

#06507c #7c0650 #507c06

Analogous Colors of #06507c

#06507c #06157c #067c6d

Monochromatic Colors of #06507c

#06507c

Complementary Color

#06507c #7c3206

#06507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06507c Color CSS Codes

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

#06507c Text Font Color

<p style="color:#06507c">Text here</p>

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


#06507c Background Color

<div style="background-color:#06507c">
Div content here</div>

This div background color is #06507c


#06507c Border Color

<div style="border:3px solid #06507c">
Div here</div>

This div border color is #06507c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,80,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06507c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06507c;
  -webkit-box-shadow: 1px 1px 3px 2px #06507c;
  box-shadow:         1px 1px 3px 2px #06507c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06507c


Comments

No comments written yet.

Please login to write comment.