Color Hex Logo

#6888ce Color Hex

#6888CE
(104,136,206)
0 Favorites   0 Comments

Color spaces of #6888ce

RGB 104136206
HSL0.610.510.61
HSV221°50°81°
CMYK 0.500.340.00   0.19
XYZ25.653725.007661.8674
Yxy25.00760.22800.2222
Hunter Lab50.00764.0565-38.3459
CIE-Lab57.08288.1153-39.6473

#6888ce color RGB value is (104,136,206).

#6888ce hex color red value is 104, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6888ce hue: 0.61 , saturation: 0.51 and the lightness value of 6888ce is 0.61.

The process color (four color CMYK) of #6888ce color hex is 0.50, 0.34, 0.00, 0.19. Web safe color of #6888ce is #6699cc. Color #6888ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 11001110
Octal 150 210 316
Decimal 104 136 206
Hex 68 88 CE

RGB Percentages of Color #6888ce

%23.32
%30.49
%46.19

CMYK Percentages of Color #6888ce

%50
%34
%0
%19

Triadic Colors of #6888ce

#6888ce #ce6888 #88ce68

Analogous Colors of #6888ce

#6888ce #7b68ce #68bbce

Monochromatic Colors of #6888ce

#6888ce

Complementary Color

#6888ce #ceae68

#6888ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6888ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6888ce Color CSS Codes

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

#6888ce Text Font Color

<p style="color:#6888ce">Text here</p>

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


#6888ce Background Color

<div style="background-color:#6888ce">
Div content here</div>

This div background color is #6888ce


#6888ce Border Color

<div style="border:3px solid #6888ce">
Div here</div>

This div border color is #6888ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,136,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6888ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6888ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6888ce;
  box-shadow:         1px 1px 3px 2px #6888ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6888ce


Comments

No comments written yet.

Please login to write comment.