Color Hex Logo

#6867cc Color Hex

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

Color spaces of #6867cc

RGB 104103204
HSL0.670.500.60
HSV241°50°80°
CMYK 0.490.500.00   0.20
XYZ21.458317.003259.2777
Yxy17.00320.21950.1740
Hunter Lab41.234920.7287-56.3685
CIE-Lab48.264127.4541-52.5077

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

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

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

Base Numbers

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

RGB Percentages of Color #6867cc

%25.30
%25.06
%49.64

CMYK Percentages of Color #6867cc

%49
%50
%0
%20

Triadic Colors of #6867cc

#6867cc #cc6867 #67cc68

Analogous Colors of #6867cc

#6867cc #9b67cc #6799cc

Monochromatic Colors of #6867cc

#6867cc

Complementary Color

#6867cc #cbcc67

#6867cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6867cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6867cc Color CSS Codes

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

#6867cc Text Font Color

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

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


#6867cc Background Color

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

This div background color is #6867cc


#6867cc Border Color

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

This div border color is #6867cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6867cc


Comments

No comments written yet.

Please login to write comment.