Color Hex Logo

#689ffc Color Hex

#689FFC
(104,159,252)
0 Favorites   0 Comments

Color spaces of #689ffc

RGB 104159252
HSL0.600.960.70
HSV218°59°99°
CMYK 0.590.370.00   0.01
XYZ35.677734.767696.9259
Yxy34.76760.21320.2077
Hunter Lab58.96414.8189-56.1868
CIE-Lab65.56739.0973-51.7600

#689ffc color RGB value is (104,159,252).

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

The process color (four color CMYK) of #689ffc color hex is 0.59, 0.37, 0.00, 0.01. Web safe color of #689ffc is #6699ff. Color #689ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 11111100
Octal 150 237 374
Decimal 104 159 252
Hex 68 9F FC

RGB Percentages of Color #689ffc

%20.19
%30.87
%48.93

CMYK Percentages of Color #689ffc

%59
%37
%0
%1

Triadic Colors of #689ffc

#689ffc #fc689f #9ffc68

Analogous Colors of #689ffc

#689ffc #7b68fc #68e9fc

Monochromatic Colors of #689ffc

#689ffc

Complementary Color

#689ffc #fcc568

#689ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ffc Color CSS Codes

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

#689ffc Text Font Color

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

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


#689ffc Background Color

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

This div background color is #689ffc


#689ffc Border Color

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

This div border color is #689ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.