Color Hex Logo

#6863dc Color Hex

#6863DC
(104,99,220)
0 Favorites   0 Comments

Color spaces of #6863dc

RGB 10499220
HSL0.670.630.63
HSV242°55°86°
CMYK 0.530.550.00   0.14
XYZ23.089017.034069.7811
Yxy17.03400.21010.1550
Hunter Lab41.272327.6320-71.3540
CIE-Lab48.302834.8117-61.5669

#6863dc color RGB value is (104,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100011 11011100
Octal 150 143 334
Decimal 104 99 220
Hex 68 63 DC

RGB Percentages of Color #6863dc

%24.59
%23.40
%52.01

CMYK Percentages of Color #6863dc

%53
%55
%0
%14

Triadic Colors of #6863dc

#6863dc #dc6863 #63dc68

Analogous Colors of #6863dc

#6863dc #a563dc #639bdc

Monochromatic Colors of #6863dc

#6863dc

Complementary Color

#6863dc #d7dc63

#6863dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6863dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6863dc Color CSS Codes

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

#6863dc Text Font Color

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

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


#6863dc Background Color

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

This div background color is #6863dc


#6863dc Border Color

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

This div border color is #6863dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6863dc

#6863dc Color Palettes


Comments

No comments written yet.

Please login to write comment.