Color Hex Logo

#6b8fbb Color Hex

#6B8FBB
(107,143,187)
0 Favorites   0 Comments

Color spaces of #6b8fbb

RGB 107143187
HSL0.590.370.58
HSV213°43°73°
CMYK 0.430.240.00   0.27
XYZ24.855526.358650.7914
Yxy26.35860.24370.2584
Hunter Lab51.3406-3.4290-22.7173
CIE-Lab58.3759-0.8449-26.8758

#6b8fbb color RGB value is (107,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001111 10111011
Octal 153 217 273
Decimal 107 143 187
Hex 6B 8F BB

RGB Percentages of Color #6b8fbb

%24.49
%32.72
%42.79

CMYK Percentages of Color #6b8fbb

%43
%24
%0
%27

Triadic Colors of #6b8fbb

#6b8fbb #bb6b8f #8fbb6b

Analogous Colors of #6b8fbb

#6b8fbb #6f6bbb #6bb7bb

Monochromatic Colors of #6b8fbb

#6b8fbb

Complementary Color

#6b8fbb #bb976b

#6b8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8fbb Color CSS Codes

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

#6b8fbb Text Font Color

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

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


#6b8fbb Background Color

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

This div background color is #6b8fbb


#6b8fbb Border Color

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

This div border color is #6b8fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,143,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 #6b8fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b8fbb


Comments

No comments written yet.

Please login to write comment.