Color Hex Logo

#6a61fb Color Hex

#6A61FB
(106,97,251)
0 Favorites   0 Comments

Color spaces of #6a61fb

RGB 10697251
HSL0.680.950.68
HSV244°61°98°
CMYK 0.580.610.00   0.02
XYZ27.631118.578693.3965
Yxy18.57860.19790.1331
Hunter Lab43.102938.9973-98.2991
CIE-Lab50.190545.9212-75.9076

#6a61fb color RGB value is (106,97,251).

#6a61fb hex color red value is 106, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6a61fb hue: 0.68 , saturation: 0.95 and the lightness value of 6a61fb is 0.68.

The process color (four color CMYK) of #6a61fb color hex is 0.58, 0.61, 0.00, 0.02. Web safe color of #6a61fb is #6666ff. Color #6a61fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100001 11111011
Octal 152 141 373
Decimal 106 97 251
Hex 6A 61 FB

RGB Percentages of Color #6a61fb

%23.35
%21.37
%55.29

CMYK Percentages of Color #6a61fb

%58
%61
%0
%2

Triadic Colors of #6a61fb

#6a61fb #fb6a61 #61fb6a

Analogous Colors of #6a61fb

#6a61fb #b761fb #61a5fb

Monochromatic Colors of #6a61fb

#6a61fb

Complementary Color

#6a61fb #f2fb61

#6a61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a61fb Color CSS Codes

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

#6a61fb Text Font Color

<p style="color:#6a61fb">Text here</p>

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


#6a61fb Background Color

<div style="background-color:#6a61fb">
Div content here</div>

This div background color is #6a61fb


#6a61fb Border Color

<div style="border:3px solid #6a61fb">
Div here</div>

This div border color is #6a61fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,97,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a61fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a61fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a61fb;
  box-shadow:         1px 1px 3px 2px #6a61fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,97,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a61fb

Related Colors


Comments

No comments written yet.

Please login to write comment.