Color Hex Logo

#6804db Color Hex

#6804DB
(104,4,219)
0 Favorites   0 Comments

Color spaces of #6804db

RGB 1044219
HSL0.740.960.44
HSV268°98°86°
CMYK 0.530.980.00   0.14
XYZ18.53858.144467.6128
Yxy8.14440.19660.0864
Hunter Lab28.538466.0111-120.4922
CIE-Lab34.281873.2351-83.9362

#6804db color RGB value is (104,4,219).

#6804db hex color red value is 104, green value is 4 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6804db hue: 0.74 , saturation: 0.96 and the lightness value of 6804db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000100 11011011
Octal 150 4 333
Decimal 104 4 219
Hex 68 4 DB

RGB Percentages of Color #6804db

%31.80
%1.22
%66.97

CMYK Percentages of Color #6804db

%53
%98
%0
%14

Triadic Colors of #6804db

#6804db #db6804 #04db68

Analogous Colors of #6804db

#6804db #d404db #040cdb

Monochromatic Colors of #6804db

#6804db

Complementary Color

#6804db #77db04

#6804db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6804db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6804db Color CSS Codes

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

#6804db Text Font Color

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

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


#6804db Background Color

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

This div background color is #6804db


#6804db Border Color

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

This div border color is #6804db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,4,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 #6804db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6804db


Comments

No comments written yet.

Please login to write comment.