Color Hex Logo

#6773bd Color Hex

#6773BD
(103,115,189)
0 Favorites   0 Comments

Color spaces of #6773bd

RGB 103115189
HSL0.640.390.57
HSV232°46°74°
CMYK 0.460.390.00   0.26
XYZ20.909618.819250.6745
Yxy18.81920.23130.2082
Hunter Lab43.381110.1197-38.8913
CIE-Lab50.475015.3068-40.3789

#6773bd color RGB value is (103,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110011 10111101
Octal 147 163 275
Decimal 103 115 189
Hex 67 73 BD

RGB Percentages of Color #6773bd

%25.31
%28.26
%46.44

CMYK Percentages of Color #6773bd

%46
%39
%0
%26

Triadic Colors of #6773bd

#6773bd #bd6773 #73bd67

Analogous Colors of #6773bd

#6773bd #8667bd #679ebd

Monochromatic Colors of #6773bd

#6773bd

Complementary Color

#6773bd #bdb167

#6773bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6773bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6773bd Color CSS Codes

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

#6773bd Text Font Color

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

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


#6773bd Background Color

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

This div background color is #6773bd


#6773bd Border Color

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

This div border color is #6773bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6773bd


Comments

No comments written yet.

Please login to write comment.