Color Hex Logo

#6873cd Color Hex

#6873CD
(104,115,205)
0 Favorites   0 Comments

Color spaces of #6873cd

RGB 104115205
HSL0.650.500.61
HSV233°49°80°
CMYK 0.490.440.00   0.20
XYZ22.859119.612360.3384
Yxy19.61230.22230.1908
Hunter Lab44.285814.6367-49.7813
CIE-Lab51.396020.4402-48.0762

#6873cd color RGB value is (104,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110011 11001101
Octal 150 163 315
Decimal 104 115 205
Hex 68 73 CD

RGB Percentages of Color #6873cd

%24.53
%27.12
%48.35

CMYK Percentages of Color #6873cd

%49
%44
%0
%20

Triadic Colors of #6873cd

#6873cd #cd6873 #73cd68

Analogous Colors of #6873cd

#6873cd #9068cd #68a6cd

Monochromatic Colors of #6873cd

#6873cd

Complementary Color

#6873cd #cdc268

#6873cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6873cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6873cd Color CSS Codes

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

#6873cd Text Font Color

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

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


#6873cd Background Color

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

This div background color is #6873cd


#6873cd Border Color

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

This div border color is #6873cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6873cd


Comments

No comments written yet.

Please login to write comment.