Color Hex Logo

#6d7bdf Color Hex

#6D7BDF
(109,123,223)
0 Favorites   0 Comments

Color spaces of #6d7bdf

RGB 109123223
HSL0.650.640.65
HSV233°51°87°
CMYK 0.510.450.00   0.13
XYZ26.708922.744872.7945
Yxy22.74480.21850.1861
Hunter Lab47.691516.5061-57.1139
CIE-Lab54.808522.2894-52.7975

#6d7bdf color RGB value is (109,123,223).

#6d7bdf hex color red value is 109, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6d7bdf hue: 0.65 , saturation: 0.64 and the lightness value of 6d7bdf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111011 11011111
Octal 155 173 337
Decimal 109 123 223
Hex 6D 7B DF

RGB Percentages of Color #6d7bdf

%23.96
%27.03
%49.01

CMYK Percentages of Color #6d7bdf

%51
%45
%0
%13

Triadic Colors of #6d7bdf

#6d7bdf #df6d7b #7bdf6d

Analogous Colors of #6d7bdf

#6d7bdf #986ddf #6db4df

Monochromatic Colors of #6d7bdf

#6d7bdf

Complementary Color

#6d7bdf #dfd16d

#6d7bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7bdf Color CSS Codes

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

#6d7bdf Text Font Color

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

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


#6d7bdf Background Color

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

This div background color is #6d7bdf


#6d7bdf Border Color

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

This div border color is #6d7bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d7bdf


Comments

No comments written yet.

Please login to write comment.