Color Hex Logo

#6240bc Color Hex

#6240BC
(98,64,188)
0 Favorites   0 Comments

Color spaces of #6240bc

RGB 9864188
HSL0.710.490.49
HSV256°66°74°
CMYK 0.480.660.00   0.26
XYZ15.94759.894348.6462
Yxy9.89430.21410.1328
Hunter Lab31.455235.4512-69.6747
CIE-Lab37.652144.5161-60.3913

#6240bc color RGB value is (98,64,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000000 10111100
Octal 142 100 274
Decimal 98 64 188
Hex 62 40 BC

RGB Percentages of Color #6240bc

%28.00
%18.29
%53.71

CMYK Percentages of Color #6240bc

%48
%66
%0
%26

Triadic Colors of #6240bc

#6240bc #bc6240 #40bc62

Analogous Colors of #6240bc

#6240bc #a040bc #405cbc

Monochromatic Colors of #6240bc

#6240bc

Complementary Color

#6240bc #9abc40

#6240bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6240bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6240bc Color CSS Codes

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

#6240bc Text Font Color

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

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


#6240bc Background Color

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

This div background color is #6240bc


#6240bc Border Color

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

This div border color is #6240bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6240bc


Comments

No comments written yet.

Please login to write comment.