Color Hex Logo

#6206dc Color Hex

#6206DC
(98,6,220)
0 Favorites   0 Comments

Color spaces of #6206dc

RGB 986220
HSL0.740.950.44
HSV266°97°86°
CMYK 0.550.970.00   0.14
XYZ18.02047.894268.2841
Yxy7.89420.19130.0838
Hunter Lab28.096665.3159-124.4267
CIE-Lab33.761672.7508-85.3961

#6206dc color RGB value is (98,6,220).

#6206dc hex color red value is 98, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6206dc hue: 0.74 , saturation: 0.95 and the lightness value of 6206dc is 0.44.

The process color (four color CMYK) of #6206dc color hex is 0.55, 0.97, 0.00, 0.14. Web safe color of #6206dc is #6600cc. Color #6206dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000110 11011100
Octal 142 6 334
Decimal 98 6 220
Hex 62 6 DC

RGB Percentages of Color #6206dc

%30.25
%1.85
%67.90

CMYK Percentages of Color #6206dc

%55
%97
%0
%14

Triadic Colors of #6206dc

#6206dc #dc6206 #06dc62

Analogous Colors of #6206dc

#6206dc #cd06dc #0615dc

Monochromatic Colors of #6206dc

#6206dc

Complementary Color

#6206dc #80dc06

#6206dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6206dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6206dc Color CSS Codes

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

#6206dc Text Font Color

<p style="color:#6206dc">Text here</p>

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


#6206dc Background Color

<div style="background-color:#6206dc">
Div content here</div>

This div background color is #6206dc


#6206dc Border Color

<div style="border:3px solid #6206dc">
Div here</div>

This div border color is #6206dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,6,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6206dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6206dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6206dc;
  box-shadow:         1px 1px 3px 2px #6206dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6206dc


Comments

No comments written yet.

Please login to write comment.