#ff6aff color RGB value is (255,106,255)
#ff6aff color CMYK value
#ff6aff color HSL value
HSV(or HSB) | 300° | 58.4 | 100 |
XYZ | 64.444 | 38.788 | 98.698 |
Yxy | 0.319 | 0.192 | 38.788 |
LAB | 68.597 | 74.612 | -47.701 |
LUV | 68.597 | 67.51 | -87.296 |
Hunter-LAB | 62.28 | 75.712 | -50.363 |
CIE-LCH | 68.597 | 88.557 | 327.408 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 6A | FF |
Decimal | 255 | 106 | 255 |
Octal | 377 | 152 | 377 |
Binary | 11111111 | 01101010 | 11111111 |
Below, you can see some colors close to #ff6aff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff6aff.
<span style="color:#ff6aff">Text here</span>
This paragraph has a background color of #ff6aff.
<p style="background-color:#ff6aff;">Content here</p>
This element has a border color of #ff6aff.
<div style="border:1px #ff6aff;">Content here</div>
.text {color:#ff6aff;}
.background {background-color:#ff6aff;}
.border {border:1px solid #ff6aff;}
.text-shadow {border:1px solid #ff6aff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #150015 is the darkest color, while #ffffff is the lightest one.