Color Hex Logo

#6354db Color Hex

#6354DB
(99,84,219)
0 Favorites   0 Comments

Color spaces of #6354db

RGB 9984219
HSL0.690.650.59
HSV247°62°86°
CMYK 0.550.620.00   0.14
XYZ21.102114.107868.6287
Yxy14.10780.20320.1359
Hunter Lab37.560434.5540-82.0400
CIE-Lab44.387142.4710-67.3636

#6354db color RGB value is (99,84,219).

#6354db hex color red value is 99, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6354db hue: 0.69 , saturation: 0.65 and the lightness value of 6354db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010100 11011011
Octal 143 124 333
Decimal 99 84 219
Hex 63 54 DB

RGB Percentages of Color #6354db

%24.63
%20.90
%54.48

CMYK Percentages of Color #6354db

%55
%62
%0
%14

Triadic Colors of #6354db

#6354db #db6354 #54db63

Analogous Colors of #6354db

#6354db #a754db #5489db

Monochromatic Colors of #6354db

#6354db

Complementary Color

#6354db #ccdb54

#6354db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6354db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6354db Color CSS Codes

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

#6354db Text Font Color

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

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


#6354db Background Color

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

This div background color is #6354db


#6354db Border Color

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

This div border color is #6354db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6354db

#6354db Color Palettes


Comments

No comments written yet.

Please login to write comment.