Color Hex Logo

#687bdc Color Hex

#687BDC
(104,123,220)
0 Favorites   0 Comments

Color spaces of #687bdc

RGB 104123220
HSL0.640.620.64
HSV230°53°86°
CMYK 0.530.440.00   0.14
XYZ25.710122.276370.6548
Yxy22.27630.21670.1878
Hunter Lab47.197814.6384-55.7183
CIE-Lab54.318920.2652-51.9110

#687bdc color RGB value is (104,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111011 11011100
Octal 150 173 334
Decimal 104 123 220
Hex 68 7B DC

RGB Percentages of Color #687bdc

%23.27
%27.52
%49.22

CMYK Percentages of Color #687bdc

%53
%44
%0
%14

Triadic Colors of #687bdc

#687bdc #dc687b #7bdc68

Analogous Colors of #687bdc

#687bdc #8f68dc #68b5dc

Monochromatic Colors of #687bdc

#687bdc

Complementary Color

#687bdc #dcc968

#687bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#687bdc Color CSS Codes

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

#687bdc Text Font Color

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

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


#687bdc Background Color

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

This div background color is #687bdc


#687bdc Border Color

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

This div border color is #687bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687bdc


Comments

No comments written yet.

Please login to write comment.