Color Hex Logo

#6887cc Color Hex

#6887CC
(104,135,204)
0 Favorites   0 Comments

Color spaces of #6887cc

RGB 104135204
HSL0.620.500.60
HSV221°49°80°
CMYK 0.490.340.00   0.20
XYZ25.272024.630660.5490
Yxy24.63060.22880.2230
Hunter Lab49.62924.0439-37.5949
CIE-Lab56.71378.0957-39.0986

#6887cc color RGB value is (104,135,204).

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

The process color (four color CMYK) of #6887cc color hex is 0.49, 0.34, 0.00, 0.20. Web safe color of #6887cc is #6699cc. Color #6887cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 11001100
Octal 150 207 314
Decimal 104 135 204
Hex 68 87 CC

RGB Percentages of Color #6887cc

%23.48
%30.47
%46.05

CMYK Percentages of Color #6887cc

%49
%34
%0
%20

Triadic Colors of #6887cc

#6887cc #cc6887 #87cc68

Analogous Colors of #6887cc

#6887cc #7b68cc #68b9cc

Monochromatic Colors of #6887cc

#6887cc

Complementary Color

#6887cc #ccad68

#6887cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6887cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6887cc Color CSS Codes

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

#6887cc Text Font Color

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

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


#6887cc Background Color

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

This div background color is #6887cc


#6887cc Border Color

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

This div border color is #6887cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6887cc


Comments

No comments written yet.

Please login to write comment.