Color Hex Logo

#668bdb Color Hex

#668BDB
(102,139,219)
0 Favorites   0 Comments

Color spaces of #668bdb

RGB 102139219
HSL0.610.620.63
HSV221°53°86°
CMYK 0.530.370.00   0.14
XYZ27.498326.404570.6651
Yxy26.40450.22070.2120
Hunter Lab51.38535.5981-45.5659
CIE-Lab58.41909.9220-44.8503

#668bdb color RGB value is (102,139,219).

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

The process color (four color CMYK) of #668bdb color hex is 0.53, 0.37, 0.00, 0.14. Web safe color of #668bdb is #6699cc. Color #668bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11011011
Octal 146 213 333
Decimal 102 139 219
Hex 66 8B DB

RGB Percentages of Color #668bdb

%22.17
%30.22
%47.61

CMYK Percentages of Color #668bdb

%53
%37
%0
%14

Triadic Colors of #668bdb

#668bdb #db668b #8bdb66

Analogous Colors of #668bdb

#668bdb #7c66db #66c6db

Monochromatic Colors of #668bdb

#668bdb

Complementary Color

#668bdb #dbb666

#668bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bdb Color CSS Codes

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

#668bdb Text Font Color

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

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


#668bdb Background Color

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

This div background color is #668bdb


#668bdb Border Color

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

This div border color is #668bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bdb


Comments

No comments written yet.

Please login to write comment.