Shades of Slate Blue #613EDF
Tints of Slate Blue #613EDF
RGB
CMYK
RGB Variations
Color information
#613EDF (or 0x613EDF) is known color: Slate Blue. HEX triplet: 61, 3E and DF. RGB value is (97,62,223). Sum of RGB (Red+Green+Blue) = 97+62+223=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #613EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EDF is #9EC120. Grayscale: #5A5A5A. Windows color (decimal): -10404129 or 14630497. OLE color: 14630497.
HSL color Cylindrical-coordinate representation of color #613EDF: hue angle of 253.04º degrees, saturation: 0.72, 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 #613EDF is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 62 | 223 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.13 |
| HSL | 253.04º | 0.72% | 0.56% | - |
| HSV(B) | 253.04º | 0.72% | 0.87% | - |
| XYZ | 19.97 | 11.31 | 70.94 | - |
| YUV | 90.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 223 | 0.57 | 0.72 | 0 | 0.13 | 253.04 | 0.72 | 0.56 |
| Hex | 61 | 3E | DF | 39 | 48 | 0 | D | FD | 48 | 38 |
| Octal | 141 | 76 | 337 | 71 | 110 | 0 | 15 | 375 | 110 | 70 |
| Binary | 1100001 | 111110 | 11011111 | 111001 | 1001000 | 0 | 1101 | 11111101 | 1001000 | 111000 |
Color Harmonies of #613EDF
Complementary color
Monochromatic Colors of #613EDF
Black with #613EDF
Text Example
Text Example
White with #613EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EDF; }
p { color: rgb(97,62,223); }
H1.HeaderClassName
{
color: #613EDF;
}
.AnyTagClassName
{
color: #613EDF;
}
</style>
background-color css
<style>
a { background-color: #613EDF; }
a { background-color: rgb(97,62,223); }
div.DivClassName
{
background-color: #613EDF;
}
.BgClassName
{
background-color: #613EDF;
}
</style>
border-color css
<style>
span { border-color: #613EDF; }
span { border-color: rgb(97,62,223); }
td.TdClassName
{
border-color: #613EDF;
}
.TagClassName
{
border-color: #613EDF;
}
</style>