Color Hex Logo

#6506da Color Hex

#6506DA
(101,6,218)
0 Favorites   0 Comments

Color spaces of #6506da

RGB 1016218
HSL0.740.950.44
HSV267°97°85°
CMYK 0.540.970.00   0.15
XYZ18.08687.958966.9126
Yxy7.95890.19460.0856
Hunter Lab28.211565.0687-120.8770
CIE-Lab33.897172.5188-84.0084

#6506da color RGB value is (101,6,218).

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

The process color (four color CMYK) of #6506da color hex is 0.54, 0.97, 0.00, 0.15. Web safe color of #6506da is #6600cc. Color #6506da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000110 11011010
Octal 145 6 332
Decimal 101 6 218
Hex 65 6 DA

RGB Percentages of Color #6506da

%31.08
%1.85
%67.08

CMYK Percentages of Color #6506da

%54
%97
%0
%15

Triadic Colors of #6506da

#6506da #da6506 #06da65

Analogous Colors of #6506da

#6506da #cf06da #0611da

Monochromatic Colors of #6506da

#6506da

Complementary Color

#6506da #7bda06

#6506da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6506da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6506da Color CSS Codes

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

#6506da Text Font Color

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

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


#6506da Background Color

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

This div background color is #6506da


#6506da Border Color

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

This div border color is #6506da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6506da


Comments

No comments written yet.

Please login to write comment.