Color Hex Logo

#6561ce Color Hex

#6561CE
(101,97,206)
0 Favorites   0 Comments

Color spaces of #6561ce

RGB 10197206
HSL0.670.530.59
HSV242°53°81°
CMYK 0.510.530.00   0.19
XYZ20.782115.772360.3415
Yxy15.77230.21450.1628
Hunter Lab39.714423.9070-62.2844
CIE-Lab46.674331.0743-56.2198

#6561ce color RGB value is (101,97,206).

#6561ce hex color red value is 101, green value is 97 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6561ce hue: 0.67 , saturation: 0.53 and the lightness value of 6561ce is 0.59.

The process color (four color CMYK) of #6561ce color hex is 0.51, 0.53, 0.00, 0.19. Web safe color of #6561ce is #6666cc. Color #6561ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100001 11001110
Octal 145 141 316
Decimal 101 97 206
Hex 65 61 CE

RGB Percentages of Color #6561ce

%25.00
%24.01
%50.99

CMYK Percentages of Color #6561ce

%51
%53
%0
%19

Triadic Colors of #6561ce

#6561ce #ce6561 #61ce65

Analogous Colors of #6561ce

#6561ce #9c61ce #6194ce

Monochromatic Colors of #6561ce

#6561ce

Complementary Color

#6561ce #cace61

#6561ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6561ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6561ce Color CSS Codes

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

#6561ce Text Font Color

<p style="color:#6561ce">Text here</p>

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


#6561ce Background Color

<div style="background-color:#6561ce">
Div content here</div>

This div background color is #6561ce


#6561ce Border Color

<div style="border:3px solid #6561ce">
Div here</div>

This div border color is #6561ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,97,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6561ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6561ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6561ce;
  box-shadow:         1px 1px 3px 2px #6561ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6561ce


Comments

No comments written yet.

Please login to write comment.