Color Hex Logo

#688fdc Color Hex

#688FDC
(104,143,220)
0 Favorites   0 Comments

Color spaces of #688fdc

RGB 104143220
HSL0.610.620.64
HSV220°53°86°
CMYK 0.530.350.00   0.14
XYZ28.449627.755371.5680
Yxy27.75530.22270.2172
Hunter Lab52.68334.1963-43.6646
CIE-Lab59.66708.3130-43.4330

#688fdc color RGB value is (104,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 11011100
Octal 150 217 334
Decimal 104 143 220
Hex 68 8F DC

RGB Percentages of Color #688fdc

%22.27
%30.62
%47.11

CMYK Percentages of Color #688fdc

%53
%35
%0
%14

Triadic Colors of #688fdc

#688fdc #dc688f #8fdc68

Analogous Colors of #688fdc

#688fdc #7b68dc #68c9dc

Monochromatic Colors of #688fdc

#688fdc

Complementary Color

#688fdc #dcb568

#688fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#688fdc Color CSS Codes

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

#688fdc Text Font Color

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

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


#688fdc Background Color

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

This div background color is #688fdc


#688fdc Border Color

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

This div border color is #688fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688fdc


Comments

No comments written yet.

Please login to write comment.