Color Hex Logo

#6b7287 Color Hex

#6B7287
(107,114,135)
0 Favorites   0 Comments

Color spaces of #6b7287

RGB 107114135
HSL0.630.120.47
HSV225°21°53°
CMYK 0.210.160.00   0.47
XYZ16.453916.909725.3184
Yxy16.90970.28040.2882
Hunter Lab41.1214-0.5393-7.7198
CIE-Lab48.14612.1719-12.3893

#6b7287 color RGB value is (107,114,135).

#6b7287 hex color red value is 107, green value is 114 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #6b7287 hue: 0.63 , saturation: 0.12 and the lightness value of 6b7287 is 0.47.

The process color (four color CMYK) of #6b7287 color hex is 0.21, 0.16, 0.00, 0.47. Web safe color of #6b7287 is #666699. Color #6b7287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110010 10000111
Octal 153 162 207
Decimal 107 114 135
Hex 6B 72 87

RGB Percentages of Color #6b7287

%30.06
%32.02
%37.92

CMYK Percentages of Color #6b7287

%21
%16
%0
%47

Triadic Colors of #6b7287

#6b7287 #876b72 #72876b

Analogous Colors of #6b7287

#6b7287 #726b87 #6b8087

Monochromatic Colors of #6b7287

#6b7287

Complementary Color

#6b7287 #87806b

#6b7287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7287 Color CSS Codes

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

#6b7287 Text Font Color

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

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


#6b7287 Background Color

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

This div background color is #6b7287


#6b7287 Border Color

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

This div border color is #6b7287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b7287


Comments

No comments written yet.

Please login to write comment.