Color Hex Logo

#668092 Color Hex

#668092
(102,128,146)
0 Favorites   0 Comments

Color spaces of #668092

RGB 102128146
HSL0.570.180.49
HSV205°30°57°
CMYK 0.300.120.00   0.43
XYZ18.387020.338430.1507
Yxy20.33840.26700.2953
Hunter Lab45.0981-6.1453-8.0701
CIE-Lab52.2177-4.8667-12.7427

#668092 color RGB value is (102,128,146).

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

The process color (four color CMYK) of #668092 color hex is 0.30, 0.12, 0.00, 0.43. Web safe color of #668092 is #669999. Color #668092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000000 10010010
Octal 146 200 222
Decimal 102 128 146
Hex 66 80 92

RGB Percentages of Color #668092

%27.13
%34.04
%38.83

CMYK Percentages of Color #668092

%30
%12
%0
%43

Triadic Colors of #668092

#668092 #926680 #809266

Analogous Colors of #668092

#668092 #666a92 #66928e

Monochromatic Colors of #668092

#668092

Complementary Color

#668092 #927866

#668092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668092 Color CSS Codes

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

#668092 Text Font Color

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

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


#668092 Background Color

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

This div background color is #668092


#668092 Border Color

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

This div border color is #668092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668092


Comments

No comments written yet.

Please login to write comment.