Color Hex Logo

#6887dd Color Hex

#6887DD
(104,135,221)
0 Favorites   0 Comments

Color spaces of #6887dd

RGB 104135221
HSL0.620.630.64
HSV224°53°87°
CMYK 0.530.390.00   0.13
XYZ27.424025.491571.8816
Yxy25.49150.21970.2043
Hunter Lab50.48918.5993-49.0691
CIE-Lab57.551213.3645-47.3345

#6887dd color RGB value is (104,135,221).

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

The process color (four color CMYK) of #6887dd color hex is 0.53, 0.39, 0.00, 0.13. Web safe color of #6887dd is #6699cc. Color #6887dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000111 11011101
Octal 150 207 335
Decimal 104 135 221
Hex 68 87 DD

RGB Percentages of Color #6887dd

%22.61
%29.35
%48.04

CMYK Percentages of Color #6887dd

%53
%39
%0
%13

Triadic Colors of #6887dd

#6887dd #dd6887 #87dd68

Analogous Colors of #6887dd

#6887dd #8468dd #68c2dd

Monochromatic Colors of #6887dd

#6887dd

Complementary Color

#6887dd #ddbe68

#6887dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6887dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6887dd Color CSS Codes

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

#6887dd Text Font Color

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

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


#6887dd Background Color

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

This div background color is #6887dd


#6887dd Border Color

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

This div border color is #6887dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6887dd


Comments

No comments written yet.

Please login to write comment.