Color Hex Logo

#679aee Color Hex

#679AEE
(103,154,238)
0 Favorites   0 Comments

Color spaces of #679aee

RGB 103154238
HSL0.600.800.67
HSV217°57°93°
CMYK 0.570.350.00   0.07
XYZ32.581732.167885.3807
Yxy32.16780.21700.2143
Hunter Lab56.71673.2877-49.5529
CIE-Lab63.48137.3386-47.3925

#679aee color RGB value is (103,154,238).

#679aee hex color red value is 103, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #679aee hue: 0.60 , saturation: 0.80 and the lightness value of 679aee is 0.67.

The process color (four color CMYK) of #679aee color hex is 0.57, 0.35, 0.00, 0.07. Web safe color of #679aee is #6699ff. Color #679aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 11101110
Octal 147 232 356
Decimal 103 154 238
Hex 67 9A EE

RGB Percentages of Color #679aee

%20.81
%31.11
%48.08

CMYK Percentages of Color #679aee

%57
%35
%0
%7

Triadic Colors of #679aee

#679aee #ee679a #9aee67

Analogous Colors of #679aee

#679aee #7867ee #67deee

Monochromatic Colors of #679aee

#679aee

Complementary Color

#679aee #eebb67

#679aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#679aee Color CSS Codes

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

#679aee Text Font Color

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

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


#679aee Background Color

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

This div background color is #679aee


#679aee Border Color

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

This div border color is #679aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679aee


Comments

No comments written yet.

Please login to write comment.