Color Hex Logo

#679ddc Color Hex

#679DDC
(103,157,220)
0 Favorites   0 Comments

Color spaces of #679ddc

RGB 103157220
HSL0.590.630.63
HSV212°53°86°
CMYK 0.530.290.00   0.14
XYZ30.568832.164872.3074
Yxy32.16480.22640.2382
Hunter Lab56.7140-3.0382-35.8918
CIE-Lab63.4789-0.0107-37.4576

#679ddc color RGB value is (103,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011101 11011100
Octal 147 235 334
Decimal 103 157 220
Hex 67 9D DC

RGB Percentages of Color #679ddc

%21.46
%32.71
%45.83

CMYK Percentages of Color #679ddc

%53
%29
%0
%14

Triadic Colors of #679ddc

#679ddc #dc679d #9ddc67

Analogous Colors of #679ddc

#679ddc #6c67dc #67d8dc

Monochromatic Colors of #679ddc

#679ddc

Complementary Color

#679ddc #dca667

#679ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#679ddc Color CSS Codes

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

#679ddc Text Font Color

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

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


#679ddc Background Color

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

This div background color is #679ddc


#679ddc Border Color

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

This div border color is #679ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679ddc


Comments

No comments written yet.

Please login to write comment.