Color Hex Logo

#67769f Color Hex

#67769F
(103,118,159)
0 Favorites   0 Comments

Color spaces of #67769f

RGB 103118159
HSL0.620.230.51
HSV224°35°62°
CMYK 0.350.260.00   0.38
XYZ18.330018.343635.3755
Yxy18.34360.25440.2546
Hunter Lab42.82941.4423-18.9907
CIE-Lab49.91024.7801-23.8537

#67769f color RGB value is (103,118,159).

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

The process color (four color CMYK) of #67769f color hex is 0.35, 0.26, 0.00, 0.38. Web safe color of #67769f is #666699. Color #67769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110110 10011111
Octal 147 166 237
Decimal 103 118 159
Hex 67 76 9F

RGB Percentages of Color #67769f

%27.11
%31.05
%41.84

CMYK Percentages of Color #67769f

%35
%26
%0
%38

Triadic Colors of #67769f

#67769f #9f6776 #769f67

Analogous Colors of #67769f

#67769f #74679f #67929f

Monochromatic Colors of #67769f

#67769f

Complementary Color

#67769f #9f9067

#67769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67769f Color CSS Codes

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

#67769f Text Font Color

<p style="color:#67769f">Text here</p>

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


#67769f Background Color

<div style="background-color:#67769f">
Div content here</div>

This div background color is #67769f


#67769f Border Color

<div style="border:3px solid #67769f">
Div here</div>

This div border color is #67769f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,118,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 #67769f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67769f


Comments

No comments written yet.

Please login to write comment.