Color Hex Logo

#6380db Color Hex

#6380DB
(99,128,219)
0 Favorites   0 Comments

Color spaces of #6380db

RGB 99128219
HSL0.630.630.62
HSV226°55°86°
CMYK 0.550.420.00   0.14
XYZ25.650923.205570.1450
Yxy23.20550.21560.1950
Hunter Lab48.172110.7474-52.6137
CIE-Lab55.283415.8597-49.8307

#6380db color RGB value is (99,128,219).

#6380db hex color red value is 99, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6380db hue: 0.63 , saturation: 0.63 and the lightness value of 6380db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 11011011
Octal 143 200 333
Decimal 99 128 219
Hex 63 80 DB

RGB Percentages of Color #6380db

%22.20
%28.70
%49.10

CMYK Percentages of Color #6380db

%55
%42
%0
%14

Triadic Colors of #6380db

#6380db #db6380 #80db63

Analogous Colors of #6380db

#6380db #8263db #63bcdb

Monochromatic Colors of #6380db

#6380db

Complementary Color

#6380db #dbbe63

#6380db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6380db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6380db Color CSS Codes

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

#6380db Text Font Color

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

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


#6380db Background Color

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

This div background color is #6380db


#6380db Border Color

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

This div border color is #6380db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6380db


Comments

No comments written yet.

Please login to write comment.