Color Hex Logo

#6501cf Color Hex

#6501CF
(101,1,207)
0 Favorites   0 Comments

Color spaces of #6501cf

RGB 1011207
HSL0.750.990.41
HSV269°100°81°
CMYK 0.511.000.00   0.19
XYZ16.64027.293459.5622
Yxy7.29340.19930.0874
Hunter Lab27.006362.7235-111.8593
CIE-Lab32.465770.8074-80.0071

#6501cf color RGB value is (101,1,207).

#6501cf hex color red value is 101, green value is 1 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6501cf hue: 0.75 , saturation: 0.99 and the lightness value of 6501cf is 0.41.

The process color (four color CMYK) of #6501cf color hex is 0.51, 1.00, 0.00, 0.19. Web safe color of #6501cf is #6600cc. Color #6501cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000001 11001111
Octal 145 1 317
Decimal 101 1 207
Hex 65 1 CF

RGB Percentages of Color #6501cf

%32.69
%0.32
%66.99

CMYK Percentages of Color #6501cf

%51
%100
%0
%19

Triadic Colors of #6501cf

#6501cf #cf6501 #01cf65

Analogous Colors of #6501cf

#6501cf #cc01cf #0104cf

Monochromatic Colors of #6501cf

#6501cf

Complementary Color

#6501cf #6bcf01

#6501cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6501cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6501cf Color CSS Codes

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

#6501cf Text Font Color

<p style="color:#6501cf">Text here</p>

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


#6501cf Background Color

<div style="background-color:#6501cf">
Div content here</div>

This div background color is #6501cf


#6501cf Border Color

<div style="border:3px solid #6501cf">
Div here</div>

This div border color is #6501cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,1,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6501cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6501cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6501cf;
  box-shadow:         1px 1px 3px 2px #6501cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6501cf


Comments

No comments written yet.

Please login to write comment.