Color Hex Logo

#6746fe Color Hex

#6746FE
(103,70,254)
0 Favorites   0 Comments

Color spaces of #6746fe

RGB 10370254
HSL0.700.990.64
HSV251°72°100°
CMYK 0.590.720.00   0.00
XYZ25.673114.419695.1961
Yxy14.41960.18980.1066
Hunter Lab37.973154.2283-122.0548
CIE-Lab44.828861.0159-86.3647

#6746fe color RGB value is (103,70,254).

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

The process color (four color CMYK) of #6746fe color hex is 0.59, 0.72, 0.00, 0.00. Web safe color of #6746fe is #6633ff. Color #6746fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000110 11111110
Octal 147 106 376
Decimal 103 70 254
Hex 67 46 FE

RGB Percentages of Color #6746fe

%24.12
%16.39
%59.48

CMYK Percentages of Color #6746fe

%59
%72
%0
%0

Triadic Colors of #6746fe

#6746fe #fe6746 #46fe67

Analogous Colors of #6746fe

#6746fe #c346fe #4681fe

Monochromatic Colors of #6746fe

#6746fe

Complementary Color

#6746fe #ddfe46

#6746fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6746fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6746fe Color CSS Codes

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

#6746fe Text Font Color

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

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


#6746fe Background Color

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

This div background color is #6746fe


#6746fe Border Color

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

This div border color is #6746fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,70,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 #6746fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6746fe

Related Colors


Comments

No comments written yet.

Please login to write comment.