Color Hex Logo

#6861ce Color Hex

#6861CE
(104,97,206)
0 Favorites   0 Comments

Color spaces of #6861ce

RGB 10497206
HSL0.680.530.59
HSV244°53°81°
CMYK 0.500.530.00   0.19
XYZ21.124215.948760.3576
Yxy15.94870.21680.1637
Hunter Lab39.935824.5305-61.6537
CIE-Lab46.907131.7147-55.8331

#6861ce color RGB value is (104,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100001 11001110
Octal 150 141 316
Decimal 104 97 206
Hex 68 61 CE

RGB Percentages of Color #6861ce

%25.55
%23.83
%50.61

CMYK Percentages of Color #6861ce

%50
%53
%0
%19

Triadic Colors of #6861ce

#6861ce #ce6861 #61ce68

Analogous Colors of #6861ce

#6861ce #9f61ce #6191ce

Monochromatic Colors of #6861ce

#6861ce

Complementary Color

#6861ce #c7ce61

#6861ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6861ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6861ce Color CSS Codes

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

#6861ce Text Font Color

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

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


#6861ce Background Color

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

This div background color is #6861ce


#6861ce Border Color

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

This div border color is #6861ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,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 #6861ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6861ce


Comments

No comments written yet.

Please login to write comment.