Color Hex Logo

#664fbf Color Hex

#664FBF
(102,79,191)
0 Favorites   0 Comments

Color spaces of #664fbf

RGB 10279191
HSL0.700.470.53
HSV252°59°75°
CMYK 0.470.590.00   0.25
XYZ17.679412.178350.7091
Yxy12.17830.21940.1512
Hunter Lab34.897429.3595-61.7255
CIE-Lab41.498137.5802-55.8916

#664fbf color RGB value is (102,79,191).

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

The process color (four color CMYK) of #664fbf color hex is 0.47, 0.59, 0.00, 0.25. Web safe color of #664fbf is #6666cc. Color #664fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 10111111
Octal 146 117 277
Decimal 102 79 191
Hex 66 4F BF

RGB Percentages of Color #664fbf

%27.42
%21.24
%51.34

CMYK Percentages of Color #664fbf

%47
%59
%0
%25

Triadic Colors of #664fbf

#664fbf #bf664f #4fbf66

Analogous Colors of #664fbf

#664fbf #9e4fbf #4f70bf

Monochromatic Colors of #664fbf

#664fbf

Complementary Color

#664fbf #a8bf4f

#664fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fbf Color CSS Codes

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

#664fbf Text Font Color

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

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


#664fbf Background Color

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

This div background color is #664fbf


#664fbf Border Color

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

This div border color is #664fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fbf


Comments

No comments written yet.

Please login to write comment.