Color Hex Logo

#6566ad Color Hex

#6566AD
(101,102,173)
0 Favorites   0 Comments

Color spaces of #6566ad

RGB 101102173
HSL0.660.310.54
HSV239°42°68°
CMYK 0.420.410.00   0.32
XYZ17.661015.286641.5549
Yxy15.28660.23710.2052
Hunter Lab39.098112.2086-35.6470
CIE-Lab46.024317.9719-38.1338

#6566ad color RGB value is (101,102,173).

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

The process color (four color CMYK) of #6566ad color hex is 0.42, 0.41, 0.00, 0.32. Web safe color of #6566ad is #666699. Color #6566ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100110 10101101
Octal 145 146 255
Decimal 101 102 173
Hex 65 66 AD

RGB Percentages of Color #6566ad

%26.86
%27.13
%46.01

CMYK Percentages of Color #6566ad

%42
%41
%0
%32

Triadic Colors of #6566ad

#6566ad #ad6566 #66ad65

Analogous Colors of #6566ad

#6566ad #8865ad #658aad

Monochromatic Colors of #6566ad

#6566ad

Complementary Color

#6566ad #adac65

#6566ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6566ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6566ad Color CSS Codes

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

#6566ad Text Font Color

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

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


#6566ad Background Color

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

This div background color is #6566ad


#6566ad Border Color

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

This div border color is #6566ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,102,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6566ad


Comments

No comments written yet.

Please login to write comment.