Color Hex Logo

#0655dc Color Hex

#0655DC
(6,85,220)
0 Favorites   0 Comments

Color spaces of #0655dc

RGB 685220
HSL0.610.950.44
HSV218°97°86°
CMYK 0.970.610.00   0.14
XYZ16.241911.703069.1130
Yxy11.70300.16730.1206
Hunter Lab34.209624.8805-95.8355
CIE-Lab40.740132.8920-74.0540

#0655dc color RGB value is (6,85,220).

#0655dc hex color red value is 6, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0655dc hue: 0.61 , saturation: 0.95 and the lightness value of 0655dc is 0.44.

The process color (four color CMYK) of #0655dc color hex is 0.97, 0.61, 0.00, 0.14. Web safe color of #0655dc is #0066cc. Color #0655dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010101 11011100
Octal 6 125 334
Decimal 6 85 220
Hex 6 55 DC

RGB Percentages of Color #0655dc

%1.93
%27.33
%70.74

CMYK Percentages of Color #0655dc

%97
%61
%0
%14

Triadic Colors of #0655dc

#0655dc #dc0655 #55dc06

Analogous Colors of #0655dc

#0655dc #2206dc #06c0dc

Monochromatic Colors of #0655dc

#0655dc

Complementary Color

#0655dc #dc8d06

#0655dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0655dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0655dc Color CSS Codes

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

#0655dc Text Font Color

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

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


#0655dc Background Color

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

This div background color is #0655dc


#0655dc Border Color

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

This div border color is #0655dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,85,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0655dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0655dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0655dc;
  box-shadow:         1px 1px 3px 2px #0655dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0655dc


Comments

No comments written yet.

Please login to write comment.