Color Hex Logo

#0658ed Color Hex

#0658ED
(6,88,237)
0 Favorites   0 Comments

Color spaces of #0658ed

RGB 688237
HSL0.610.950.48
HSV219°97°93°
CMYK 0.970.630.00   0.07
XYZ18.850913.132681.6621
Yxy13.13260.16590.1156
Hunter Lab36.238929.4347-108.2390
CIE-Lab42.962437.4387-80.0527

#0658ed color RGB value is (6,88,237).

#0658ed hex color red value is 6, green value is 88 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0658ed hue: 0.61 , saturation: 0.95 and the lightness value of 0658ed is 0.48.

The process color (four color CMYK) of #0658ed color hex is 0.97, 0.63, 0.00, 0.07. Web safe color of #0658ed is #0066ff. Color #0658ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011000 11101101
Octal 6 130 355
Decimal 6 88 237
Hex 6 58 ED

RGB Percentages of Color #0658ed

%1.81
%26.59
%71.60

CMYK Percentages of Color #0658ed

%97
%63
%0
%7

Triadic Colors of #0658ed

#0658ed #ed0658 #58ed06

Analogous Colors of #0658ed

#0658ed #2806ed #06cced

Monochromatic Colors of #0658ed

#0658ed

Complementary Color

#0658ed #ed9b06

#0658ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0658ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0658ed Color CSS Codes

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

#0658ed Text Font Color

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

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


#0658ed Background Color

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

This div background color is #0658ed


#0658ed Border Color

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

This div border color is #0658ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0658ed


Comments

No comments written yet.

Please login to write comment.