Color Hex Logo

#6366dd Color Hex

#6366DD
(99,102,221)
0 Favorites   0 Comments

Color spaces of #6366dd

RGB 99102221
HSL0.660.640.63
HSV239°55°87°
CMYK 0.550.540.00   0.13
XYZ22.948117.375870.5510
Yxy17.37580.20700.1567
Hunter Lab41.684325.3206-71.1698
CIE-Lab48.730132.3342-61.4621

#6366dd color RGB value is (99,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100110 11011101
Octal 143 146 335
Decimal 99 102 221
Hex 63 66 DD

RGB Percentages of Color #6366dd

%23.46
%24.17
%52.37

CMYK Percentages of Color #6366dd

%55
%54
%0
%13

Triadic Colors of #6366dd

#6366dd #dd6366 #66dd63

Analogous Colors of #6366dd

#6366dd #9d63dd #63a3dd

Monochromatic Colors of #6366dd

#6366dd

Complementary Color

#6366dd #ddda63

#6366dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6366dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6366dd Color CSS Codes

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

#6366dd Text Font Color

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

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


#6366dd Background Color

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

This div background color is #6366dd


#6366dd Border Color

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

This div border color is #6366dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6366dd


Comments

No comments written yet.

Please login to write comment.