Color Hex Logo

#679eff Color Hex

#679EFF
(103,158,255)
0 Favorites   0 Comments

Color spaces of #679eff

RGB 103158255
HSL0.611.000.70
HSV218°60°100°
CMYK 0.600.380.00   0.00
XYZ35.870434.557399.3874
Yxy34.55730.21120.2035
Hunter Lab58.78556.0447-59.0906
CIE-Lab65.402510.4558-53.6591

#679eff color RGB value is (103,158,255).

#679eff hex color red value is 103, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #679eff hue: 0.61 , saturation: 1.00 and the lightness value of 679eff is 0.70.

The process color (four color CMYK) of #679eff color hex is 0.60, 0.38, 0.00, 0.00. Web safe color of #679eff is #6699ff. Color #679eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011110 11111111
Octal 147 236 377
Decimal 103 158 255
Hex 67 9E FF

RGB Percentages of Color #679eff

%19.96
%30.62
%49.42

CMYK Percentages of Color #679eff

%60
%38
%0
%0

Triadic Colors of #679eff

#679eff #ff679e #9eff67

Analogous Colors of #679eff

#679eff #7c67ff #67eaff

Monochromatic Colors of #679eff

#679eff

Complementary Color

#679eff #ffc867

#679eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#679eff Color CSS Codes

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

#679eff Text Font Color

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

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


#679eff Background Color

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

This div background color is #679eff


#679eff Border Color

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

This div border color is #679eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679eff


Comments

No comments written yet.

Please login to write comment.