Color Hex Logo

#6355de Color Hex

#6355DE
(99,85,222)
0 Favorites   0 Comments

Color spaces of #6355de

RGB 9985222
HSL0.680.670.60
HSV246°62°87°
CMYK 0.550.620.00   0.13
XYZ21.578914.423670.7539
Yxy14.42360.20210.1351
Hunter Lab37.978434.9594-83.8726
CIE-Lab44.834442.8065-68.3446

#6355de color RGB value is (99,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 11011110
Octal 143 125 336
Decimal 99 85 222
Hex 63 55 DE

RGB Percentages of Color #6355de

%24.38
%20.94
%54.68

CMYK Percentages of Color #6355de

%55
%62
%0
%13

Triadic Colors of #6355de

#6355de #de6355 #55de63

Analogous Colors of #6355de

#6355de #a855de #558cde

Monochromatic Colors of #6355de

#6355de

Complementary Color

#6355de #d0de55

#6355de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6355de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6355de Color CSS Codes

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

#6355de Text Font Color

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

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


#6355de Background Color

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

This div background color is #6355de


#6355de Border Color

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

This div border color is #6355de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,85,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 #6355de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6355de


Comments

No comments written yet.

Please login to write comment.