Color Hex Logo

#687bfc Color Hex

#687BFC
(104,123,252)
0 Favorites   0 Comments

Color spaces of #687bfc

RGB 104123252
HSL0.650.960.70
HSV232°59°99°
CMYK 0.590.510.00   0.01
XYZ30.362624.137295.1541
Yxy24.13720.20290.1613
Hunter Lab49.129624.3379-80.4419
CIE-Lab56.224930.4843-66.6881

#687bfc color RGB value is (104,123,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111011 11111100
Octal 150 173 374
Decimal 104 123 252
Hex 68 7B FC

RGB Percentages of Color #687bfc

%21.71
%25.68
%52.61

CMYK Percentages of Color #687bfc

%59
%51
%0
%1

Triadic Colors of #687bfc

#687bfc #fc687b #7bfc68

Analogous Colors of #687bfc

#687bfc #9f68fc #68c5fc

Monochromatic Colors of #687bfc

#687bfc

Complementary Color

#687bfc #fce968

#687bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#687bfc Color CSS Codes

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

#687bfc Text Font Color

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

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


#687bfc Background Color

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

This div background color is #687bfc


#687bfc Border Color

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

This div border color is #687bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687bfc


Comments

No comments written yet.

Please login to write comment.