Color Hex Logo

#0665ec Color Hex

#0665EC
(6,101,236)
0 Favorites   0 Comments

Color spaces of #0665ec

RGB 6101236
HSL0.600.950.47
HSV215°97°93°
CMYK 0.970.570.00   0.07
XYZ19.869115.402281.2826
Yxy15.40220.17050.1321
Hunter Lab39.245621.6903-95.3250
CIE-Lab46.180228.7267-74.2228

#0665ec color RGB value is (6,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100101 11101100
Octal 6 145 354
Decimal 6 101 236
Hex 6 65 EC

RGB Percentages of Color #0665ec

%1.75
%29.45
%68.80

CMYK Percentages of Color #0665ec

%97
%57
%0
%7

Triadic Colors of #0665ec

#0665ec #ec0665 #65ec06

Analogous Colors of #0665ec

#0665ec #1a06ec #06d8ec

Monochromatic Colors of #0665ec

#0665ec

Complementary Color

#0665ec #ec8d06

#0665ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0665ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0665ec Color CSS Codes

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

#0665ec Text Font Color

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

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


#0665ec Background Color

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

This div background color is #0665ec


#0665ec Border Color

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

This div border color is #0665ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0665ec


Comments

No comments written yet.

Please login to write comment.