Color Hex Logo

#666aff Color Hex

#666AFF
(102,106,255)
0 Favorites   0 Comments

Color spaces of #666aff

RGB 102106255
HSL0.661.000.70
HSV238°60°100°
CMYK 0.600.580.00   0.00
XYZ28.683520.352897.0244
Yxy20.35280.19640.1393
Hunter Lab45.114134.5405-95.9319
CIE-Lab52.233841.2669-74.8140

#666aff color RGB value is (102,106,255).

#666aff hex color red value is 102, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #666aff hue: 0.66 , saturation: 1.00 and the lightness value of 666aff is 0.70.

The process color (four color CMYK) of #666aff color hex is 0.60, 0.58, 0.00, 0.00. Web safe color of #666aff is #6666ff. Color #666aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101010 11111111
Octal 146 152 377
Decimal 102 106 255
Hex 66 6A FF

RGB Percentages of Color #666aff

%22.03
%22.89
%55.08

CMYK Percentages of Color #666aff

%60
%58
%0
%0

Triadic Colors of #666aff

#666aff #ff666a #6aff66

Analogous Colors of #666aff

#666aff #af66ff #66b7ff

Monochromatic Colors of #666aff

#666aff

Complementary Color

#666aff #fffb66

#666aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#666aff Color CSS Codes

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

#666aff Text Font Color

<p style="color:#666aff">Text here</p>

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


#666aff Background Color

<div style="background-color:#666aff">
Div content here</div>

This div background color is #666aff


#666aff Border Color

<div style="border:3px solid #666aff">
Div here</div>

This div border color is #666aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,106,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666aff;
  -webkit-box-shadow: 1px 1px 3px 2px #666aff;
  box-shadow:         1px 1px 3px 2px #666aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666aff


Comments

No comments written yet.

Please login to write comment.