Shades of Slate Blue #616BDC
Tints of Slate Blue #616BDC
RGB
CMYK
RGB Variations
Color information
#616BDC (or 0x616BDC) is known color: Slate Blue. HEX triplet: 61, 6B and DC. RGB value is (97,107,220). Sum of RGB (Red+Green+Blue) = 97+107+220=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #616BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDC is #9E9423. Grayscale: #747474. Windows color (decimal): -10392612 or 14445409. OLE color: 14445409.
HSL color Cylindrical-coordinate representation of color #616BDC: hue angle of 235.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616BDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 107 | 220 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.14 |
| HSL | 235.12º | 0.64% | 0.62% | - |
| HSV(B) | 235.12º | 0.56% | 0.86% | - |
| XYZ | 23.11 | 18.22 | 70.01 | - |
| YUV | 116.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 220 | 0.56 | 0.51 | 0 | 0.14 | 235.12 | 0.64 | 0.62 |
| Hex | 61 | 6B | DC | 38 | 33 | 0 | E | EB | 40 | 3E |
| Octal | 141 | 153 | 334 | 70 | 63 | 0 | 16 | 353 | 100 | 76 |
| Binary | 1100001 | 1101011 | 11011100 | 111000 | 110011 | 0 | 1110 | 11101011 | 1000000 | 111110 |
Color Harmonies of #616BDC
Complementary color
Monochromatic Colors of #616BDC
Black with #616BDC
Text Example
Text Example
White with #616BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BDC; }
p { color: rgb(97,107,220); }
H1.HeaderClassName
{
color: #616BDC;
}
.AnyTagClassName
{
color: #616BDC;
}
</style>
background-color css
<style>
a { background-color: #616BDC; }
a { background-color: rgb(97,107,220); }
div.DivClassName
{
background-color: #616BDC;
}
.BgClassName
{
background-color: #616BDC;
}
</style>
border-color css
<style>
span { border-color: #616BDC; }
span { border-color: rgb(97,107,220); }
td.TdClassName
{
border-color: #616BDC;
}
.TagClassName
{
border-color: #616BDC;
}
</style>