Color Hex Logo

#689bfa Color Hex

#689BFA
(104,155,250)
0 Favorites   0 Comments

Color spaces of #689bfa

RGB 104155250
HSL0.610.940.69
HSV219°58°98°
CMYK 0.580.380.00   0.02
XYZ34.685633.287995.0396
Yxy33.28790.21280.2042
Hunter Lab57.69576.3436-57.2789
CIE-Lab64.393310.7829-52.5278

#689bfa color RGB value is (104,155,250).

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

The process color (four color CMYK) of #689bfa color hex is 0.58, 0.38, 0.00, 0.02. Web safe color of #689bfa is #6699ff. Color #689bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 11111010
Octal 150 233 372
Decimal 104 155 250
Hex 68 9B FA

RGB Percentages of Color #689bfa

%20.43
%30.45
%49.12

CMYK Percentages of Color #689bfa

%58
%38
%0
%2

Triadic Colors of #689bfa

#689bfa #fa689b #9bfa68

Analogous Colors of #689bfa

#689bfa #7e68fa #68e4fa

Monochromatic Colors of #689bfa

#689bfa

Complementary Color

#689bfa #fac768

#689bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bfa Color CSS Codes

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

#689bfa Text Font Color

<p style="color:#689bfa">Text here</p>

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


#689bfa Background Color

<div style="background-color:#689bfa">
Div content here</div>

This div background color is #689bfa


#689bfa Border Color

<div style="border:3px solid #689bfa">
Div here</div>

This div border color is #689bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bfa


Comments

No comments written yet.

Please login to write comment.