Color Hex Logo

#6d78cb Color Hex

#6D78CB
(109,120,203)
0 Favorites   0 Comments

Color spaces of #6d78cb

RGB 109120203
HSL0.650.470.61
HSV233°46°80°
CMYK 0.460.410.00   0.20
XYZ23.802620.995959.2980
Yxy20.99590.22870.2017
Hunter Lab45.821312.5374-44.6532
CIE-Lab52.945017.9839-44.4558

#6d78cb color RGB value is (109,120,203).

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

The process color (four color CMYK) of #6d78cb color hex is 0.46, 0.41, 0.00, 0.20. Web safe color of #6d78cb is #6666cc. Color #6d78cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111000 11001011
Octal 155 170 313
Decimal 109 120 203
Hex 6D 78 CB

RGB Percentages of Color #6d78cb

%25.23
%27.78
%46.99

CMYK Percentages of Color #6d78cb

%46
%41
%0
%20

Triadic Colors of #6d78cb

#6d78cb #cb6d78 #78cb6d

Analogous Colors of #6d78cb

#6d78cb #916dcb #6da7cb

Monochromatic Colors of #6d78cb

#6d78cb

Complementary Color

#6d78cb #cbc06d

#6d78cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d78cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d78cb Color CSS Codes

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

#6d78cb Text Font Color

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

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


#6d78cb Background Color

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

This div background color is #6d78cb


#6d78cb Border Color

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

This div border color is #6d78cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d78cb


Comments

No comments written yet.

Please login to write comment.