Color Hex Logo

#668dff Color Hex

#668DFF
(102,141,255)
0 Favorites   0 Comments

Color spaces of #668dff

RGB 102141255
HSL0.621.000.70
HSV225°60°100°
CMYK 0.600.450.00   0.00
XYZ33.054429.094598.4814
Yxy29.09450.20580.1811
Hunter Lab53.939314.9923-70.4931
CIE-Lab60.864920.3003-60.8913

#668dff color RGB value is (102,141,255).

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

The process color (four color CMYK) of #668dff color hex is 0.60, 0.45, 0.00, 0.00. Web safe color of #668dff is #6699ff. Color #668dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11111111
Octal 146 215 377
Decimal 102 141 255
Hex 66 8D FF

RGB Percentages of Color #668dff

%20.48
%28.31
%51.20

CMYK Percentages of Color #668dff

%60
%45
%0
%0

Triadic Colors of #668dff

#668dff #ff668d #8dff66

Analogous Colors of #668dff

#668dff #8c66ff #66daff

Monochromatic Colors of #668dff

#668dff

Complementary Color

#668dff #ffd866

#668dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dff Color CSS Codes

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

#668dff Text Font Color

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

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


#668dff Background Color

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

This div background color is #668dff


#668dff Border Color

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

This div border color is #668dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dff

Related Colors


Comments

No comments written yet.

Please login to write comment.