Color Hex Logo

#6159ce Color Hex

#6159CE
(97,89,206)
0 Favorites   0 Comments

Color spaces of #6159ce

RGB 9789206
HSL0.680.540.58
HSV244°57°81°
CMYK 0.530.570.00   0.19
XYZ19.642714.142460.0870
Yxy14.14240.20920.1507
Hunter Lab37.606427.4236-68.4083
CIE-Lab44.436535.1115-59.8469

#6159ce color RGB value is (97,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011001 11001110
Octal 141 131 316
Decimal 97 89 206
Hex 61 59 CE

RGB Percentages of Color #6159ce

%24.74
%22.70
%52.55

CMYK Percentages of Color #6159ce

%53
%57
%0
%19

Triadic Colors of #6159ce

#6159ce #ce6159 #59ce61

Analogous Colors of #6159ce

#6159ce #9c59ce #598cce

Monochromatic Colors of #6159ce

#6159ce

Complementary Color

#6159ce #c6ce59

#6159ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6159ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6159ce Color CSS Codes

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

#6159ce Text Font Color

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

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


#6159ce Background Color

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

This div background color is #6159ce


#6159ce Border Color

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

This div border color is #6159ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6159ce


Comments

No comments written yet.

Please login to write comment.