Color Hex Logo

#668bff Color Hex

#668BFF
(102,139,255)
0 Favorites   0 Comments

Color spaces of #668bff

RGB 102139255
HSL0.631.000.70
HSV225°60°100°
CMYK 0.600.450.00   0.00
XYZ32.762128.510098.3840
Yxy28.51000.20520.1786
Hunter Lab53.394816.0837-71.8701
CIE-Lab60.346721.4944-61.7210

#668bff color RGB value is (102,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11111111
Octal 146 213 377
Decimal 102 139 255
Hex 66 8B FF

RGB Percentages of Color #668bff

%20.56
%28.02
%51.41

CMYK Percentages of Color #668bff

%60
%45
%0
%0

Triadic Colors of #668bff

#668bff #ff668b #8bff66

Analogous Colors of #668bff

#668bff #8e66ff #66d8ff

Monochromatic Colors of #668bff

#668bff

Complementary Color

#668bff #ffda66

#668bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bff Color CSS Codes

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

#668bff Text Font Color

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

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


#668bff Background Color

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

This div background color is #668bff


#668bff Border Color

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

This div border color is #668bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bff

Related Colors


Comments

No comments written yet.

Please login to write comment.