Shades of Slate Blue #613FDB
Tints of Slate Blue #613FDB
RGB
CMYK
RGB Variations
Color information
#613FDB (or 0x613FDB) is known color: Slate Blue. HEX triplet: 61, 3F and DB. RGB value is (97,63,219). Sum of RGB (Red+Green+Blue) = 97+63+219=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #613FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FDB is #9EC024. Grayscale: #5A5A5A. Windows color (decimal): -10403877 or 14368609. OLE color: 14368609.
HSL color Cylindrical-coordinate representation of color #613FDB: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613FDB is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 63 | 219 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.14 |
| HSL | 253.08º | 0.68% | 0.55% | - |
| HSV(B) | 253.08º | 0.71% | 0.86% | - |
| XYZ | 19.49 | 11.21 | 68.15 | - |
| YUV | 90.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 219 | 0.56 | 0.71 | 0 | 0.14 | 253.08 | 0.68 | 0.55 |
| Hex | 61 | 3F | DB | 38 | 47 | 0 | E | FD | 44 | 37 |
| Octal | 141 | 77 | 333 | 70 | 107 | 0 | 16 | 375 | 104 | 67 |
| Binary | 1100001 | 111111 | 11011011 | 111000 | 1000111 | 0 | 1110 | 11111101 | 1000100 | 110111 |
Color Harmonies of #613FDB
Complementary color
Monochromatic Colors of #613FDB
Black with #613FDB
Text Example
Text Example
White with #613FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FDB; }
p { color: rgb(97,63,219); }
H1.HeaderClassName
{
color: #613FDB;
}
.AnyTagClassName
{
color: #613FDB;
}
</style>
background-color css
<style>
a { background-color: #613FDB; }
a { background-color: rgb(97,63,219); }
div.DivClassName
{
background-color: #613FDB;
}
.BgClassName
{
background-color: #613FDB;
}
</style>
border-color css
<style>
span { border-color: #613FDB; }
span { border-color: rgb(97,63,219); }
td.TdClassName
{
border-color: #613FDB;
}
.TagClassName
{
border-color: #613FDB;
}
</style>