Color Hex Logo

#689bef Color Hex

#689BEF
(104,155,239)
0 Favorites   0 Comments

Color spaces of #689bef

RGB 104155239
HSL0.600.810.67
HSV217°56°94°
CMYK 0.560.350.00   0.06
XYZ33.010332.617786.2174
Yxy32.61770.21740.2148
Hunter Lab57.11193.2260-49.5272
CIE-Lab63.85027.2765-47.3571

#689bef color RGB value is (104,155,239).

#689bef hex color red value is 104, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #689bef hue: 0.60 , saturation: 0.81 and the lightness value of 689bef is 0.67.

The process color (four color CMYK) of #689bef color hex is 0.56, 0.35, 0.00, 0.06. Web safe color of #689bef is #6699ff. Color #689bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 11101111
Octal 150 233 357
Decimal 104 155 239
Hex 68 9B EF

RGB Percentages of Color #689bef

%20.88
%31.12
%47.99

CMYK Percentages of Color #689bef

%56
%35
%0
%6

Triadic Colors of #689bef

#689bef #ef689b #9bef68

Analogous Colors of #689bef

#689bef #7968ef #68dfef

Monochromatic Colors of #689bef

#689bef

Complementary Color

#689bef #efbc68

#689bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bef Color CSS Codes

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

#689bef Text Font Color

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

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


#689bef Background Color

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

This div background color is #689bef


#689bef Border Color

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

This div border color is #689bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bef


Comments

No comments written yet.

Please login to write comment.