Color Hex Logo

#6d83cc Color Hex

#6D83CC
(109,131,204)
0 Favorites   0 Comments

Color spaces of #6d83cc

RGB 109131204
HSL0.630.480.61
HSV226°47°80°
CMYK 0.470.360.00   0.20
XYZ25.322123.843460.3944
Yxy23.84340.23110.2176
Hunter Lab48.82977.1145-39.1513
CIE-Lab55.930711.6832-40.3086

#6d83cc color RGB value is (109,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000011 11001100
Octal 155 203 314
Decimal 109 131 204
Hex 6D 83 CC

RGB Percentages of Color #6d83cc

%24.55
%29.50
%45.95

CMYK Percentages of Color #6d83cc

%47
%36
%0
%20

Triadic Colors of #6d83cc

#6d83cc #cc6d83 #83cc6d

Analogous Colors of #6d83cc

#6d83cc #876dcc #6db3cc

Monochromatic Colors of #6d83cc

#6d83cc

Complementary Color

#6d83cc #ccb66d

#6d83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d83cc Color CSS Codes

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

#6d83cc Text Font Color

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

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


#6d83cc Background Color

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

This div background color is #6d83cc


#6d83cc Border Color

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

This div border color is #6d83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d83cc


Comments

No comments written yet.

Please login to write comment.