Color Hex Logo

#6771cc Color Hex

#6771CC
(103,113,204)
0 Favorites   0 Comments

Color spaces of #6771cc

RGB 103113204
HSL0.650.500.60
HSV234°50°80°
CMYK 0.500.450.00   0.20
XYZ22.397719.053559.6239
Yxy19.05350.22160.1885
Hunter Lab43.650315.2033-50.4316
CIE-Lab50.749721.1195-48.5394

#6771cc color RGB value is (103,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110001 11001100
Octal 147 161 314
Decimal 103 113 204
Hex 67 71 CC

RGB Percentages of Color #6771cc

%24.52
%26.90
%48.57

CMYK Percentages of Color #6771cc

%50
%45
%0
%20

Triadic Colors of #6771cc

#6771cc #cc6771 #71cc67

Analogous Colors of #6771cc

#6771cc #9067cc #67a4cc

Monochromatic Colors of #6771cc

#6771cc

Complementary Color

#6771cc #ccc267

#6771cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6771cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6771cc Color CSS Codes

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

#6771cc Text Font Color

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

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


#6771cc Background Color

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

This div background color is #6771cc


#6771cc Border Color

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

This div border color is #6771cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6771cc


Comments

No comments written yet.

Please login to write comment.