Color Hex Logo

#6383cd Color Hex

#6383CD
(99,131,205)
0 Favorites   0 Comments

Color spaces of #6383cd

RGB 99131205
HSL0.620.510.60
HSV222°52°80°
CMYK 0.520.360.00   0.20
XYZ24.281323.293060.9738
Yxy23.29300.22370.2146
Hunter Lab48.26285.3444-41.1212
CIE-Lab55.37299.6177-41.7941

#6383cd color RGB value is (99,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 11001101
Octal 143 203 315
Decimal 99 131 205
Hex 63 83 CD

RGB Percentages of Color #6383cd

%22.76
%30.11
%47.13

CMYK Percentages of Color #6383cd

%52
%36
%0
%20

Triadic Colors of #6383cd

#6383cd #cd6383 #83cd63

Analogous Colors of #6383cd

#6383cd #7863cd #63b8cd

Monochromatic Colors of #6383cd

#6383cd

Complementary Color

#6383cd #cdad63

#6383cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6383cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6383cd Color CSS Codes

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

#6383cd Text Font Color

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

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


#6383cd Background Color

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

This div background color is #6383cd


#6383cd Border Color

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

This div border color is #6383cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6383cd


Comments

No comments written yet.

Please login to write comment.