Color Hex Logo

#687fdb Color Hex

#687FDB
(104,127,219)
0 Favorites   0 Comments

Color spaces of #687fdb

RGB 104127219
HSL0.630.610.63
HSV228°53°86°
CMYK 0.530.420.00   0.14
XYZ26.084523.236370.1281
Yxy23.23630.21840.1945
Hunter Lab48.204012.2341-52.5133
CIE-Lab55.314917.5343-49.7625

#687fdb color RGB value is (104,127,219).

#687fdb hex color red value is 104, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #687fdb hue: 0.63 , saturation: 0.61 and the lightness value of 687fdb is 0.63.

The process color (four color CMYK) of #687fdb color hex is 0.53, 0.42, 0.00, 0.14. Web safe color of #687fdb is #6666cc. Color #687fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111111 11011011
Octal 150 177 333
Decimal 104 127 219
Hex 68 7F DB

RGB Percentages of Color #687fdb

%23.11
%28.22
%48.67

CMYK Percentages of Color #687fdb

%53
%42
%0
%14

Triadic Colors of #687fdb

#687fdb #db687f #7fdb68

Analogous Colors of #687fdb

#687fdb #8b68db #68b9db

Monochromatic Colors of #687fdb

#687fdb

Complementary Color

#687fdb #dbc468

#687fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#687fdb Color CSS Codes

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

#687fdb Text Font Color

<p style="color:#687fdb">Text here</p>

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


#687fdb Background Color

<div style="background-color:#687fdb">
Div content here</div>

This div background color is #687fdb


#687fdb Border Color

<div style="border:3px solid #687fdb">
Div here</div>

This div border color is #687fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,127,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #687fdb;
  box-shadow:         1px 1px 3px 2px #687fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,127,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 #687fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687fdb


Comments

No comments written yet.

Please login to write comment.