Color Hex Logo

#668193 Color Hex

#668193
(102,129,147)
0 Favorites   0 Comments

Color spaces of #668193

RGB 102129147
HSL0.570.180.49
HSV204°31°58°
CMYK 0.310.120.00   0.42
XYZ18.596220.631930.6060
Yxy20.63190.26630.2954
Hunter Lab45.4224-6.4101-8.1545
CIE-Lab52.5443-5.1818-12.8326

#668193 color RGB value is (102,129,147).

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

The process color (four color CMYK) of #668193 color hex is 0.31, 0.12, 0.00, 0.42. Web safe color of #668193 is #669999. Color #668193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000001 10010011
Octal 146 201 223
Decimal 102 129 147
Hex 66 81 93

RGB Percentages of Color #668193

%26.98
%34.13
%38.89

CMYK Percentages of Color #668193

%31
%12
%0
%42

Triadic Colors of #668193

#668193 #936681 #819366

Analogous Colors of #668193

#668193 #666b93 #66938f

Monochromatic Colors of #668193

#668193

Complementary Color

#668193 #937866

#668193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668193 Color CSS Codes

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

#668193 Text Font Color

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

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


#668193 Background Color

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

This div background color is #668193


#668193 Border Color

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

This div border color is #668193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668193


Comments

No comments written yet.

Please login to write comment.