Color Hex Logo

#000658 Color Hex

#000658
(0,6,88)
0 Favorites   0 Comments

Color spaces of #000658

RGB 0688
HSL0.661.000.17
HSV236°100°35°
CMYK 1.000.930.00   0.65
XYZ1.82660.83489.2974
Yxy0.83480.15270.0698
Hunter Lab9.136719.6961-53.9368
CIE-Lab7.540732.4596-47.4831

#000658 color RGB value is (0,6,88).

#000658 hex color red value is 0, green value is 6 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #000658 hue: 0.66 , saturation: 1.00 and the lightness value of 000658 is 0.17.

The process color (four color CMYK) of #000658 color hex is 1.00, 0.93, 0.00, 0.65. Web safe color of #000658 is #000066. Color #000658 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000110 01011000
Octal 0 6 130
Decimal 0 6 88
Hex 0 6 58

RGB Percentages of Color #000658

%0.00
%6.38
%93.62

CMYK Percentages of Color #000658

%100
%93
%0
%65

Triadic Colors of #000658

#000658 #580006 #065800

Analogous Colors of #000658

#000658 #260058 #003258

Monochromatic Colors of #000658

#000658

Complementary Color

#000658 #585200

#000658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000658 Color CSS Codes

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

#000658 Text Font Color

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

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


#000658 Background Color

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

This div background color is #000658


#000658 Border Color

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

This div border color is #000658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000658

#000658 Color Palettes


Comments

No comments written yet.

Please login to write comment.