Color Hex Logo

#6365be Color Hex

#6365BE
(99,101,190)
0 Favorites   0 Comments

Color spaces of #6365be

RGB 99101190
HSL0.660.410.57
HSV239°48°75°
CMYK 0.480.470.00   0.25
XYZ19.093515.677750.7350
Yxy15.67770.22330.1834
Hunter Lab39.595116.7847-48.2545
CIE-Lab46.548823.2256-47.2099

#6365be color RGB value is (99,101,190).

#6365be hex color red value is 99, green value is 101 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6365be hue: 0.66 , saturation: 0.41 and the lightness value of 6365be is 0.57.

The process color (four color CMYK) of #6365be color hex is 0.48, 0.47, 0.00, 0.25. Web safe color of #6365be is #6666cc. Color #6365be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100101 10111110
Octal 143 145 276
Decimal 99 101 190
Hex 63 65 BE

RGB Percentages of Color #6365be

%25.38
%25.90
%48.72

CMYK Percentages of Color #6365be

%48
%47
%0
%25

Triadic Colors of #6365be

#6365be #be6365 #65be63

Analogous Colors of #6365be

#6365be #8f63be #6393be

Monochromatic Colors of #6365be

#6365be

Complementary Color

#6365be #bebc63

#6365be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6365be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6365be Color CSS Codes

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

#6365be Text Font Color

<p style="color:#6365be">Text here</p>

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


#6365be Background Color

<div style="background-color:#6365be">
Div content here</div>

This div background color is #6365be


#6365be Border Color

<div style="border:3px solid #6365be">
Div here</div>

This div border color is #6365be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,101,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6365be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6365be;
  -webkit-box-shadow: 1px 1px 3px 2px #6365be;
  box-shadow:         1px 1px 3px 2px #6365be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6365be


Comments

No comments written yet.

Please login to write comment.