Color Hex Logo

#6373dc Color Hex

#6373DC
(99,115,220)
0 Favorites   0 Comments

Color spaces of #6373dc

RGB 99115220
HSL0.640.630.63
HSV232°55°86°
CMYK 0.550.480.00   0.14
XYZ24.194620.081470.3111
Yxy20.08140.21110.1753
Hunter Lab44.812317.9525-61.6583
CIE-Lab51.929124.0834-55.7502

#6373dc color RGB value is (99,115,220).

#6373dc hex color red value is 99, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6373dc hue: 0.64 , saturation: 0.63 and the lightness value of 6373dc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110011 11011100
Octal 143 163 334
Decimal 99 115 220
Hex 63 73 DC

RGB Percentages of Color #6373dc

%22.81
%26.50
%50.69

CMYK Percentages of Color #6373dc

%55
%48
%0
%14

Triadic Colors of #6373dc

#6373dc #dc6373 #73dc63

Analogous Colors of #6373dc

#6373dc #9063dc #63b0dc

Monochromatic Colors of #6373dc

#6373dc

Complementary Color

#6373dc #dccc63

#6373dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6373dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6373dc Color CSS Codes

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

#6373dc Text Font Color

<p style="color:#6373dc">Text here</p>

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


#6373dc Background Color

<div style="background-color:#6373dc">
Div content here</div>

This div background color is #6373dc


#6373dc Border Color

<div style="border:3px solid #6373dc">
Div here</div>

This div border color is #6373dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,115,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6373dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6373dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6373dc;
  box-shadow:         1px 1px 3px 2px #6373dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6373dc


Comments

No comments written yet.

Please login to write comment.