Color Hex Logo

#6380cd Color Hex

#6380CD
(99,128,205)
0 Favorites   0 Comments

Color spaces of #6380cd

RGB 99128205
HSL0.620.510.60
HSV224°52°80°
CMYK 0.520.380.00   0.20
XYZ23.884222.498860.8415
Yxy22.49880.22270.2098
Hunter Lab47.43296.8737-42.8474
CIE-Lab54.552311.4157-43.0896

#6380cd color RGB value is (99,128,205).

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

The process color (four color CMYK) of #6380cd color hex is 0.52, 0.38, 0.00, 0.20. Web safe color of #6380cd is #6699cc. Color #6380cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 11001101
Octal 143 200 315
Decimal 99 128 205
Hex 63 80 CD

RGB Percentages of Color #6380cd

%22.92
%29.63
%47.45

CMYK Percentages of Color #6380cd

%52
%38
%0
%20

Triadic Colors of #6380cd

#6380cd #cd6380 #80cd63

Analogous Colors of #6380cd

#6380cd #7b63cd #63b5cd

Monochromatic Colors of #6380cd

#6380cd

Complementary Color

#6380cd #cdb063

#6380cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6380cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6380cd Color CSS Codes

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

#6380cd Text Font Color

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

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


#6380cd Background Color

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

This div background color is #6380cd


#6380cd Border Color

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

This div border color is #6380cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6380cd


Comments

No comments written yet.

Please login to write comment.