Color Hex Logo

#668de6 Color Hex

#668DE6
(102,141,230)
0 Favorites   0 Comments

Color spaces of #668de6

RGB 102141230
HSL0.620.720.65
HSV222°56°90°
CMYK 0.560.390.00   0.10
XYZ29.287327.587778.6443
Yxy27.58770.21610.2036
Hunter Lab52.52407.6143-52.0083
CIE-Lab59.514412.2218-49.2482

#668de6 color RGB value is (102,141,230).

#668de6 hex color red value is 102, green value is 141 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #668de6 hue: 0.62 , saturation: 0.72 and the lightness value of 668de6 is 0.65.

The process color (four color CMYK) of #668de6 color hex is 0.56, 0.39, 0.00, 0.10. Web safe color of #668de6 is #6699ff. Color #668de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11100110
Octal 146 215 346
Decimal 102 141 230
Hex 66 8D E6

RGB Percentages of Color #668de6

%21.56
%29.81
%48.63

CMYK Percentages of Color #668de6

%56
%39
%0
%10

Triadic Colors of #668de6

#668de6 #e6668d #8de666

Analogous Colors of #668de6

#668de6 #7f66e6 #66cde6

Monochromatic Colors of #668de6

#668de6

Complementary Color

#668de6 #e6bf66

#668de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668de6 Color CSS Codes

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

#668de6 Text Font Color

<p style="color:#668de6">Text here</p>

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


#668de6 Background Color

<div style="background-color:#668de6">
Div content here</div>

This div background color is #668de6


#668de6 Border Color

<div style="border:3px solid #668de6">
Div here</div>

This div border color is #668de6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,141,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668de6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668de6;
  -webkit-box-shadow: 1px 1px 3px 2px #668de6;
  box-shadow:         1px 1px 3px 2px #668de6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,141,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668de6


Comments

No comments written yet.

Please login to write comment.