Color Hex Logo

#6363d8 Color Hex

#6363D8
(99,99,216)
0 Favorites   0 Comments

Color spaces of #6363d8

RGB 9999216
HSL0.670.600.62
HSV240°54°85°
CMYK 0.540.540.00   0.15
XYZ22.002116.534266.9975
Yxy16.53420.20850.1567
Hunter Lab40.662325.4263-69.2260
CIE-Lab47.667732.5752-60.3380

#6363d8 color RGB value is (99,99,216).

#6363d8 hex color red value is 99, green value is 99 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #6363d8 hue: 0.67 , saturation: 0.60 and the lightness value of 6363d8 is 0.62.

The process color (four color CMYK) of #6363d8 color hex is 0.54, 0.54, 0.00, 0.15. Web safe color of #6363d8 is #6666cc. Color #6363d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100011 11011000
Octal 143 143 330
Decimal 99 99 216
Hex 63 63 D8

RGB Percentages of Color #6363d8

%23.91
%23.91
%52.17

CMYK Percentages of Color #6363d8

%54
%54
%0
%15

Triadic Colors of #6363d8

#6363d8 #d86363 #63d863

Analogous Colors of #6363d8

#6363d8 #9e63d8 #639ed8

Monochromatic Colors of #6363d8

#6363d8

Complementary Color

#6363d8 #d8d863

#6363d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6363d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6363d8 Color CSS Codes

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

#6363d8 Text Font Color

<p style="color:#6363d8">Text here</p>

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


#6363d8 Background Color

<div style="background-color:#6363d8">
Div content here</div>

This div background color is #6363d8


#6363d8 Border Color

<div style="border:3px solid #6363d8">
Div here</div>

This div border color is #6363d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,99,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6363d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6363d8;
  -webkit-box-shadow: 1px 1px 3px 2px #6363d8;
  box-shadow:         1px 1px 3px 2px #6363d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6363d8


Comments

No comments written yet.

Please login to write comment.