Color Hex Logo

#679dbf Color Hex

#679DBF
(103,157,191)
0 Favorites   0 Comments

Color spaces of #679dbf

RGB 103157191
HSL0.560.410.58
HSV203°46°75°
CMYK 0.460.180.00   0.25
XYZ27.054530.759153.8014
Yxy30.75910.24240.2756
Hunter Lab55.4609-9.9821-18.6933
CIE-Lab62.3037-8.6112-23.1091

#679dbf color RGB value is (103,157,191).

#679dbf hex color red value is 103, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #679dbf hue: 0.56 , saturation: 0.41 and the lightness value of 679dbf is 0.58.

The process color (four color CMYK) of #679dbf color hex is 0.46, 0.18, 0.00, 0.25. Web safe color of #679dbf is #6699cc. Color #679dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011101 10111111
Octal 147 235 277
Decimal 103 157 191
Hex 67 9D BF

RGB Percentages of Color #679dbf

%22.84
%34.81
%42.35

CMYK Percentages of Color #679dbf

%46
%18
%0
%25

Triadic Colors of #679dbf

#679dbf #bf679d #9dbf67

Analogous Colors of #679dbf

#679dbf #6771bf #67bfb5

Monochromatic Colors of #679dbf

#679dbf

Complementary Color

#679dbf #bf8967

#679dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#679dbf Color CSS Codes

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

#679dbf Text Font Color

<p style="color:#679dbf">Text here</p>

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


#679dbf Background Color

<div style="background-color:#679dbf">
Div content here</div>

This div background color is #679dbf


#679dbf Border Color

<div style="border:3px solid #679dbf">
Div here</div>

This div border color is #679dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,157,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #679dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #679dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #679dbf;
  box-shadow:         1px 1px 3px 2px #679dbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,157,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679dbf


Comments

No comments written yet.

Please login to write comment.