Color Hex Logo

#0665dc Color Hex

#0665DC
(6,101,220)
0 Favorites   0 Comments

Color spaces of #0665dc

RGB 6101220
HSL0.590.950.44
HSV213°97°86°
CMYK 0.970.540.00   0.14
XYZ17.647114.513469.5814
Yxy14.51340.17340.1426
Hunter Lab38.096516.0162-81.6229
CIE-Lab44.960422.4827-67.1651

#0665dc color RGB value is (6,101,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100101 11011100
Octal 6 145 334
Decimal 6 101 220
Hex 6 65 DC

RGB Percentages of Color #0665dc

%1.83
%30.89
%67.28

CMYK Percentages of Color #0665dc

%97
%54
%0
%14

Triadic Colors of #0665dc

#0665dc #dc0665 #65dc06

Analogous Colors of #0665dc

#0665dc #1206dc #06d0dc

Monochromatic Colors of #0665dc

#0665dc

Complementary Color

#0665dc #dc7d06

#0665dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0665dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0665dc Color CSS Codes

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

#0665dc Text Font Color

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

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


#0665dc Background Color

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

This div background color is #0665dc


#0665dc Border Color

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

This div border color is #0665dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,101,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 #0665dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0665dc


Comments

No comments written yet.

Please login to write comment.