Color Hex Logo

#6354dd Color Hex

#6354DD
(99,84,221)
0 Favorites   0 Comments

Color spaces of #6354dd

RGB 9984221
HSL0.680.670.60
HSV247°62°87°
CMYK 0.550.620.00   0.13
XYZ21.367114.213870.0240
Yxy14.21380.20230.1346
Hunter Lab37.701235.1875-83.7310
CIE-Lab44.538043.0829-68.2579

#6354dd color RGB value is (99,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010100 11011101
Octal 143 124 335
Decimal 99 84 221
Hex 63 54 DD

RGB Percentages of Color #6354dd

%24.50
%20.79
%54.70

CMYK Percentages of Color #6354dd

%55
%62
%0
%13

Triadic Colors of #6354dd

#6354dd #dd6354 #54dd63

Analogous Colors of #6354dd

#6354dd #a854dd #548add

Monochromatic Colors of #6354dd

#6354dd

Complementary Color

#6354dd #cedd54

#6354dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6354dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6354dd Color CSS Codes

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

#6354dd Text Font Color

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

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


#6354dd Background Color

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

This div background color is #6354dd


#6354dd Border Color

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

This div border color is #6354dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6354dd


Comments

No comments written yet.

Please login to write comment.