Color Hex Logo

#679bda Color Hex

#679BDA
(103,155,218)
0 Favorites   0 Comments

Color spaces of #679bda

RGB 103155218
HSL0.590.610.63
HSV213°53°85°
CMYK 0.530.290.00   0.15
XYZ29.969831.388270.8086
Yxy31.38820.22680.2375
Hunter Lab56.0252-2.5582-35.7173
CIE-Lab62.83400.5165-37.3554

#679bda color RGB value is (103,155,218).

#679bda hex color red value is 103, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #679bda hue: 0.59 , saturation: 0.61 and the lightness value of 679bda is 0.63.

The process color (four color CMYK) of #679bda color hex is 0.53, 0.29, 0.00, 0.15. Web safe color of #679bda is #6699cc. Color #679bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011011 11011010
Octal 147 233 332
Decimal 103 155 218
Hex 67 9B DA

RGB Percentages of Color #679bda

%21.64
%32.56
%45.80

CMYK Percentages of Color #679bda

%53
%29
%0
%15

Triadic Colors of #679bda

#679bda #da679b #9bda67

Analogous Colors of #679bda

#679bda #6d67da #67d5da

Monochromatic Colors of #679bda

#679bda

Complementary Color

#679bda #daa667

#679bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#679bda Color CSS Codes

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

#679bda Text Font Color

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

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


#679bda Background Color

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

This div background color is #679bda


#679bda Border Color

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

This div border color is #679bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679bda


Comments

No comments written yet.

Please login to write comment.