Color Hex Logo

#6384be Color Hex

#6384BE
(99,132,190)
0 Favorites   0 Comments

Color spaces of #6384be

RGB 99132190
HSL0.610.410.57
HSV218°48°75°
CMYK 0.480.310.00   0.25
XYZ22.691122.872951.9342
Yxy22.87290.23270.2346
Hunter Lab47.82560.9954-30.9055
CIE-Lab54.94124.3957-33.9524

#6384be color RGB value is (99,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 10111110
Octal 143 204 276
Decimal 99 132 190
Hex 63 84 BE

RGB Percentages of Color #6384be

%23.52
%31.35
%45.13

CMYK Percentages of Color #6384be

%48
%31
%0
%25

Triadic Colors of #6384be

#6384be #be6384 #84be63

Analogous Colors of #6384be

#6384be #7063be #63b2be

Monochromatic Colors of #6384be

#6384be

Complementary Color

#6384be #be9d63

#6384be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6384be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6384be Color CSS Codes

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

#6384be Text Font Color

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

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


#6384be Background Color

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

This div background color is #6384be


#6384be Border Color

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

This div border color is #6384be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6384be


Comments

No comments written yet.

Please login to write comment.