Color Hex Logo

#668bce Color Hex

#668BCE
(102,139,206)
0 Favorites   0 Comments

Color spaces of #668bce

RGB 102139206
HSL0.610.510.60
HSV219°50°81°
CMYK 0.500.330.00   0.19
XYZ25.852725.746261.9995
Yxy25.74620.22760.2266
Hunter Lab50.74072.1506-36.9273
CIE-Lab57.79545.8774-38.5367

#668bce color RGB value is (102,139,206).

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

The process color (four color CMYK) of #668bce color hex is 0.50, 0.33, 0.00, 0.19. Web safe color of #668bce is #6699cc. Color #668bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11001110
Octal 146 213 316
Decimal 102 139 206
Hex 66 8B CE

RGB Percentages of Color #668bce

%22.82
%31.10
%46.09

CMYK Percentages of Color #668bce

%50
%33
%0
%19

Triadic Colors of #668bce

#668bce #ce668b #8bce66

Analogous Colors of #668bce

#668bce #7566ce #66bfce

Monochromatic Colors of #668bce

#668bce

Complementary Color

#668bce #cea966

#668bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bce Color CSS Codes

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

#668bce Text Font Color

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

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


#668bce Background Color

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

This div background color is #668bce


#668bce Border Color

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

This div border color is #668bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bce


Comments

No comments written yet.

Please login to write comment.