Color Hex Logo

#67969f Color Hex

#67969F
(103,150,159)
0 Favorites   0 Comments

Color spaces of #67969f

RGB 103150159
HSL0.530.230.51
HSV190°35°62°
CMYK 0.350.060.00   0.38
XYZ22.757927.199536.8514
Yxy27.19950.26220.3133
Hunter Lab52.1531-13.3765-5.3871
CIE-Lab59.1585-13.4785-9.7945

#67969f color RGB value is (103,150,159).

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

The process color (four color CMYK) of #67969f color hex is 0.35, 0.06, 0.00, 0.38. Web safe color of #67969f is #669999. Color #67969f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 10011111
Octal 147 226 237
Decimal 103 150 159
Hex 67 96 9F

RGB Percentages of Color #67969f

%25.00
%36.41
%38.59

CMYK Percentages of Color #67969f

%35
%6
%0
%38

Triadic Colors of #67969f

#67969f #9f6796 #969f67

Analogous Colors of #67969f

#67969f #677a9f #679f8c

Monochromatic Colors of #67969f

#67969f

Complementary Color

#67969f #9f7067

#67969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67969f Color CSS Codes

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

#67969f Text Font Color

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

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


#67969f Background Color

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

This div background color is #67969f


#67969f Border Color

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

This div border color is #67969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67969f


Comments

No comments written yet.

Please login to write comment.