Shades of Slate Blue #616BDA
Tints of Slate Blue #616BDA
RGB
CMYK
RGB Variations
Color information
#616BDA (or 0x616BDA) is known color: Slate Blue. HEX triplet: 61, 6B and DA. RGB value is (97,107,218). Sum of RGB (Red+Green+Blue) = 97+107+218=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #616BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDA is #9E9425. Grayscale: #747474. Windows color (decimal): -10392614 or 14314337. OLE color: 14314337.
HSL color Cylindrical-coordinate representation of color #616BDA: hue angle of 235.04º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616BDA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 107 | 218 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.15 |
| HSL | 235.04º | 0.62% | 0.62% | - |
| HSV(B) | 235.04º | 0.56% | 0.85% | - |
| XYZ | 22.84 | 18.12 | 68.62 | - |
| YUV | 116.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 218 | 0.56 | 0.51 | 0 | 0.15 | 235.04 | 0.62 | 0.62 |
| Hex | 61 | 6B | DA | 38 | 33 | 0 | F | EB | 3E | 3E |
| Octal | 141 | 153 | 332 | 70 | 63 | 0 | 17 | 353 | 76 | 76 |
| Binary | 1100001 | 1101011 | 11011010 | 111000 | 110011 | 0 | 1111 | 11101011 | 111110 | 111110 |
Color Harmonies of #616BDA
Complementary color
Monochromatic Colors of #616BDA
Black with #616BDA
Text Example
Text Example
White with #616BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BDA; }
p { color: rgb(97,107,218); }
H1.HeaderClassName
{
color: #616BDA;
}
.AnyTagClassName
{
color: #616BDA;
}
</style>
background-color css
<style>
a { background-color: #616BDA; }
a { background-color: rgb(97,107,218); }
div.DivClassName
{
background-color: #616BDA;
}
.BgClassName
{
background-color: #616BDA;
}
</style>
border-color css
<style>
span { border-color: #616BDA; }
span { border-color: rgb(97,107,218); }
td.TdClassName
{
border-color: #616BDA;
}
.TagClassName
{
border-color: #616BDA;
}
</style>