Color Hex Logo

#6759dc Color Hex

#6759DC
(103,89,220)
0 Favorites   0 Comments

Color spaces of #6759dc

RGB 10389220
HSL0.680.650.61
HSV246°60°86°
CMYK 0.530.600.00   0.14
XYZ22.084215.195669.4792
Yxy15.19560.20690.1423
Hunter Lab38.981532.9079-78.3892
CIE-Lab45.900940.5718-65.4591

#6759dc color RGB value is (103,89,220).

#6759dc hex color red value is 103, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6759dc hue: 0.68 , saturation: 0.65 and the lightness value of 6759dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011001 11011100
Octal 147 131 334
Decimal 103 89 220
Hex 67 59 DC

RGB Percentages of Color #6759dc

%25.00
%21.60
%53.40

CMYK Percentages of Color #6759dc

%53
%60
%0
%14

Triadic Colors of #6759dc

#6759dc #dc6759 #59dc67

Analogous Colors of #6759dc

#6759dc #a959dc #598ddc

Monochromatic Colors of #6759dc

#6759dc

Complementary Color

#6759dc #cedc59

#6759dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6759dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6759dc Color CSS Codes

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

#6759dc Text Font Color

<p style="color:#6759dc">Text here</p>

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


#6759dc Background Color

<div style="background-color:#6759dc">
Div content here</div>

This div background color is #6759dc


#6759dc Border Color

<div style="border:3px solid #6759dc">
Div here</div>

This div border color is #6759dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,89,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6759dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6759dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6759dc;
  box-shadow:         1px 1px 3px 2px #6759dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,89,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6759dc


Comments

No comments written yet.

Please login to write comment.