Color Hex Logo

#678a9f Color Hex

#678A9F
(103,138,159)
0 Favorites   0 Comments

Color spaces of #678a9f

RGB 103138159
HSL0.560.230.51
HSV203°35°62°
CMYK 0.350.130.00   0.38
XYZ20.940023.563736.2455
Yxy23.56370.25930.2918
Hunter Lab48.5425-7.9489-10.2907
CIE-Lab55.6483-6.8456-15.0785

#678a9f color RGB value is (103,138,159).

#678a9f hex color red value is 103, green value is 138 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #678a9f hue: 0.56 , saturation: 0.23 and the lightness value of 678a9f is 0.51.

The process color (four color CMYK) of #678a9f color hex is 0.35, 0.13, 0.00, 0.38. Web safe color of #678a9f is #669999. Color #678a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001010 10011111
Octal 147 212 237
Decimal 103 138 159
Hex 67 8A 9F

RGB Percentages of Color #678a9f

%25.75
%34.50
%39.75

CMYK Percentages of Color #678a9f

%35
%13
%0
%38

Triadic Colors of #678a9f

#678a9f #9f678a #8a9f67

Analogous Colors of #678a9f

#678a9f #676e9f #679f98

Monochromatic Colors of #678a9f

#678a9f

Complementary Color

#678a9f #9f7c67

#678a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#678a9f Color CSS Codes

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

#678a9f Text Font Color

<p style="color:#678a9f">Text here</p>

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


#678a9f Background Color

<div style="background-color:#678a9f">
Div content here</div>

This div background color is #678a9f


#678a9f Border Color

<div style="border:3px solid #678a9f">
Div here</div>

This div border color is #678a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678a9f


Comments

No comments written yet.

Please login to write comment.