Color Hex Logo

#6668ae Color Hex

#6668AE
(102,104,174)
0 Favorites   0 Comments

Color spaces of #6668ae

RGB 102104174
HSL0.660.310.54
HSV238°41°68°
CMYK 0.410.400.00   0.32
XYZ18.069815.781442.1381
Yxy15.78140.23780.2077
Hunter Lab39.725811.6729-35.0822
CIE-Lab46.686417.3026-37.6677

#6668ae color RGB value is (102,104,174).

#6668ae hex color red value is 102, green value is 104 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6668ae hue: 0.66 , saturation: 0.31 and the lightness value of 6668ae is 0.54.

The process color (four color CMYK) of #6668ae color hex is 0.41, 0.40, 0.00, 0.32. Web safe color of #6668ae is #666699. Color #6668ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101000 10101110
Octal 146 150 256
Decimal 102 104 174
Hex 66 68 AE

RGB Percentages of Color #6668ae

%26.84
%27.37
%45.79

CMYK Percentages of Color #6668ae

%41
%40
%0
%32

Triadic Colors of #6668ae

#6668ae #ae6668 #68ae66

Analogous Colors of #6668ae

#6668ae #8866ae #668cae

Monochromatic Colors of #6668ae

#6668ae

Complementary Color

#6668ae #aeac66

#6668ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6668ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6668ae Color CSS Codes

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

#6668ae Text Font Color

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

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


#6668ae Background Color

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

This div background color is #6668ae


#6668ae Border Color

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

This div border color is #6668ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,104,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6668ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6668ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6668ae;
  box-shadow:         1px 1px 3px 2px #6668ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6668ae


Comments

No comments written yet.

Please login to write comment.