Color Hex Logo

#664fcb Color Hex

#664FCB
(102,79,203)
0 Favorites   0 Comments

Color spaces of #664fcb

RGB 10279203
HSL0.700.540.55
HSV251°61°80°
CMYK 0.500.610.00   0.20
XYZ19.055012.728557.9525
Yxy12.72850.21230.1418
Hunter Lab35.677032.9016-71.3347
CIE-Lab42.351341.1212-61.4761

#664fcb color RGB value is (102,79,203).

#664fcb hex color red value is 102, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #664fcb hue: 0.70 , saturation: 0.54 and the lightness value of 664fcb is 0.55.

The process color (four color CMYK) of #664fcb color hex is 0.50, 0.61, 0.00, 0.20. Web safe color of #664fcb is #6666cc. Color #664fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 11001011
Octal 146 117 313
Decimal 102 79 203
Hex 66 4F CB

RGB Percentages of Color #664fcb

%26.56
%20.57
%52.86

CMYK Percentages of Color #664fcb

%50
%61
%0
%20

Triadic Colors of #664fcb

#664fcb #cb664f #4fcb66

Analogous Colors of #664fcb

#664fcb #a44fcb #4f76cb

Monochromatic Colors of #664fcb

#664fcb

Complementary Color

#664fcb #b4cb4f

#664fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fcb Color CSS Codes

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

#664fcb Text Font Color

<p style="color:#664fcb">Text here</p>

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


#664fcb Background Color

<div style="background-color:#664fcb">
Div content here</div>

This div background color is #664fcb


#664fcb Border Color

<div style="border:3px solid #664fcb">
Div here</div>

This div border color is #664fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,79,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #664fcb;
  box-shadow:         1px 1px 3px 2px #664fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fcb


Comments

No comments written yet.

Please login to write comment.