Color Hex Logo

#6385cd Color Hex

#6385CD
(99,133,205)
0 Favorites   0 Comments

Color spaces of #6385cd

RGB 99133205
HSL0.610.510.60
HSV221°52°80°
CMYK 0.520.350.00   0.20
XYZ24.552623.835561.0643
Yxy23.83550.22430.2178
Hunter Lab48.82164.3306-39.9826
CIE-Lab55.92278.4249-40.9276

#6385cd color RGB value is (99,133,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000101 11001101
Octal 143 205 315
Decimal 99 133 205
Hex 63 85 CD

RGB Percentages of Color #6385cd

%22.65
%30.43
%46.91

CMYK Percentages of Color #6385cd

%52
%35
%0
%20

Triadic Colors of #6385cd

#6385cd #cd6385 #85cd63

Analogous Colors of #6385cd

#6385cd #7663cd #63bacd

Monochromatic Colors of #6385cd

#6385cd

Complementary Color

#6385cd #cdab63

#6385cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6385cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6385cd Color CSS Codes

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

#6385cd Text Font Color

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

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


#6385cd Background Color

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

This div background color is #6385cd


#6385cd Border Color

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

This div border color is #6385cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6385cd


Comments

No comments written yet.

Please login to write comment.