Color Hex Logo

#6356dd Color Hex

#6356DD
(99,86,221)
0 Favorites   0 Comments

Color spaces of #6356dd

RGB 9986221
HSL0.680.670.60
HSV246°61°87°
CMYK 0.550.610.00   0.13
XYZ21.524514.528770.0765
Yxy14.52870.20280.1369
Hunter Lab38.116534.0955-82.3219
CIE-Lab44.981841.9146-67.5358

#6356dd color RGB value is (99,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 11011101
Octal 143 126 335
Decimal 99 86 221
Hex 63 56 DD

RGB Percentages of Color #6356dd

%24.38
%21.18
%54.43

CMYK Percentages of Color #6356dd

%55
%61
%0
%13

Triadic Colors of #6356dd

#6356dd #dd6356 #56dd63

Analogous Colors of #6356dd

#6356dd #a756dd #568ddd

Monochromatic Colors of #6356dd

#6356dd

Complementary Color

#6356dd #d0dd56

#6356dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6356dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6356dd Color CSS Codes

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

#6356dd Text Font Color

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

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


#6356dd Background Color

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

This div background color is #6356dd


#6356dd Border Color

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

This div border color is #6356dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6356dd


Comments

No comments written yet.

Please login to write comment.