Color Hex Logo

#6646ff Color Hex

#6646FF
(102,70,255)
0 Favorites   0 Comments

Color spaces of #6646ff

RGB 10270255
HSL0.701.000.64
HSV250°73°100°
CMYK 0.600.730.00   0.00
XYZ25.719614.425196.0365
Yxy14.42510.18890.1059
Hunter Lab37.980454.4111-123.3333
CIE-Lab44.836561.1776-86.9125

#6646ff color RGB value is (102,70,255).

#6646ff hex color red value is 102, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6646ff hue: 0.70 , saturation: 1.00 and the lightness value of 6646ff is 0.64.

The process color (four color CMYK) of #6646ff color hex is 0.60, 0.73, 0.00, 0.00. Web safe color of #6646ff is #6633ff. Color #6646ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 11111111
Octal 146 106 377
Decimal 102 70 255
Hex 66 46 FF

RGB Percentages of Color #6646ff

%23.89
%16.39
%59.72

CMYK Percentages of Color #6646ff

%60
%73
%0
%0

Triadic Colors of #6646ff

#6646ff #ff6646 #46ff66

Analogous Colors of #6646ff

#6646ff #c346ff #4683ff

Monochromatic Colors of #6646ff

#6646ff

Complementary Color

#6646ff #dfff46

#6646ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6646ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6646ff Color CSS Codes

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

#6646ff Text Font Color

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

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


#6646ff Background Color

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

This div background color is #6646ff


#6646ff Border Color

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

This div border color is #6646ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6646ff


Comments

No comments written yet.

Please login to write comment.