Color Hex Logo

#687afa Color Hex

#687AFA
(104,122,250)
0 Favorites   0 Comments

Color spaces of #687afa

RGB 104122250
HSL0.650.940.69
HSV233°58°98°
CMYK 0.580.510.00   0.02
XYZ29.923823.764393.4523
Yxy23.76430.20340.1615
Hunter Lab48.748624.2601-79.5363
CIE-Lab55.851030.4413-66.1859

#687afa color RGB value is (104,122,250).

#687afa hex color red value is 104, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #687afa hue: 0.65 , saturation: 0.94 and the lightness value of 687afa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 11111010
Octal 150 172 372
Decimal 104 122 250
Hex 68 7A FA

RGB Percentages of Color #687afa

%21.85
%25.63
%52.52

CMYK Percentages of Color #687afa

%58
%51
%0
%2

Triadic Colors of #687afa

#687afa #fa687a #7afa68

Analogous Colors of #687afa

#687afa #9f68fa #68c3fa

Monochromatic Colors of #687afa

#687afa

Complementary Color

#687afa #fae868

#687afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#687afa Color CSS Codes

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

#687afa Text Font Color

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

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


#687afa Background Color

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

This div background color is #687afa


#687afa Border Color

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

This div border color is #687afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687afa


Comments

No comments written yet.

Please login to write comment.