Color Hex Logo

#6706ff Color Hex

#6706FF
(103,6,255)
0 Favorites   0 Comments

Color spaces of #6706ff

RGB 1036255
HSL0.731.000.51
HSV263°98°100°
CMYK 0.600.980.00   0.00
XYZ23.708610.233895.3335
Yxy10.23380.18340.0792
Hunter Lab31.990376.3065-154.2954
CIE-Lab38.258880.8710-97.7842

#6706ff color RGB value is (103,6,255).

#6706ff hex color red value is 103, green value is 6 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6706ff hue: 0.73 , saturation: 1.00 and the lightness value of 6706ff is 0.51.

The process color (four color CMYK) of #6706ff color hex is 0.60, 0.98, 0.00, 0.00. Web safe color of #6706ff is #6600ff. Color #6706ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000110 11111111
Octal 147 6 377
Decimal 103 6 255
Hex 67 6 FF

RGB Percentages of Color #6706ff

%28.30
%1.65
%70.05

CMYK Percentages of Color #6706ff

%60
%98
%0
%0

Triadic Colors of #6706ff

#6706ff #ff6706 #06ff67

Analogous Colors of #6706ff

#6706ff #e406ff #0621ff

Monochromatic Colors of #6706ff

#6706ff

Complementary Color

#6706ff #9eff06

#6706ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6706ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6706ff Color CSS Codes

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

#6706ff Text Font Color

<p style="color:#6706ff">Text here</p>

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


#6706ff Background Color

<div style="background-color:#6706ff">
Div content here</div>

This div background color is #6706ff


#6706ff Border Color

<div style="border:3px solid #6706ff">
Div here</div>

This div border color is #6706ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,6,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6706ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6706ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6706ff;
  box-shadow:         1px 1px 3px 2px #6706ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6706ff


Comments

No comments written yet.

Please login to write comment.