Color Hex Logo

#679aaf Color Hex

#679AAF
(103,154,175)
0 Favorites   0 Comments

Color spaces of #679aaf

RGB 103154175
HSL0.550.310.55
HSV198°41°69°
CMYK 0.410.120.00   0.31
XYZ24.887029.089944.8607
Yxy29.08990.25180.2943
Hunter Lab53.9351-12.0219-11.5602
CIE-Lab60.8609-11.4211-16.3026

#679aaf color RGB value is (103,154,175).

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

The process color (four color CMYK) of #679aaf color hex is 0.41, 0.12, 0.00, 0.31. Web safe color of #679aaf is #669999. Color #679aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011010 10101111
Octal 147 232 257
Decimal 103 154 175
Hex 67 9A AF

RGB Percentages of Color #679aaf

%23.84
%35.65
%40.51

CMYK Percentages of Color #679aaf

%41
%12
%0
%31

Triadic Colors of #679aaf

#679aaf #af679a #9aaf67

Analogous Colors of #679aaf

#679aaf #6776af #67afa0

Monochromatic Colors of #679aaf

#679aaf

Complementary Color

#679aaf #af7c67

#679aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#679aaf Color CSS Codes

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

#679aaf Text Font Color

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

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


#679aaf Background Color

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

This div background color is #679aaf


#679aaf Border Color

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

This div border color is #679aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679aaf


Comments

No comments written yet.

Please login to write comment.