Color Hex Logo

#6887ba Color Hex

#6887BA
(104,135,186)
0 Favorites   0 Comments

Color spaces of #6887ba

RGB 104135186
HSL0.600.370.57
HSV217°44°73°
CMYK 0.440.270.00   0.27
XYZ23.235823.816249.8267
Yxy23.81620.23980.2458
Hunter Lab48.8018-0.4148-26.3738
CIE-Lab55.90332.7109-30.1506

#6887ba color RGB value is (104,135,186).

#6887ba hex color red value is 104, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6887ba hue: 0.60 , saturation: 0.37 and the lightness value of 6887ba is 0.57.

The process color (four color CMYK) of #6887ba color hex is 0.44, 0.27, 0.00, 0.27. Web safe color of #6887ba is #6699cc. Color #6887ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 10111010
Octal 150 207 272
Decimal 104 135 186
Hex 68 87 BA

RGB Percentages of Color #6887ba

%24.47
%31.76
%43.76

CMYK Percentages of Color #6887ba

%44
%27
%0
%27

Triadic Colors of #6887ba

#6887ba #ba6887 #87ba68

Analogous Colors of #6887ba

#6887ba #7268ba #68b0ba

Monochromatic Colors of #6887ba

#6887ba

Complementary Color

#6887ba #ba9b68

#6887ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6887ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6887ba Color CSS Codes

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

#6887ba Text Font Color

<p style="color:#6887ba">Text here</p>

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


#6887ba Background Color

<div style="background-color:#6887ba">
Div content here</div>

This div background color is #6887ba


#6887ba Border Color

<div style="border:3px solid #6887ba">
Div here</div>

This div border color is #6887ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,135,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6887ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6887ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6887ba;
  box-shadow:         1px 1px 3px 2px #6887ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6887ba


Comments

No comments written yet.

Please login to write comment.