Color Hex Logo

#6866cd Color Hex

#6866CD
(104,102,205)
0 Favorites   0 Comments

Color spaces of #6866cd

RGB 104102205
HSL0.670.510.60
HSV241°50°80°
CMYK 0.490.500.00   0.20
XYZ21.479716.853659.8786
Yxy16.85360.21870.1716
Hunter Lab41.053121.5513-57.7410
CIE-Lab48.075028.3701-53.3836

#6866cd color RGB value is (104,102,205).

#6866cd hex color red value is 104, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6866cd hue: 0.67 , saturation: 0.51 and the lightness value of 6866cd is 0.60.

The process color (four color CMYK) of #6866cd color hex is 0.49, 0.50, 0.00, 0.20. Web safe color of #6866cd is #6666cc. Color #6866cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100110 11001101
Octal 150 146 315
Decimal 104 102 205
Hex 68 66 CD

RGB Percentages of Color #6866cd

%25.30
%24.82
%49.88

CMYK Percentages of Color #6866cd

%49
%50
%0
%20

Triadic Colors of #6866cd

#6866cd #cd6866 #66cd68

Analogous Colors of #6866cd

#6866cd #9c66cd #6698cd

Monochromatic Colors of #6866cd

#6866cd

Complementary Color

#6866cd #cbcd66

#6866cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6866cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6866cd Color CSS Codes

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

#6866cd Text Font Color

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

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


#6866cd Background Color

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

This div background color is #6866cd


#6866cd Border Color

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

This div border color is #6866cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6866cd


Comments

No comments written yet.

Please login to write comment.