Color Hex Logo

#6891cd Color Hex

#6891CD
(104,145,205)
0 Favorites   0 Comments

Color spaces of #6891cd

RGB 104145205
HSL0.600.500.61
HSV216°49°80°
CMYK 0.490.290.00   0.20
XYZ26.853827.601661.6699
Yxy27.60160.23120.2377
Hunter Lab52.5372-0.7019-32.8205
CIE-Lab59.52712.5418-35.2566

#6891cd color RGB value is (104,145,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010001 11001101
Octal 150 221 315
Decimal 104 145 205
Hex 68 91 CD

RGB Percentages of Color #6891cd

%22.91
%31.94
%45.15

CMYK Percentages of Color #6891cd

%49
%29
%0
%20

Triadic Colors of #6891cd

#6891cd #cd6891 #91cd68

Analogous Colors of #6891cd

#6891cd #7268cd #68c4cd

Monochromatic Colors of #6891cd

#6891cd

Complementary Color

#6891cd #cda468

#6891cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6891cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6891cd Color CSS Codes

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

#6891cd Text Font Color

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

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


#6891cd Background Color

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

This div background color is #6891cd


#6891cd Border Color

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

This div border color is #6891cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,145,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 #6891cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6891cd


Comments

No comments written yet.

Please login to write comment.