Color Hex Logo

#6764cc Color Hex

#6764CC
(103,100,204)
0 Favorites   0 Comments

Color spaces of #6764cc

RGB 103100204
HSL0.670.500.60
HSV242°51°80°
CMYK 0.500.510.00   0.20
XYZ21.049816.357559.1746
Yxy16.35750.21790.1694
Hunter Lab40.444422.1249-58.4367
CIE-Lab47.440129.0615-53.8337

#6764cc color RGB value is (103,100,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100100 11001100
Octal 147 144 314
Decimal 103 100 204
Hex 67 64 CC

RGB Percentages of Color #6764cc

%25.31
%24.57
%50.12

CMYK Percentages of Color #6764cc

%50
%51
%0
%20

Triadic Colors of #6764cc

#6764cc #cc6764 #64cc67

Analogous Colors of #6764cc

#6764cc #9b64cc #6495cc

Monochromatic Colors of #6764cc

#6764cc

Complementary Color

#6764cc #c9cc64

#6764cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6764cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6764cc Color CSS Codes

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

#6764cc Text Font Color

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

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


#6764cc Background Color

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

This div background color is #6764cc


#6764cc Border Color

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

This div border color is #6764cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6764cc


Comments

No comments written yet.

Please login to write comment.