Color Hex Logo

#6d8cbd Color Hex

#6D8CBD
(109,140,189)
0 Favorites   0 Comments

Color spaces of #6d8cbd

RGB 109140189
HSL0.600.380.58
HSV217°42°74°
CMYK 0.420.260.00   0.26
XYZ24.870125.681551.7903
Yxy25.68150.24300.2509
Hunter Lab50.6769-1.0843-25.1188
CIE-Lab57.73351.9866-28.9936

#6d8cbd color RGB value is (109,140,189).

#6d8cbd hex color red value is 109, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6d8cbd hue: 0.60 , saturation: 0.38 and the lightness value of 6d8cbd is 0.58.

The process color (four color CMYK) of #6d8cbd color hex is 0.42, 0.26, 0.00, 0.26. Web safe color of #6d8cbd is #6699cc. Color #6d8cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001100 10111101
Octal 155 214 275
Decimal 109 140 189
Hex 6D 8C BD

RGB Percentages of Color #6d8cbd

%24.89
%31.96
%43.15

CMYK Percentages of Color #6d8cbd

%42
%26
%0
%26

Triadic Colors of #6d8cbd

#6d8cbd #bd6d8c #8cbd6d

Analogous Colors of #6d8cbd

#6d8cbd #766dbd #6db4bd

Monochromatic Colors of #6d8cbd

#6d8cbd

Complementary Color

#6d8cbd #bd9e6d

#6d8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8cbd Color CSS Codes

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

#6d8cbd Text Font Color

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

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


#6d8cbd Background Color

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

This div background color is #6d8cbd


#6d8cbd Border Color

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

This div border color is #6d8cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,140,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8cbd


Comments

No comments written yet.

Please login to write comment.