Color Hex Logo

#6937ce Color Hex

#6937CE
(105,55,206)
0 Favorites   0 Comments

Color spaces of #6937ce

RGB 10555206
HSL0.720.610.51
HSV260°73°81°
CMYK 0.490.730.00   0.19
XYZ18.332510.191959.3935
Yxy10.19190.20850.1159
Hunter Lab31.924846.6337-87.9571
CIE-Lab38.184755.3345-69.9923

#6937ce color RGB value is (105,55,206).

#6937ce hex color red value is 105, green value is 55 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6937ce hue: 0.72 , saturation: 0.61 and the lightness value of 6937ce is 0.51.

The process color (four color CMYK) of #6937ce color hex is 0.49, 0.73, 0.00, 0.19. Web safe color of #6937ce is #6633cc. Color #6937ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110111 11001110
Octal 151 67 316
Decimal 105 55 206
Hex 69 37 CE

RGB Percentages of Color #6937ce

%28.69
%15.03
%56.28

CMYK Percentages of Color #6937ce

%49
%73
%0
%19

Triadic Colors of #6937ce

#6937ce #ce6937 #37ce69

Analogous Colors of #6937ce

#6937ce #b537ce #3751ce

Monochromatic Colors of #6937ce

#6937ce

Complementary Color

#6937ce #9cce37

#6937ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6937ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6937ce Color CSS Codes

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

#6937ce Text Font Color

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

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


#6937ce Background Color

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

This div background color is #6937ce


#6937ce Border Color

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

This div border color is #6937ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6937ce


Comments

No comments written yet.

Please login to write comment.