Color Hex Logo

#6885db Color Hex

#6885DB
(104,133,219)
0 Favorites   0 Comments

Color spaces of #6885db

RGB 104133219
HSL0.620.610.63
HSV225°53°86°
CMYK 0.530.390.00   0.14
XYZ26.882624.832670.3941
Yxy24.83260.22020.2034
Hunter Lab49.83239.0873-48.8716
CIE-Lab56.912013.9312-47.2271

#6885db color RGB value is (104,133,219).

#6885db hex color red value is 104, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6885db hue: 0.62 , saturation: 0.61 and the lightness value of 6885db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000101 11011011
Octal 150 205 333
Decimal 104 133 219
Hex 68 85 DB

RGB Percentages of Color #6885db

%22.81
%29.17
%48.03

CMYK Percentages of Color #6885db

%53
%39
%0
%14

Triadic Colors of #6885db

#6885db #db6885 #85db68

Analogous Colors of #6885db

#6885db #8568db #68bfdb

Monochromatic Colors of #6885db

#6885db

Complementary Color

#6885db #dbbe68

#6885db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6885db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6885db Color CSS Codes

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

#6885db Text Font Color

<p style="color:#6885db">Text here</p>

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


#6885db Background Color

<div style="background-color:#6885db">
Div content here</div>

This div background color is #6885db


#6885db Border Color

<div style="border:3px solid #6885db">
Div here</div>

This div border color is #6885db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,133,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6885db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6885db;
  -webkit-box-shadow: 1px 1px 3px 2px #6885db;
  box-shadow:         1px 1px 3px 2px #6885db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6885db


Comments

No comments written yet.

Please login to write comment.