Color Hex Logo

#67809f Color Hex

#67809F
(103,128,159)
0 Favorites   0 Comments

Color spaces of #67809f

RGB 103128159
HSL0.590.230.51
HSV213°35°62°
CMYK 0.350.190.00   0.38
XYZ19.570720.825135.7891
Yxy20.82510.25690.2733
Hunter Lab45.6345-3.3094-14.5543
CIE-Lab52.7575-1.1169-19.4783

#67809f color RGB value is (103,128,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000000 10011111
Octal 147 200 237
Decimal 103 128 159
Hex 67 80 9F

RGB Percentages of Color #67809f

%26.41
%32.82
%40.77

CMYK Percentages of Color #67809f

%35
%19
%0
%38

Triadic Colors of #67809f

#67809f #9f6780 #809f67

Analogous Colors of #67809f

#67809f #6a679f #679c9f

Monochromatic Colors of #67809f

#67809f

Complementary Color

#67809f #9f8667

#67809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67809f Color CSS Codes

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

#67809f Text Font Color

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

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


#67809f Background Color

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

This div background color is #67809f


#67809f Border Color

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

This div border color is #67809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67809f

#67809f Color Palettes


Comments

No comments written yet.

Please login to write comment.