Shades of Slate Blue #616DDA
Tints of Slate Blue #616DDA
RGB
CMYK
RGB Variations
Color information
#616DDA (or 0x616DDA) is known color: Slate Blue. HEX triplet: 61, 6D and DA. RGB value is (97,109,218). Sum of RGB (Red+Green+Blue) = 97+109+218=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #616DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DDA is #9E9225. Grayscale: #757575. Windows color (decimal): -10392102 or 14314849. OLE color: 14314849.
HSL color Cylindrical-coordinate representation of color #616DDA: hue angle of 234.05º 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 #616DDA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 109 | 218 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.15 |
| HSL | 234.05º | 0.62% | 0.62% | - |
| HSV(B) | 234.05º | 0.56% | 0.85% | - |
| XYZ | 23.05 | 18.54 | 68.69 | - |
| YUV | 117.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 218 | 0.56 | 0.5 | 0 | 0.15 | 234.05 | 0.62 | 0.62 |
| Hex | 61 | 6D | DA | 38 | 32 | 0 | F | EA | 3E | 3E |
| Octal | 141 | 155 | 332 | 70 | 62 | 0 | 17 | 352 | 76 | 76 |
| Binary | 1100001 | 1101101 | 11011010 | 111000 | 110010 | 0 | 1111 | 11101010 | 111110 | 111110 |
Color Harmonies of #616DDA
Complementary color
Monochromatic Colors of #616DDA
Black with #616DDA
Text Example
Text Example
White with #616DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DDA; }
p { color: rgb(97,109,218); }
H1.HeaderClassName
{
color: #616DDA;
}
.AnyTagClassName
{
color: #616DDA;
}
</style>
background-color css
<style>
a { background-color: #616DDA; }
a { background-color: rgb(97,109,218); }
div.DivClassName
{
background-color: #616DDA;
}
.BgClassName
{
background-color: #616DDA;
}
</style>
border-color css
<style>
span { border-color: #616DDA; }
span { border-color: rgb(97,109,218); }
td.TdClassName
{
border-color: #616DDA;
}
.TagClassName
{
border-color: #616DDA;
}
</style>