Shades of Slate Blue #616BCF
Tints of Slate Blue #616BCF
RGB
CMYK
RGB Variations
Color information
#616BCF (or 0x616BCF) is known color: Slate Blue. HEX triplet: 61, 6B and CF. RGB value is (97,107,207). Sum of RGB (Red+Green+Blue) = 97+107+207=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #616BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BCF is #9E9430. Grayscale: #727272. Windows color (decimal): -10392625 or 13593441. OLE color: 13593441.
HSL color Cylindrical-coordinate representation of color #616BCF: hue angle of 234.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616BCF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 107 | 207 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.19 |
| HSL | 234.55º | 0.53% | 0.6% | - |
| HSV(B) | 234.55º | 0.53% | 0.81% | - |
| XYZ | 21.45 | 17.56 | 61.29 | - |
| YUV | 115.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 207 | 0.53 | 0.48 | 0 | 0.19 | 234.55 | 0.53 | 0.6 |
| Hex | 61 | 6B | CF | 35 | 30 | 0 | 13 | EB | 35 | 3C |
| Octal | 141 | 153 | 317 | 65 | 60 | 0 | 23 | 353 | 65 | 74 |
| Binary | 1100001 | 1101011 | 11001111 | 110101 | 110000 | 0 | 10011 | 11101011 | 110101 | 111100 |
Color Harmonies of #616BCF
Complementary color
Monochromatic Colors of #616BCF
Black with #616BCF
Text Example
Text Example
White with #616BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BCF; }
p { color: rgb(97,107,207); }
H1.HeaderClassName
{
color: #616BCF;
}
.AnyTagClassName
{
color: #616BCF;
}
</style>
background-color css
<style>
a { background-color: #616BCF; }
a { background-color: rgb(97,107,207); }
div.DivClassName
{
background-color: #616BCF;
}
.BgClassName
{
background-color: #616BCF;
}
</style>
border-color css
<style>
span { border-color: #616BCF; }
span { border-color: rgb(97,107,207); }
td.TdClassName
{
border-color: #616BCF;
}
.TagClassName
{
border-color: #616BCF;
}
</style>