Shades of Light Slate Blue #706DFF
Tints of Light Slate Blue #706DFF
RGB
CMYK
RGB Variations
Color information
#706DFF (or 0x706DFF) is known color: Light Slate Blue. HEX triplet: 70, 6D and FF. RGB value is (112,109,255). Sum of RGB (Red+Green+Blue) = 112+109+255=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #706DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DFF is #8F9200. Grayscale: #7D7D7D. Windows color (decimal): -9409025 or 16739696. OLE color: 16739696.
HSL color Cylindrical-coordinate representation of color #706DFF: hue angle of 241.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706DFF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 109 | 255 | - |
| CMYK | 0.56 | 0.57 | 0 | 0 |
| HSL | 241.23º | 1% | 0.71% | - |
| HSV(B) | 241.23º | 0.57% | 1% | - |
| XYZ | 30.2 | 21.6 | 97.19 | - |
| YUV | 126.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 255 | 0.56 | 0.57 | 0 | 0 | 241.23 | 1 | 0.71 |
| Hex | 70 | 6D | FF | 38 | 39 | 0 | 0 | F1 | 64 | 47 |
| Octal | 160 | 155 | 377 | 70 | 71 | 0 | 0 | 361 | 144 | 107 |
| Binary | 1110000 | 1101101 | 11111111 | 111000 | 111001 | 0 | 0 | 11110001 | 1100100 | 1000111 |
Color Harmonies of #706DFF
Complementary color
Monochromatic Colors of #706DFF
Black with #706DFF
Text Example
Text Example
White with #706DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DFF; }
p { color: rgb(112,109,255); }
H1.HeaderClassName
{
color: #706DFF;
}
.AnyTagClassName
{
color: #706DFF;
}
</style>
background-color css
<style>
a { background-color: #706DFF; }
a { background-color: rgb(112,109,255); }
div.DivClassName
{
background-color: #706DFF;
}
.BgClassName
{
background-color: #706DFF;
}
</style>
border-color css
<style>
span { border-color: #706DFF; }
span { border-color: rgb(112,109,255); }
td.TdClassName
{
border-color: #706DFF;
}
.TagClassName
{
border-color: #706DFF;
}
</style>