Shades of Light Slate Blue #966BF6
Tints of Light Slate Blue #966BF6
RGB
CMYK
RGB Variations
Color information
#966BF6 (or 0x966BF6) is known color: Light Slate Blue. HEX triplet: 96, 6B and F6. RGB value is (150,107,246). Sum of RGB (Red+Green+Blue) = 150+107+246=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #966BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BF6 is #699409. Grayscale: #878787. Windows color (decimal): -6919178 or 16149398. OLE color: 16149398.
HSL color Cylindrical-coordinate representation of color #966BF6: hue angle of 258.56º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966BF6 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 107 | 246 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.04 |
| HSL | 258.56º | 0.89% | 0.69% | - |
| HSV(B) | 258.56º | 0.57% | 0.96% | - |
| XYZ | 34.47 | 23.65 | 89.94 | - |
| YUV | 135.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 246 | 0.39 | 0.57 | 0 | 0.04 | 258.56 | 0.89 | 0.69 |
| Hex | 96 | 6B | F6 | 27 | 39 | 0 | 4 | 103 | 59 | 45 |
| Octal | 226 | 153 | 366 | 47 | 71 | 0 | 4 | 403 | 131 | 105 |
| Binary | 10010110 | 1101011 | 11110110 | 100111 | 111001 | 0 | 100 | 100000011 | 1011001 | 1000101 |
Color Harmonies of #966BF6
Complementary color
Monochromatic Colors of #966BF6
Black with #966BF6
Text Example
Text Example
White with #966BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BF6; }
p { color: rgb(150,107,246); }
H1.HeaderClassName
{
color: #966BF6;
}
.AnyTagClassName
{
color: #966BF6;
}
</style>
background-color css
<style>
a { background-color: #966BF6; }
a { background-color: rgb(150,107,246); }
div.DivClassName
{
background-color: #966BF6;
}
.BgClassName
{
background-color: #966BF6;
}
</style>
border-color css
<style>
span { border-color: #966BF6; }
span { border-color: rgb(150,107,246); }
td.TdClassName
{
border-color: #966BF6;
}
.TagClassName
{
border-color: #966BF6;
}
</style>