Color Hex Logo

#6665ac Color Hex

#6665AC
(102,101,172)
0 Favorites   0 Comments

Color spaces of #6665ac

RGB 102101172
HSL0.670.300.54
HSV241°41°67°
CMYK 0.410.410.00   0.33
XYZ17.579615.110741.0198
Yxy15.11070.23850.2050
Hunter Lab38.872512.6976-35.3544
CIE-Lab45.785418.5623-37.9201

#6665ac color RGB value is (102,101,172).

#6665ac hex color red value is 102, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6665ac hue: 0.67 , saturation: 0.30 and the lightness value of 6665ac is 0.54.

The process color (four color CMYK) of #6665ac color hex is 0.41, 0.41, 0.00, 0.33. Web safe color of #6665ac is #666699. Color #6665ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100101 10101100
Octal 146 145 254
Decimal 102 101 172
Hex 66 65 AC

RGB Percentages of Color #6665ac

%27.20
%26.93
%45.87

CMYK Percentages of Color #6665ac

%41
%41
%0
%33

Triadic Colors of #6665ac

#6665ac #ac6665 #65ac66

Analogous Colors of #6665ac

#6665ac #8a65ac #6588ac

Monochromatic Colors of #6665ac

#6665ac

Complementary Color

#6665ac #abac65

#6665ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6665ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6665ac Color CSS Codes

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

#6665ac Text Font Color

<p style="color:#6665ac">Text here</p>

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


#6665ac Background Color

<div style="background-color:#6665ac">
Div content here</div>

This div background color is #6665ac


#6665ac Border Color

<div style="border:3px solid #6665ac">
Div here</div>

This div border color is #6665ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6665ac


Comments

No comments written yet.

Please login to write comment.