Color Hex Logo

#6d92cc Color Hex

#6D92CC
(109,146,204)
0 Favorites   0 Comments

Color spaces of #6d92cc

RGB 109146204
HSL0.600.480.61
HSV217°47°80°
CMYK 0.470.280.00   0.20
XYZ27.484628.168661.1152
Yxy28.16860.23540.2412
Hunter Lab53.0741-0.4429-31.1210
CIE-Lab60.04082.8768-33.8734

#6d92cc color RGB value is (109,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010010 11001100
Octal 155 222 314
Decimal 109 146 204
Hex 6D 92 CC

RGB Percentages of Color #6d92cc

%23.75
%31.81
%44.44

CMYK Percentages of Color #6d92cc

%47
%28
%0
%20

Triadic Colors of #6d92cc

#6d92cc #cc6d92 #92cc6d

Analogous Colors of #6d92cc

#6d92cc #786dcc #6dc2cc

Monochromatic Colors of #6d92cc

#6d92cc

Complementary Color

#6d92cc #cca76d

#6d92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d92cc Color CSS Codes

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

#6d92cc Text Font Color

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

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


#6d92cc Background Color

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

This div background color is #6d92cc


#6d92cc Border Color

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

This div border color is #6d92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d92cc


Comments

No comments written yet.

Please login to write comment.