Color Hex Logo

#6b78bb Color Hex

#6B78BB
(107,120,187)
0 Favorites   0 Comments

Color spaces of #6b78bb

RGB 107120187
HSL0.640.370.58
HSV230°43°73°
CMYK 0.430.360.00   0.27
XYZ21.749520.146649.7561
Yxy20.14660.23730.2198
Hunter Lab44.88507.9454-34.3050
CIE-Lab52.002612.7110-36.8032

#6b78bb color RGB value is (107,120,187).

#6b78bb hex color red value is 107, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6b78bb hue: 0.64 , saturation: 0.37 and the lightness value of 6b78bb is 0.58.

The process color (four color CMYK) of #6b78bb color hex is 0.43, 0.36, 0.00, 0.27. Web safe color of #6b78bb is #6666cc. Color #6b78bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01111000 10111011
Octal 153 170 273
Decimal 107 120 187
Hex 6B 78 BB

RGB Percentages of Color #6b78bb

%25.85
%28.99
%45.17

CMYK Percentages of Color #6b78bb

%43
%36
%0
%27

Triadic Colors of #6b78bb

#6b78bb #bb6b78 #78bb6b

Analogous Colors of #6b78bb

#6b78bb #866bbb #6ba0bb

Monochromatic Colors of #6b78bb

#6b78bb

Complementary Color

#6b78bb #bbae6b

#6b78bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b78bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b78bb Color CSS Codes

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

#6b78bb Text Font Color

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

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


#6b78bb Background Color

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

This div background color is #6b78bb


#6b78bb Border Color

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

This div border color is #6b78bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b78bb


Comments

No comments written yet.

Please login to write comment.