Color Hex Logo

#666cca Color Hex

#666CCA
(102,108,202)
0 Favorites   0 Comments

Color spaces of #666cca

RGB 102108202
HSL0.660.490.60
HSV236°50°79°
CMYK 0.500.470.00   0.21
XYZ21.502717.814258.1823
Yxy17.81420.22050.1827
Hunter Lab42.206917.0765-52.1866
CIE-Lab49.270023.3282-49.7612

#666cca color RGB value is (102,108,202).

#666cca hex color red value is 102, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #666cca hue: 0.66 , saturation: 0.49 and the lightness value of 666cca is 0.60.

The process color (four color CMYK) of #666cca color hex is 0.50, 0.47, 0.00, 0.21. Web safe color of #666cca is #6666cc. Color #666cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101100 11001010
Octal 146 154 312
Decimal 102 108 202
Hex 66 6C CA

RGB Percentages of Color #666cca

%24.76
%26.21
%49.03

CMYK Percentages of Color #666cca

%50
%47
%0
%21

Triadic Colors of #666cca

#666cca #ca666c #6cca66

Analogous Colors of #666cca

#666cca #9266ca #669eca

Monochromatic Colors of #666cca

#666cca

Complementary Color

#666cca #cac466

#666cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#666cca Color CSS Codes

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

#666cca Text Font Color

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

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


#666cca Background Color

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

This div background color is #666cca


#666cca Border Color

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

This div border color is #666cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666cca


Comments

No comments written yet.

Please login to write comment.