Color Hex Logo

#6240bb Color Hex

#6240BB
(98,64,187)
0 Favorites   0 Comments

Color spaces of #6240bb

RGB 9864187
HSL0.710.490.49
HSV257°66°73°
CMYK 0.480.660.00   0.27
XYZ15.84009.851348.0803
Yxy9.85130.21470.1335
Hunter Lab31.386835.1569-68.8535
CIE-Lab37.574244.2305-59.9304

#6240bb color RGB value is (98,64,187).

#6240bb hex color red value is 98, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6240bb hue: 0.71 , saturation: 0.49 and the lightness value of 6240bb is 0.49.

The process color (four color CMYK) of #6240bb color hex is 0.48, 0.66, 0.00, 0.27. Web safe color of #6240bb is #6633cc. Color #6240bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000000 10111011
Octal 142 100 273
Decimal 98 64 187
Hex 62 40 BB

RGB Percentages of Color #6240bb

%28.08
%18.34
%53.58

CMYK Percentages of Color #6240bb

%48
%66
%0
%27

Triadic Colors of #6240bb

#6240bb #bb6240 #40bb62

Analogous Colors of #6240bb

#6240bb #a040bb #405cbb

Monochromatic Colors of #6240bb

#6240bb

Complementary Color

#6240bb #99bb40

#6240bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6240bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6240bb Color CSS Codes

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

#6240bb Text Font Color

<p style="color:#6240bb">Text here</p>

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


#6240bb Background Color

<div style="background-color:#6240bb">
Div content here</div>

This div background color is #6240bb


#6240bb Border Color

<div style="border:3px solid #6240bb">
Div here</div>

This div border color is #6240bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,64,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6240bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6240bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6240bb;
  box-shadow:         1px 1px 3px 2px #6240bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,64,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6240bb


Comments

No comments written yet.

Please login to write comment.