Color Hex Logo

#6756db Color Hex

#6756DB
(103,86,219)
0 Favorites   0 Comments

Color spaces of #6756db

RGB 10386219
HSL0.690.650.60
HSV248°61°86°
CMYK 0.530.610.00   0.14
XYZ21.707514.653668.7022
Yxy14.65360.20660.1395
Hunter Lab38.280034.2322-79.6134
CIE-Lab45.156142.0248-66.0991

#6756db color RGB value is (103,86,219).

#6756db hex color red value is 103, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6756db hue: 0.69 , saturation: 0.65 and the lightness value of 6756db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010110 11011011
Octal 147 126 333
Decimal 103 86 219
Hex 67 56 DB

RGB Percentages of Color #6756db

%25.25
%21.08
%53.68

CMYK Percentages of Color #6756db

%53
%61
%0
%14

Triadic Colors of #6756db

#6756db #db6756 #56db67

Analogous Colors of #6756db

#6756db #aa56db #5688db

Monochromatic Colors of #6756db

#6756db

Complementary Color

#6756db #cadb56

#6756db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6756db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6756db Color CSS Codes

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

#6756db Text Font Color

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

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


#6756db Background Color

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

This div background color is #6756db


#6756db Border Color

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

This div border color is #6756db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6756db


Comments

No comments written yet.

Please login to write comment.