Color Hex Logo

#6366be Color Hex

#6366BE
(99,102,190)
0 Favorites   0 Comments

Color spaces of #6366be

RGB 99102190
HSL0.660.410.57
HSV238°48°75°
CMYK 0.480.460.00   0.25
XYZ19.191215.873150.7675
Yxy15.87310.22360.1849
Hunter Lab39.841116.2605-47.6616
CIE-Lab46.807622.6087-46.7969

#6366be color RGB value is (99,102,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100110 10111110
Octal 143 146 276
Decimal 99 102 190
Hex 63 66 BE

RGB Percentages of Color #6366be

%25.32
%26.09
%48.59

CMYK Percentages of Color #6366be

%48
%46
%0
%25

Triadic Colors of #6366be

#6366be #be6366 #66be63

Analogous Colors of #6366be

#6366be #8e63be #6394be

Monochromatic Colors of #6366be

#6366be

Complementary Color

#6366be #bebb63

#6366be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6366be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6366be Color CSS Codes

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

#6366be Text Font Color

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

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


#6366be Background Color

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

This div background color is #6366be


#6366be Border Color

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

This div border color is #6366be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6366be


Comments

No comments written yet.

Please login to write comment.