Color Hex Logo

#6006dc Color Hex

#6006DC
(96,6,220)
0 Favorites   0 Comments

Color spaces of #6006dc

RGB 966220
HSL0.740.950.44
HSV265°97°86°
CMYK 0.560.970.00   0.14
XYZ17.80737.784468.2741
Yxy7.78440.18970.0829
Hunter Lab27.900565.1003-125.5554
CIE-Lab33.529872.6131-85.7874

#6006dc color RGB value is (96,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 11011100
Octal 140 6 334
Decimal 96 6 220
Hex 60 6 DC

RGB Percentages of Color #6006dc

%29.81
%1.86
%68.32

CMYK Percentages of Color #6006dc

%56
%97
%0
%14

Triadic Colors of #6006dc

#6006dc #dc6006 #06dc60

Analogous Colors of #6006dc

#6006dc #cb06dc #0617dc

Monochromatic Colors of #6006dc

#6006dc

Complementary Color

#6006dc #82dc06

#6006dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6006dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6006dc Color CSS Codes

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

#6006dc Text Font Color

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

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


#6006dc Background Color

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

This div background color is #6006dc


#6006dc Border Color

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

This div border color is #6006dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #6006dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6006dc


Comments

No comments written yet.

Please login to write comment.