Color Hex Logo

#679bbd Color Hex

#679BBD
(103,155,189)
0 Favorites   0 Comments

Color spaces of #679bbd

RGB 103155189
HSL0.570.390.57
HSV204°46°74°
CMYK 0.460.180.00   0.26
XYZ26.500230.000452.5381
Yxy30.00040.24300.2751
Hunter Lab54.7726-9.4899-18.5304
CIE-Lab61.6546-8.0748-22.9810

#679bbd color RGB value is (103,155,189).

#679bbd hex color red value is 103, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #679bbd hue: 0.57 , saturation: 0.39 and the lightness value of 679bbd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011011 10111101
Octal 147 233 275
Decimal 103 155 189
Hex 67 9B BD

RGB Percentages of Color #679bbd

%23.04
%34.68
%42.28

CMYK Percentages of Color #679bbd

%46
%18
%0
%26

Triadic Colors of #679bbd

#679bbd #bd679b #9bbd67

Analogous Colors of #679bbd

#679bbd #6770bd #67bdb4

Monochromatic Colors of #679bbd

#679bbd

Complementary Color

#679bbd #bd8967

#679bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#679bbd Color CSS Codes

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

#679bbd Text Font Color

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

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


#679bbd Background Color

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

This div background color is #679bbd


#679bbd Border Color

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

This div border color is #679bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679bbd


Comments

No comments written yet.

Please login to write comment.