Color Hex Logo

#667794 Color Hex

#667794
(102,119,148)
0 Favorites   0 Comments

Color spaces of #667794

RGB 102119148
HSL0.610.180.49
HSV218°31°58°
CMYK 0.310.200.00   0.42
XYZ17.421618.156630.6033
Yxy18.15660.26320.2743
Hunter Lab42.6106-1.5876-12.7552
CIE-Lab49.68550.8957-17.7576

#667794 color RGB value is (102,119,148).

#667794 hex color red value is 102, green value is 119 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #667794 hue: 0.61 , saturation: 0.18 and the lightness value of 667794 is 0.49.

The process color (four color CMYK) of #667794 color hex is 0.31, 0.20, 0.00, 0.42. Web safe color of #667794 is #666699. Color #667794 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 10010100
Octal 146 167 224
Decimal 102 119 148
Hex 66 77 94

RGB Percentages of Color #667794

%27.64
%32.25
%40.11

CMYK Percentages of Color #667794

%31
%20
%0
%42

Triadic Colors of #667794

#667794 #946677 #779466

Analogous Colors of #667794

#667794 #6c6694 #668e94

Monochromatic Colors of #667794

#667794

Complementary Color

#667794 #948366

#667794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667794 Color CSS Codes

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

#667794 Text Font Color

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

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


#667794 Background Color

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

This div background color is #667794


#667794 Border Color

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

This div border color is #667794


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,119,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667794; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667794;
  -webkit-box-shadow: 1px 1px 3px 2px #667794;
  box-shadow:         1px 1px 3px 2px #667794; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,119,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667794


Comments

No comments written yet.

Please login to write comment.