Shades of Slate Blue #613FDE
Tints of Slate Blue #613FDE
RGB
CMYK
RGB Variations
Color information
#613FDE (or 0x613FDE) is known color: Slate Blue. HEX triplet: 61, 3F and DE. RGB value is (97,63,222). Sum of RGB (Red+Green+Blue) = 97+63+222=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #613FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FDE is #9EC021. Grayscale: #5A5A5A. Windows color (decimal): -10403874 or 14565217. OLE color: 14565217.
HSL color Cylindrical-coordinate representation of color #613FDE: hue angle of 252.83º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613FDE is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 63 | 222 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.13 |
| HSL | 252.83º | 0.71% | 0.56% | - |
| HSV(B) | 252.83º | 0.72% | 0.87% | - |
| XYZ | 19.89 | 11.37 | 70.25 | - |
| YUV | 91.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 222 | 0.56 | 0.72 | 0 | 0.13 | 252.83 | 0.71 | 0.56 |
| Hex | 61 | 3F | DE | 38 | 48 | 0 | D | FD | 47 | 38 |
| Octal | 141 | 77 | 336 | 70 | 110 | 0 | 15 | 375 | 107 | 70 |
| Binary | 1100001 | 111111 | 11011110 | 111000 | 1001000 | 0 | 1101 | 11111101 | 1000111 | 111000 |
Color Harmonies of #613FDE
Complementary color
Monochromatic Colors of #613FDE
Black with #613FDE
Text Example
Text Example
White with #613FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FDE; }
p { color: rgb(97,63,222); }
H1.HeaderClassName
{
color: #613FDE;
}
.AnyTagClassName
{
color: #613FDE;
}
</style>
background-color css
<style>
a { background-color: #613FDE; }
a { background-color: rgb(97,63,222); }
div.DivClassName
{
background-color: #613FDE;
}
.BgClassName
{
background-color: #613FDE;
}
</style>
border-color css
<style>
span { border-color: #613FDE; }
span { border-color: rgb(97,63,222); }
td.TdClassName
{
border-color: #613FDE;
}
.TagClassName
{
border-color: #613FDE;
}
</style>