Color Hex Logo

#6d81cc Color Hex

#6D81CC
(109,129,204)
0 Favorites   0 Comments

Color spaces of #6d81cc

RGB 109129204
HSL0.630.480.61
HSV227°47°80°
CMYK 0.470.370.00   0.20
XYZ25.056023.311460.3057
Yxy23.31140.23060.2145
Hunter Lab48.28198.1397-40.2579
CIE-Lab55.391712.8756-41.1574

#6d81cc color RGB value is (109,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000001 11001100
Octal 155 201 314
Decimal 109 129 204
Hex 6D 81 CC

RGB Percentages of Color #6d81cc

%24.66
%29.19
%46.15

CMYK Percentages of Color #6d81cc

%47
%37
%0
%20

Triadic Colors of #6d81cc

#6d81cc #cc6d81 #81cc6d

Analogous Colors of #6d81cc

#6d81cc #896dcc #6db1cc

Monochromatic Colors of #6d81cc

#6d81cc

Complementary Color

#6d81cc #ccb86d

#6d81cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d81cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d81cc Color CSS Codes

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

#6d81cc Text Font Color

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

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


#6d81cc Background Color

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

This div background color is #6d81cc


#6d81cc Border Color

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

This div border color is #6d81cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d81cc


Comments

No comments written yet.

Please login to write comment.