Shades of Slate Blue #616BDD
Tints of Slate Blue #616BDD
RGB
CMYK
RGB Variations
Color information
#616BDD (or 0x616BDD) is known color: Slate Blue. HEX triplet: 61, 6B and DD. RGB value is (97,107,221). Sum of RGB (Red+Green+Blue) = 97+107+221=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #616BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDD is #9E9422. Grayscale: #747474. Windows color (decimal): -10392611 or 14510945. OLE color: 14510945.
HSL color Cylindrical-coordinate representation of color #616BDD: hue angle of 235.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616BDD is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 107 | 221 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.13 |
| HSL | 235.16º | 0.65% | 0.62% | - |
| HSV(B) | 235.16º | 0.56% | 0.87% | - |
| XYZ | 23.24 | 18.28 | 70.71 | - |
| YUV | 117.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 221 | 0.56 | 0.52 | 0 | 0.13 | 235.16 | 0.65 | 0.62 |
| Hex | 61 | 6B | DD | 38 | 34 | 0 | D | EB | 41 | 3E |
| Octal | 141 | 153 | 335 | 70 | 64 | 0 | 15 | 353 | 101 | 76 |
| Binary | 1100001 | 1101011 | 11011101 | 111000 | 110100 | 0 | 1101 | 11101011 | 1000001 | 111110 |
Color Harmonies of #616BDD
Complementary color
Monochromatic Colors of #616BDD
Black with #616BDD
Text Example
Text Example
White with #616BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BDD; }
p { color: rgb(97,107,221); }
H1.HeaderClassName
{
color: #616BDD;
}
.AnyTagClassName
{
color: #616BDD;
}
</style>
background-color css
<style>
a { background-color: #616BDD; }
a { background-color: rgb(97,107,221); }
div.DivClassName
{
background-color: #616BDD;
}
.BgClassName
{
background-color: #616BDD;
}
</style>
border-color css
<style>
span { border-color: #616BDD; }
span { border-color: rgb(97,107,221); }
td.TdClassName
{
border-color: #616BDD;
}
.TagClassName
{
border-color: #616BDD;
}
</style>