Color Hex Logo

#6771bd Color Hex

#6771BD
(103,113,189)
0 Favorites   0 Comments

Color spaces of #6771bd

RGB 103113189
HSL0.650.390.57
HSV233°46°74°
CMYK 0.460.400.00   0.26
XYZ20.684018.367950.5993
Yxy18.36790.23070.2049
Hunter Lab42.857811.1464-39.9993
CIE-Lab49.939316.5263-41.2258

#6771bd color RGB value is (103,113,189).

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

The process color (four color CMYK) of #6771bd color hex is 0.46, 0.40, 0.00, 0.26. Web safe color of #6771bd is #6666cc. Color #6771bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110001 10111101
Octal 147 161 275
Decimal 103 113 189
Hex 67 71 BD

RGB Percentages of Color #6771bd

%25.43
%27.90
%46.67

CMYK Percentages of Color #6771bd

%46
%40
%0
%26

Triadic Colors of #6771bd

#6771bd #bd6771 #71bd67

Analogous Colors of #6771bd

#6771bd #8867bd #679cbd

Monochromatic Colors of #6771bd

#6771bd

Complementary Color

#6771bd #bdb367

#6771bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6771bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6771bd Color CSS Codes

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

#6771bd Text Font Color

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

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


#6771bd Background Color

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

This div background color is #6771bd


#6771bd Border Color

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

This div border color is #6771bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6771bd


Comments

No comments written yet.

Please login to write comment.