Color Hex Logo

#636edc Color Hex

#636EDC
(99,110,220)
0 Favorites   0 Comments

Color spaces of #636edc

RGB 99110220
HSL0.650.630.63
HSV235°55°86°
CMYK 0.550.500.00   0.14
XYZ23.639818.971870.1261
Yxy18.97180.20970.1683
Hunter Lab43.556620.6545-64.9672
CIE-Lab50.654227.1379-57.7965

#636edc color RGB value is (99,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101110 11011100
Octal 143 156 334
Decimal 99 110 220
Hex 63 6E DC

RGB Percentages of Color #636edc

%23.08
%25.64
%51.28

CMYK Percentages of Color #636edc

%55
%50
%0
%14

Triadic Colors of #636edc

#636edc #dc636e #6edc63

Analogous Colors of #636edc

#636edc #9563dc #63abdc

Monochromatic Colors of #636edc

#636edc

Complementary Color

#636edc #dcd163

#636edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#636edc Color CSS Codes

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

#636edc Text Font Color

<p style="color:#636edc">Text here</p>

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


#636edc Background Color

<div style="background-color:#636edc">
Div content here</div>

This div background color is #636edc


#636edc Border Color

<div style="border:3px solid #636edc">
Div here</div>

This div border color is #636edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636edc


Comments

No comments written yet.

Please login to write comment.