Color Hex Logo

#6246de Color Hex

#6246DE
(98,70,222)
0 Favorites   0 Comments

Color spaces of #6246de

RGB 9870222
HSL0.700.700.57
HSV251°68°87°
CMYK 0.560.680.00   0.13
XYZ20.412012.250970.3961
Yxy12.25090.19810.1189
Hunter Lab35.001342.8451-94.7457
CIE-Lab41.612151.0952-73.6077

#6246de color RGB value is (98,70,222).

#6246de hex color red value is 98, green value is 70 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6246de hue: 0.70 , saturation: 0.70 and the lightness value of 6246de is 0.57.

The process color (four color CMYK) of #6246de color hex is 0.56, 0.68, 0.00, 0.13. Web safe color of #6246de is #6633cc. Color #6246de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000110 11011110
Octal 142 106 336
Decimal 98 70 222
Hex 62 46 DE

RGB Percentages of Color #6246de

%25.13
%17.95
%56.92

CMYK Percentages of Color #6246de

%56
%68
%0
%13

Triadic Colors of #6246de

#6246de #de6246 #46de62

Analogous Colors of #6246de

#6246de #ae46de #4676de

Monochromatic Colors of #6246de

#6246de

Complementary Color

#6246de #c2de46

#6246de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6246de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6246de Color CSS Codes

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

#6246de Text Font Color

<p style="color:#6246de">Text here</p>

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


#6246de Background Color

<div style="background-color:#6246de">
Div content here</div>

This div background color is #6246de


#6246de Border Color

<div style="border:3px solid #6246de">
Div here</div>

This div border color is #6246de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,70,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6246de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6246de;
  -webkit-box-shadow: 1px 1px 3px 2px #6246de;
  box-shadow:         1px 1px 3px 2px #6246de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6246de


Comments

No comments written yet.

Please login to write comment.