Color Hex Logo

#664bff Color Hex

#664BFF
(102,75,255)
0 Favorites   0 Comments

Color spaces of #664bff

RGB 10275255
HSL0.691.000.65
HSV249°71°100°
CMYK 0.600.710.00   0.00
XYZ26.045615.076996.1451
Yxy15.07690.18970.1098
Hunter Lab38.829051.7830-119.6287
CIE-Lab45.739358.6467-85.4281

#664bff color RGB value is (102,75,255).

#664bff hex color red value is 102, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #664bff hue: 0.69 , saturation: 1.00 and the lightness value of 664bff is 0.65.

The process color (four color CMYK) of #664bff color hex is 0.60, 0.71, 0.00, 0.00. Web safe color of #664bff is #6633ff. Color #664bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 11111111
Octal 146 113 377
Decimal 102 75 255
Hex 66 4B FF

RGB Percentages of Color #664bff

%23.61
%17.36
%59.03

CMYK Percentages of Color #664bff

%60
%71
%0
%0

Triadic Colors of #664bff

#664bff #ff664b #4bff66

Analogous Colors of #664bff

#664bff #c04bff #4b8aff

Monochromatic Colors of #664bff

#664bff

Complementary Color

#664bff #e4ff4b

#664bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bff Color CSS Codes

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

#664bff Text Font Color

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

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


#664bff Background Color

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

This div background color is #664bff


#664bff Border Color

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

This div border color is #664bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,75,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 #664bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bff

#664bff Color Palettes


Comments

No comments written yet.

Please login to write comment.