Color Hex Logo

#6642bf Color Hex

#6642BF
(102,66,191)
0 Favorites   0 Comments

Color spaces of #6642bf

RGB 10266191
HSL0.710.490.50
HSV257°65°75°
CMYK 0.470.650.00   0.25
XYZ16.831710.482850.4265
Yxy10.48280.21650.1348
Hunter Lab32.377236.1356-69.6785
CIE-Lab38.695445.0244-60.4354

#6642bf color RGB value is (102,66,191).

#6642bf hex color red value is 102, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6642bf hue: 0.71 , saturation: 0.49 and the lightness value of 6642bf is 0.50.

The process color (four color CMYK) of #6642bf color hex is 0.47, 0.65, 0.00, 0.25. Web safe color of #6642bf is #6633cc. Color #6642bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 10111111
Octal 146 102 277
Decimal 102 66 191
Hex 66 42 BF

RGB Percentages of Color #6642bf

%28.41
%18.38
%53.20

CMYK Percentages of Color #6642bf

%47
%65
%0
%25

Triadic Colors of #6642bf

#6642bf #bf6642 #42bf66

Analogous Colors of #6642bf

#6642bf #a542bf #425cbf

Monochromatic Colors of #6642bf

#6642bf

Complementary Color

#6642bf #9bbf42

#6642bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6642bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6642bf Color CSS Codes

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

#6642bf Text Font Color

<p style="color:#6642bf">Text here</p>

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


#6642bf Background Color

<div style="background-color:#6642bf">
Div content here</div>

This div background color is #6642bf


#6642bf Border Color

<div style="border:3px solid #6642bf">
Div here</div>

This div border color is #6642bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6642bf


Comments

No comments written yet.

Please login to write comment.