Color Hex Logo

#06588c Color Hex

#06588C
(6,88,140)
0 Favorites   0 Comments

Color spaces of #06588c

RGB 688140
HSL0.560.920.29
HSV203°96°55°
CMYK 0.960.370.00   0.45
XYZ8.29858.911626.0937
Yxy8.91160.19160.2058
Hunter Lab29.8523-2.6212-30.9284
CIE-Lab35.8135-1.5195-34.8950

#06588c color RGB value is (6,88,140).

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

The process color (four color CMYK) of #06588c color hex is 0.96, 0.37, 0.00, 0.45. Web safe color of #06588c is #006699. Color #06588c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011000 10001100
Octal 6 130 214
Decimal 6 88 140
Hex 6 58 8C

RGB Percentages of Color #06588c

%2.56
%37.61
%59.83

CMYK Percentages of Color #06588c

%96
%37
%0
%45

Triadic Colors of #06588c

#06588c #8c0658 #588c06

Analogous Colors of #06588c

#06588c #06158c #068c7d

Monochromatic Colors of #06588c

#06588c

Complementary Color

#06588c #8c3a06

#06588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06588c Color CSS Codes

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

#06588c Text Font Color

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

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


#06588c Background Color

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

This div background color is #06588c


#06588c Border Color

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

This div border color is #06588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06588c


Comments

No comments written yet.

Please login to write comment.