Color Hex Logo

#6768cc Color Hex

#6768CC
(103,104,204)
0 Favorites   0 Comments

Color spaces of #6768cc

RGB 103104204
HSL0.670.500.60
HSV239°50°80°
CMYK 0.500.490.00   0.20
XYZ21.442917.143859.3057
Yxy17.14380.21900.1751
Hunter Lab41.405119.9829-55.9393
CIE-Lab48.440726.6199-52.2289

#6768cc color RGB value is (103,104,204).

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

The process color (four color CMYK) of #6768cc color hex is 0.50, 0.49, 0.00, 0.20. Web safe color of #6768cc is #6666cc. Color #6768cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 11001100
Octal 147 150 314
Decimal 103 104 204
Hex 67 68 CC

RGB Percentages of Color #6768cc

%25.06
%25.30
%49.64

CMYK Percentages of Color #6768cc

%50
%49
%0
%20

Triadic Colors of #6768cc

#6768cc #cc6768 #68cc67

Analogous Colors of #6768cc

#6768cc #9967cc #679bcc

Monochromatic Colors of #6768cc

#6768cc

Complementary Color

#6768cc #cccb67

#6768cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6768cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6768cc Color CSS Codes

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

#6768cc Text Font Color

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

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


#6768cc Background Color

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

This div background color is #6768cc


#6768cc Border Color

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

This div border color is #6768cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6768cc


Comments

No comments written yet.

Please login to write comment.