Color Hex Logo

#6845cc Color Hex

#6845CC
(104,69,204)
0 Favorites   0 Comments

Color spaces of #6845cc

RGB 10469204
HSL0.710.570.54
HSV256°66°80°
CMYK 0.490.660.00   0.20
XYZ18.736111.558958.3703
Yxy11.55890.21130.1304
Hunter Lab33.998438.8720-77.9935
CIE-Lab40.506347.4321-65.0456

#6845cc color RGB value is (104,69,204).

#6845cc hex color red value is 104, green value is 69 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6845cc hue: 0.71 , saturation: 0.57 and the lightness value of 6845cc is 0.54.

The process color (four color CMYK) of #6845cc color hex is 0.49, 0.66, 0.00, 0.20. Web safe color of #6845cc is #6633cc. Color #6845cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000101 11001100
Octal 150 105 314
Decimal 104 69 204
Hex 68 45 CC

RGB Percentages of Color #6845cc

%27.59
%18.30
%54.11

CMYK Percentages of Color #6845cc

%49
%66
%0
%20

Triadic Colors of #6845cc

#6845cc #cc6845 #45cc68

Analogous Colors of #6845cc

#6845cc #ac45cc #4566cc

Monochromatic Colors of #6845cc

#6845cc

Complementary Color

#6845cc #a9cc45

#6845cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6845cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6845cc Color CSS Codes

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

#6845cc Text Font Color

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

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


#6845cc Background Color

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

This div background color is #6845cc


#6845cc Border Color

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

This div border color is #6845cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,69,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6845cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6845cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6845cc;
  box-shadow:         1px 1px 3px 2px #6845cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6845cc


Comments

No comments written yet.

Please login to write comment.