Color Hex Logo

#6361be Color Hex

#6361BE
(99,97,190)
0 Favorites   0 Comments

Color spaces of #6361be

RGB 9997190
HSL0.670.420.56
HSV241°49°75°
CMYK 0.480.490.00   0.25
XYZ18.714514.919750.6086
Yxy14.91970.22210.1771
Hunter Lab38.626018.8886-50.6447
CIE-Lab45.524025.6921-48.8479

#6361be color RGB value is (99,97,190).

#6361be hex color red value is 99, green value is 97 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6361be hue: 0.67 , saturation: 0.42 and the lightness value of 6361be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100001 10111110
Octal 143 141 276
Decimal 99 97 190
Hex 63 61 BE

RGB Percentages of Color #6361be

%25.65
%25.13
%49.22

CMYK Percentages of Color #6361be

%48
%49
%0
%25

Triadic Colors of #6361be

#6361be #be6361 #61be63

Analogous Colors of #6361be

#6361be #9261be #618ebe

Monochromatic Colors of #6361be

#6361be

Complementary Color

#6361be #bcbe61

#6361be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6361be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6361be Color CSS Codes

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

#6361be Text Font Color

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

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


#6361be Background Color

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

This div background color is #6361be


#6361be Border Color

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

This div border color is #6361be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6361be


Comments

No comments written yet.

Please login to write comment.