Color Hex Logo

#687cbc Color Hex

#687CBC
(104,124,188)
0 Favorites   0 Comments

Color spaces of #687cbc

RGB 104124188
HSL0.630.390.57
HSV226°45°74°
CMYK 0.450.340.00   0.26
XYZ21.993720.989250.4691
Yxy20.98920.23530.2246
Hunter Lab45.81405.5172-33.2446
CIE-Lab52.93779.8206-35.9232

#687cbc color RGB value is (104,124,188).

#687cbc hex color red value is 104, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #687cbc hue: 0.63 , saturation: 0.39 and the lightness value of 687cbc is 0.57.

The process color (four color CMYK) of #687cbc color hex is 0.45, 0.34, 0.00, 0.26. Web safe color of #687cbc is #6666cc. Color #687cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111100 10111100
Octal 150 174 274
Decimal 104 124 188
Hex 68 7C BC

RGB Percentages of Color #687cbc

%25.00
%29.81
%45.19

CMYK Percentages of Color #687cbc

%45
%34
%0
%26

Triadic Colors of #687cbc

#687cbc #bc687c #7cbc68

Analogous Colors of #687cbc

#687cbc #7e68bc #68a6bc

Monochromatic Colors of #687cbc

#687cbc

Complementary Color

#687cbc #bca868

#687cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#687cbc Color CSS Codes

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

#687cbc Text Font Color

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

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


#687cbc Background Color

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

This div background color is #687cbc


#687cbc Border Color

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

This div border color is #687cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687cbc


Comments

No comments written yet.

Please login to write comment.