Color Hex Logo

#6767cd Color Hex

#6767CD
(103,103,205)
0 Favorites   0 Comments

Color spaces of #6767cd

RGB 103103205
HSL0.670.500.60
HSV240°50°80°
CMYK 0.500.500.00   0.20
XYZ21.463216.991859.9061
Yxy16.99180.21820.1727
Hunter Lab41.221120.8053-57.3106
CIE-Lab48.249727.5392-53.1076

#6767cd color RGB value is (103,103,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100111 11001101
Octal 147 147 315
Decimal 103 103 205
Hex 67 67 CD

RGB Percentages of Color #6767cd

%25.06
%25.06
%49.88

CMYK Percentages of Color #6767cd

%50
%50
%0
%20

Triadic Colors of #6767cd

#6767cd #cd6767 #67cd67

Analogous Colors of #6767cd

#6767cd #9a67cd #679acd

Monochromatic Colors of #6767cd

#6767cd

Complementary Color

#6767cd #cdcd67

#6767cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6767cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6767cd Color CSS Codes

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

#6767cd Text Font Color

<p style="color:#6767cd">Text here</p>

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


#6767cd Background Color

<div style="background-color:#6767cd">
Div content here</div>

This div background color is #6767cd


#6767cd Border Color

<div style="border:3px solid #6767cd">
Div here</div>

This div border color is #6767cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,103,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6767cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6767cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6767cd;
  box-shadow:         1px 1px 3px 2px #6767cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6767cd


Comments

No comments written yet.

Please login to write comment.