Color Hex Logo

#6768da Color Hex

#6768DA
(103,104,218)
0 Favorites   0 Comments

Color spaces of #6768da

RGB 103104218
HSL0.670.610.63
HSV239°53°85°
CMYK 0.530.520.00   0.15
XYZ23.198717.846168.5516
Yxy17.84610.21170.1628
Hunter Lab42.244624.0954-66.6403
CIE-Lab49.308930.9685-58.8136

#6768da color RGB value is (103,104,218).

#6768da hex color red value is 103, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6768da hue: 0.67 , saturation: 0.61 and the lightness value of 6768da is 0.63.

The process color (four color CMYK) of #6768da color hex is 0.53, 0.52, 0.00, 0.15. Web safe color of #6768da is #6666cc. Color #6768da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 11011010
Octal 147 150 332
Decimal 103 104 218
Hex 67 68 DA

RGB Percentages of Color #6768da

%24.24
%24.47
%51.29

CMYK Percentages of Color #6768da

%53
%52
%0
%15

Triadic Colors of #6768da

#6768da #da6768 #68da67

Analogous Colors of #6768da

#6768da #a067da #67a2da

Monochromatic Colors of #6768da

#6768da

Complementary Color

#6768da #dad967

#6768da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6768da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6768da Color CSS Codes

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

#6768da Text Font Color

<p style="color:#6768da">Text here</p>

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


#6768da Background Color

<div style="background-color:#6768da">
Div content here</div>

This div background color is #6768da


#6768da Border Color

<div style="border:3px solid #6768da">
Div here</div>

This div border color is #6768da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,104,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6768da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6768da;
  -webkit-box-shadow: 1px 1px 3px 2px #6768da;
  box-shadow:         1px 1px 3px 2px #6768da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6768da


Comments

No comments written yet.

Please login to write comment.