Color Hex Logo

#6d84cc Color Hex

#6D84CC
(109,132,204)
0 Favorites   0 Comments

Color spaces of #6d84cc

RGB 109132204
HSL0.630.480.61
HSV225°47°80°
CMYK 0.470.350.00   0.20
XYZ25.457024.113460.4394
Yxy24.11340.23140.2192
Hunter Lab49.10546.6027-38.6009
CIE-Lab56.201211.0876-39.8830

#6d84cc color RGB value is (109,132,204).

#6d84cc hex color red value is 109, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6d84cc hue: 0.63 , saturation: 0.48 and the lightness value of 6d84cc is 0.61.

The process color (four color CMYK) of #6d84cc color hex is 0.47, 0.35, 0.00, 0.20. Web safe color of #6d84cc is #6699cc. Color #6d84cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000100 11001100
Octal 155 204 314
Decimal 109 132 204
Hex 6D 84 CC

RGB Percentages of Color #6d84cc

%24.49
%29.66
%45.84

CMYK Percentages of Color #6d84cc

%47
%35
%0
%20

Triadic Colors of #6d84cc

#6d84cc #cc6d84 #84cc6d

Analogous Colors of #6d84cc

#6d84cc #866dcc #6db4cc

Monochromatic Colors of #6d84cc

#6d84cc

Complementary Color

#6d84cc #ccb56d

#6d84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d84cc Color CSS Codes

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

#6d84cc Text Font Color

<p style="color:#6d84cc">Text here</p>

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


#6d84cc Background Color

<div style="background-color:#6d84cc">
Div content here</div>

This div background color is #6d84cc


#6d84cc Border Color

<div style="border:3px solid #6d84cc">
Div here</div>

This div border color is #6d84cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,132,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d84cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d84cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6d84cc;
  box-shadow:         1px 1px 3px 2px #6d84cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,132,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 #6d84cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d84cc


Comments

No comments written yet.

Please login to write comment.