Color Hex Logo

#6655af Color Hex

#6655AF
(102,85,175)
0 Favorites   0 Comments

Color spaces of #6655af

RGB 10285175
HSL0.700.360.51
HSV251°51°69°
CMYK 0.420.510.00   0.31
XYZ16.465912.416942.0863
Yxy12.41690.23200.1750
Hunter Lab35.237621.7440-46.1471
CIE-Lab41.871229.2865-45.9100

#6655af color RGB value is (102,85,175).

#6655af hex color red value is 102, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6655af hue: 0.70 , saturation: 0.36 and the lightness value of 6655af is 0.51.

The process color (four color CMYK) of #6655af color hex is 0.42, 0.51, 0.00, 0.31. Web safe color of #6655af is #666699. Color #6655af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010101 10101111
Octal 146 125 257
Decimal 102 85 175
Hex 66 55 AF

RGB Percentages of Color #6655af

%28.18
%23.48
%48.34

CMYK Percentages of Color #6655af

%42
%51
%0
%31

Triadic Colors of #6655af

#6655af #af6655 #55af66

Analogous Colors of #6655af

#6655af #9355af #5571af

Monochromatic Colors of #6655af

#6655af

Complementary Color

#6655af #9eaf55

#6655af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6655af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6655af Color CSS Codes

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

#6655af Text Font Color

<p style="color:#6655af">Text here</p>

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


#6655af Background Color

<div style="background-color:#6655af">
Div content here</div>

This div background color is #6655af


#6655af Border Color

<div style="border:3px solid #6655af">
Div here</div>

This div border color is #6655af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,85,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6655af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6655af;
  -webkit-box-shadow: 1px 1px 3px 2px #6655af;
  box-shadow:         1px 1px 3px 2px #6655af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6655af


Comments

No comments written yet.

Please login to write comment.