Color Hex Logo

#6d95dd Color Hex

#6D95DD
(109,149,221)
0 Favorites   0 Comments

Color spaces of #6d95dd

RGB 109149221
HSL0.610.620.65
HSV219°51°87°
CMYK 0.510.330.00   0.13
XYZ30.105329.966672.6040
Yxy29.96660.22690.2259
Hunter Lab54.74182.3682-40.3171
CIE-Lab61.62546.2381-40.8915

#6d95dd color RGB value is (109,149,221).

#6d95dd hex color red value is 109, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6d95dd hue: 0.61 , saturation: 0.62 and the lightness value of 6d95dd is 0.65.

The process color (four color CMYK) of #6d95dd color hex is 0.51, 0.33, 0.00, 0.13. Web safe color of #6d95dd is #6699cc. Color #6d95dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010101 11011101
Octal 155 225 335
Decimal 109 149 221
Hex 6D 95 DD

RGB Percentages of Color #6d95dd

%22.76
%31.11
%46.14

CMYK Percentages of Color #6d95dd

%51
%33
%0
%13

Triadic Colors of #6d95dd

#6d95dd #dd6d95 #95dd6d

Analogous Colors of #6d95dd

#6d95dd #7d6ddd #6dcddd

Monochromatic Colors of #6d95dd

#6d95dd

Complementary Color

#6d95dd #ddb56d

#6d95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d95dd Color CSS Codes

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

#6d95dd Text Font Color

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

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


#6d95dd Background Color

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

This div background color is #6d95dd


#6d95dd Border Color

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

This div border color is #6d95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d95dd


Comments

No comments written yet.

Please login to write comment.