Color Hex Logo

#679fdc Color Hex

#679FDC
(103,159,220)
0 Favorites   0 Comments

Color spaces of #679fdc

RGB 103159220
HSL0.590.630.63
HSV211°53°86°
CMYK 0.530.280.00   0.14
XYZ30.909932.847172.4212
Yxy32.84710.22700.2412
Hunter Lab57.3124-4.0275-34.8015
CIE-Lab64.0369-1.1467-36.5870

#679fdc color RGB value is (103,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011111 11011100
Octal 147 237 334
Decimal 103 159 220
Hex 67 9F DC

RGB Percentages of Color #679fdc

%21.37
%32.99
%45.64

CMYK Percentages of Color #679fdc

%53
%28
%0
%14

Triadic Colors of #679fdc

#679fdc #dc679f #9fdc67

Analogous Colors of #679fdc

#679fdc #6a67dc #67dadc

Monochromatic Colors of #679fdc

#679fdc

Complementary Color

#679fdc #dca467

#679fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#679fdc Color CSS Codes

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

#679fdc Text Font Color

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

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


#679fdc Background Color

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

This div background color is #679fdc


#679fdc Border Color

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

This div border color is #679fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679fdc


Comments

No comments written yet.

Please login to write comment.