Color Hex Logo

#687bfe Color Hex

#687BFE
(104,123,254)
0 Favorites   0 Comments

Color spaces of #687bfe

RGB 104123254
HSL0.650.990.70
HSV232°59°100°
CMYK 0.590.520.00   0.00
XYZ30.681324.264796.8324
Yxy24.26470.20210.1599
Hunter Lab49.259224.9758-82.0692
CIE-Lab56.351831.1288-67.5868

#687bfe color RGB value is (104,123,254).

#687bfe hex color red value is 104, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #687bfe hue: 0.65 , saturation: 0.99 and the lightness value of 687bfe is 0.70.

The process color (four color CMYK) of #687bfe color hex is 0.59, 0.52, 0.00, 0.00. Web safe color of #687bfe is #6666ff. Color #687bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111011 11111110
Octal 150 173 376
Decimal 104 123 254
Hex 68 7B FE

RGB Percentages of Color #687bfe

%21.62
%25.57
%52.81

CMYK Percentages of Color #687bfe

%59
%52
%0
%0

Triadic Colors of #687bfe

#687bfe #fe687b #7bfe68

Analogous Colors of #687bfe

#687bfe #a068fe #68c6fe

Monochromatic Colors of #687bfe

#687bfe

Complementary Color

#687bfe #feeb68

#687bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#687bfe Color CSS Codes

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

#687bfe Text Font Color

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

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


#687bfe Background Color

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

This div background color is #687bfe


#687bfe Border Color

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

This div border color is #687bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687bfe


Comments

No comments written yet.

Please login to write comment.