Color Hex Logo

#688fdd Color Hex

#688FDD
(104,143,221)
0 Favorites   0 Comments

Color spaces of #688fdd

RGB 104143221
HSL0.610.630.64
HSV220°53°87°
CMYK 0.530.350.00   0.13
XYZ28.582527.808472.2677
Yxy27.80840.22220.2161
Hunter Lab52.73374.4660-44.3391
CIE-Lab59.71528.6251-43.9147

#688fdd color RGB value is (104,143,221).

#688fdd hex color red value is 104, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #688fdd hue: 0.61 , saturation: 0.63 and the lightness value of 688fdd is 0.64.

The process color (four color CMYK) of #688fdd color hex is 0.53, 0.35, 0.00, 0.13. Web safe color of #688fdd is #6699cc. Color #688fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 11011101
Octal 150 217 335
Decimal 104 143 221
Hex 68 8F DD

RGB Percentages of Color #688fdd

%22.22
%30.56
%47.22

CMYK Percentages of Color #688fdd

%53
%35
%0
%13

Triadic Colors of #688fdd

#688fdd #dd688f #8fdd68

Analogous Colors of #688fdd

#688fdd #7c68dd #68cadd

Monochromatic Colors of #688fdd

#688fdd

Complementary Color

#688fdd #ddb668

#688fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#688fdd Color CSS Codes

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

#688fdd Text Font Color

<p style="color:#688fdd">Text here</p>

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


#688fdd Background Color

<div style="background-color:#688fdd">
Div content here</div>

This div background color is #688fdd


#688fdd Border Color

<div style="border:3px solid #688fdd">
Div here</div>

This div border color is #688fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,143,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #688fdd;
  box-shadow:         1px 1px 3px 2px #688fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,143,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688fdd


Comments

No comments written yet.

Please login to write comment.