Color Hex Logo

#6356fb Color Hex

#6356FB
(99,86,251)
0 Favorites   0 Comments

Color spaces of #6356fb

RGB 9986251
HSL0.680.950.66
HSV245°66°98°
CMYK 0.610.660.00   0.02
XYZ25.886016.273393.0435
Yxy16.27330.19150.1204
Hunter Lab40.340243.9468-108.5126
CIE-Lab47.331051.1213-80.5980

#6356fb color RGB value is (99,86,251).

#6356fb hex color red value is 99, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6356fb hue: 0.68 , saturation: 0.95 and the lightness value of 6356fb is 0.66.

The process color (four color CMYK) of #6356fb color hex is 0.61, 0.66, 0.00, 0.02. Web safe color of #6356fb is #6666ff. Color #6356fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 11111011
Octal 143 126 373
Decimal 99 86 251
Hex 63 56 FB

RGB Percentages of Color #6356fb

%22.71
%19.72
%57.57

CMYK Percentages of Color #6356fb

%61
%66
%0
%2

Triadic Colors of #6356fb

#6356fb #fb6356 #56fb63

Analogous Colors of #6356fb

#6356fb #b656fb #569cfb

Monochromatic Colors of #6356fb

#6356fb

Complementary Color

#6356fb #eefb56

#6356fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6356fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6356fb Color CSS Codes

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

#6356fb Text Font Color

<p style="color:#6356fb">Text here</p>

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


#6356fb Background Color

<div style="background-color:#6356fb">
Div content here</div>

This div background color is #6356fb


#6356fb Border Color

<div style="border:3px solid #6356fb">
Div here</div>

This div border color is #6356fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,86,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6356fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6356fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6356fb;
  box-shadow:         1px 1px 3px 2px #6356fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6356fb


Comments

No comments written yet.

Please login to write comment.