Color Hex Logo

#6386dd Color Hex

#6386DD
(99,134,221)
0 Favorites   0 Comments

Color spaces of #6386dd

RGB 99134221
HSL0.620.640.63
HSV223°55°87°
CMYK 0.550.390.00   0.13
XYZ26.721824.923371.8089
Yxy24.92330.21650.2019
Hunter Lab49.92328.1778-50.3356
CIE-Lab57.000612.8933-48.2251

#6386dd color RGB value is (99,134,221).

#6386dd hex color red value is 99, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6386dd hue: 0.62 , saturation: 0.64 and the lightness value of 6386dd is 0.63.

The process color (four color CMYK) of #6386dd color hex is 0.55, 0.39, 0.00, 0.13. Web safe color of #6386dd is #6699cc. Color #6386dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000110 11011101
Octal 143 206 335
Decimal 99 134 221
Hex 63 86 DD

RGB Percentages of Color #6386dd

%21.81
%29.52
%48.68

CMYK Percentages of Color #6386dd

%55
%39
%0
%13

Triadic Colors of #6386dd

#6386dd #dd6386 #86dd63

Analogous Colors of #6386dd

#6386dd #7d63dd #63c3dd

Monochromatic Colors of #6386dd

#6386dd

Complementary Color

#6386dd #ddba63

#6386dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6386dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6386dd Color CSS Codes

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

#6386dd Text Font Color

<p style="color:#6386dd">Text here</p>

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


#6386dd Background Color

<div style="background-color:#6386dd">
Div content here</div>

This div background color is #6386dd


#6386dd Border Color

<div style="border:3px solid #6386dd">
Div here</div>

This div border color is #6386dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,134,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6386dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6386dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6386dd;
  box-shadow:         1px 1px 3px 2px #6386dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6386dd


Comments

No comments written yet.

Please login to write comment.