Color Hex Logo

#6566bd Color Hex

#6566BD
(101,102,189)
0 Favorites   0 Comments

Color spaces of #6566bd

RGB 101102189
HSL0.660.400.57
HSV239°47°74°
CMYK 0.470.460.00   0.26
XYZ19.303515.943650.2041
Yxy15.94360.22590.1866
Hunter Lab39.929416.4176-46.5959
CIE-Lab46.900422.7796-46.0609

#6566bd color RGB value is (101,102,189).

#6566bd hex color red value is 101, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6566bd hue: 0.66 , saturation: 0.40 and the lightness value of 6566bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100110 10111101
Octal 145 146 275
Decimal 101 102 189
Hex 65 66 BD

RGB Percentages of Color #6566bd

%25.77
%26.02
%48.21

CMYK Percentages of Color #6566bd

%47
%46
%0
%26

Triadic Colors of #6566bd

#6566bd #bd6566 #66bd65

Analogous Colors of #6566bd

#6566bd #9065bd #6592bd

Monochromatic Colors of #6566bd

#6566bd

Complementary Color

#6566bd #bdbc65

#6566bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6566bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6566bd Color CSS Codes

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

#6566bd Text Font Color

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

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


#6566bd Background Color

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

This div background color is #6566bd


#6566bd Border Color

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

This div border color is #6566bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6566bd


Comments

No comments written yet.

Please login to write comment.