Shades of Slate Blue #613DDF
Tints of Slate Blue #613DDF
RGB
CMYK
RGB Variations
Color information
#613DDF (or 0x613DDF) is known color: Slate Blue. HEX triplet: 61, 3D and DF. RGB value is (97,61,223). Sum of RGB (Red+Green+Blue) = 97+61+223=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #613DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DDF is #9EC220. Grayscale: #595959. Windows color (decimal): -10404385 or 14630241. OLE color: 14630241.
HSL color Cylindrical-coordinate representation of color #613DDF: hue angle of 253.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613DDF is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 61 | 223 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.13 |
| HSL | 253.33º | 0.72% | 0.56% | - |
| HSV(B) | 253.33º | 0.73% | 0.87% | - |
| XYZ | 19.92 | 11.21 | 70.93 | - |
| YUV | 90.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 223 | 0.57 | 0.73 | 0 | 0.13 | 253.33 | 0.72 | 0.56 |
| Hex | 61 | 3D | DF | 39 | 49 | 0 | D | FD | 48 | 38 |
| Octal | 141 | 75 | 337 | 71 | 111 | 0 | 15 | 375 | 110 | 70 |
| Binary | 1100001 | 111101 | 11011111 | 111001 | 1001001 | 0 | 1101 | 11111101 | 1001000 | 111000 |
Color Harmonies of #613DDF
Complementary color
Monochromatic Colors of #613DDF
Black with #613DDF
Text Example
Text Example
White with #613DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613DDF; }
p { color: rgb(97,61,223); }
H1.HeaderClassName
{
color: #613DDF;
}
.AnyTagClassName
{
color: #613DDF;
}
</style>
background-color css
<style>
a { background-color: #613DDF; }
a { background-color: rgb(97,61,223); }
div.DivClassName
{
background-color: #613DDF;
}
.BgClassName
{
background-color: #613DDF;
}
</style>
border-color css
<style>
span { border-color: #613DDF; }
span { border-color: rgb(97,61,223); }
td.TdClassName
{
border-color: #613DDF;
}
.TagClassName
{
border-color: #613DDF;
}
</style>