Color Hex Logo

#6861c2 Color Hex

#6861C2
(104,97,194)
0 Favorites   0 Comments

Color spaces of #6861c2

RGB 10497194
HSL0.680.440.57
HSV244°50°76°
CMYK 0.460.500.00   0.24
XYZ19.721215.387552.9696
Yxy15.38750.22390.1747
Hunter Lab39.226921.0932-52.6027
CIE-Lab46.160428.0739-50.1233

#6861c2 color RGB value is (104,97,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100001 11000010
Octal 150 141 302
Decimal 104 97 194
Hex 68 61 C2

RGB Percentages of Color #6861c2

%26.33
%24.56
%49.11

CMYK Percentages of Color #6861c2

%46
%50
%0
%24

Triadic Colors of #6861c2

#6861c2 #c26861 #61c268

Analogous Colors of #6861c2

#6861c2 #9961c2 #618bc2

Monochromatic Colors of #6861c2

#6861c2

Complementary Color

#6861c2 #bbc261

#6861c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6861c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6861c2 Color CSS Codes

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

#6861c2 Text Font Color

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

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


#6861c2 Background Color

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

This div background color is #6861c2


#6861c2 Border Color

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

This div border color is #6861c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6861c2


Comments

No comments written yet.

Please login to write comment.