Color Hex Logo

#679abe Color Hex

#679ABE
(103,154,190)
0 Favorites   0 Comments

Color spaces of #679abe

RGB 103154190
HSL0.570.400.57
HSV205°46°75°
CMYK 0.460.190.00   0.25
XYZ26.443429.712553.0566
Yxy29.71250.24210.2721
Hunter Lab54.5092-8.7974-19.5536
CIE-Lab61.4054-7.2342-23.9250

#679abe color RGB value is (103,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 10111110
Octal 147 232 276
Decimal 103 154 190
Hex 67 9A BE

RGB Percentages of Color #679abe

%23.04
%34.45
%42.51

CMYK Percentages of Color #679abe

%46
%19
%0
%25

Triadic Colors of #679abe

#679abe #be679a #9abe67

Analogous Colors of #679abe

#679abe #676fbe #67beb7

Monochromatic Colors of #679abe

#679abe

Complementary Color

#679abe #be8b67

#679abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#679abe Color CSS Codes

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

#679abe Text Font Color

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

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


#679abe Background Color

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

This div background color is #679abe


#679abe Border Color

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

This div border color is #679abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679abe

#679abe Color Palettes


Comments

No comments written yet.

Please login to write comment.