Color Hex Logo

#6771cb Color Hex

#6771CB
(103,113,203)
0 Favorites   0 Comments

Color spaces of #6771cb

RGB 103113203
HSL0.650.490.60
HSV234°49°80°
CMYK 0.490.440.00   0.20
XYZ22.278119.005658.9942
Yxy19.00560.22220.1895
Hunter Lab43.595414.9250-49.7156
CIE-Lab50.693820.8101-48.0579

#6771cb color RGB value is (103,113,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110001 11001011
Octal 147 161 313
Decimal 103 113 203
Hex 67 71 CB

RGB Percentages of Color #6771cb

%24.58
%26.97
%48.45

CMYK Percentages of Color #6771cb

%49
%44
%0
%20

Triadic Colors of #6771cb

#6771cb #cb6771 #71cb67

Analogous Colors of #6771cb

#6771cb #8f67cb #67a3cb

Monochromatic Colors of #6771cb

#6771cb

Complementary Color

#6771cb #cbc167

#6771cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6771cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6771cb Color CSS Codes

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

#6771cb Text Font Color

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

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


#6771cb Background Color

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

This div background color is #6771cb


#6771cb Border Color

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

This div border color is #6771cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6771cb


Comments

No comments written yet.

Please login to write comment.