Color Hex Logo

#6356de Color Hex

#6356DE
(99,86,222)
0 Favorites   0 Comments

Color spaces of #6356de

RGB 9986222
HSL0.680.670.60
HSV246°61°87°
CMYK 0.550.610.00   0.13
XYZ21.658214.582270.7804
Yxy14.58220.20240.1363
Hunter Lab38.186634.4126-83.1656
CIE-Lab45.056642.2221-67.9832

#6356de color RGB value is (99,86,222).

#6356de hex color red value is 99, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6356de hue: 0.68 , saturation: 0.67 and the lightness value of 6356de is 0.60.

The process color (four color CMYK) of #6356de color hex is 0.55, 0.61, 0.00, 0.13. Web safe color of #6356de is #6666cc. Color #6356de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 11011110
Octal 143 126 336
Decimal 99 86 222
Hex 63 56 DE

RGB Percentages of Color #6356de

%24.32
%21.13
%54.55

CMYK Percentages of Color #6356de

%55
%61
%0
%13

Triadic Colors of #6356de

#6356de #de6356 #56de63

Analogous Colors of #6356de

#6356de #a756de #568dde

Monochromatic Colors of #6356de

#6356de

Complementary Color

#6356de #d1de56

#6356de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6356de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6356de Color CSS Codes

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

#6356de Text Font Color

<p style="color:#6356de">Text here</p>

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


#6356de Background Color

<div style="background-color:#6356de">
Div content here</div>

This div background color is #6356de


#6356de Border Color

<div style="border:3px solid #6356de">
Div here</div>

This div border color is #6356de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,86,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6356de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6356de;
  -webkit-box-shadow: 1px 1px 3px 2px #6356de;
  box-shadow:         1px 1px 3px 2px #6356de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,86,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6356de


Comments

No comments written yet.

Please login to write comment.