Color Hex Logo

#6706fe Color Hex

#6706FE
(103,6,254)
0 Favorites   0 Comments

Color spaces of #6706fe

RGB 1036254
HSL0.730.990.51
HSV263°98°100°
CMYK 0.590.980.00   0.00
XYZ23.548010.169694.4877
Yxy10.16960.18370.0793
Hunter Lab31.889876.0004-153.3500
CIE-Lab38.145180.6488-97.4127

#6706fe color RGB value is (103,6,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000110 11111110
Octal 147 6 376
Decimal 103 6 254
Hex 67 6 FE

RGB Percentages of Color #6706fe

%28.37
%1.65
%69.97

CMYK Percentages of Color #6706fe

%59
%98
%0
%0

Triadic Colors of #6706fe

#6706fe #fe6706 #06fe67

Analogous Colors of #6706fe

#6706fe #e306fe #0621fe

Monochromatic Colors of #6706fe

#6706fe

Complementary Color

#6706fe #9dfe06

#6706fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6706fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6706fe Color CSS Codes

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

#6706fe Text Font Color

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

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


#6706fe Background Color

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

This div background color is #6706fe


#6706fe Border Color

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

This div border color is #6706fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6706fe

Related Colors


Comments

No comments written yet.

Please login to write comment.