Shades of Slate Blue #616DDF
Tints of Slate Blue #616DDF
RGB
CMYK
RGB Variations
Color information
#616DDF (or 0x616DDF) is known color: Slate Blue. HEX triplet: 61, 6D and DF. RGB value is (97,109,223). Sum of RGB (Red+Green+Blue) = 97+109+223=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #616DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DDF is #9E9220. Grayscale: #757575. Windows color (decimal): -10392097 or 14642529. OLE color: 14642529.
HSL color Cylindrical-coordinate representation of color #616DDF: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616DDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 109 | 223 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.13 |
| HSL | 234.29º | 0.66% | 0.63% | - |
| HSV(B) | 234.29º | 0.57% | 0.87% | - |
| XYZ | 23.72 | 18.81 | 72.19 | - |
| YUV | 118.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 223 | 0.57 | 0.51 | 0 | 0.13 | 234.29 | 0.66 | 0.63 |
| Hex | 61 | 6D | DF | 39 | 33 | 0 | D | EA | 42 | 3F |
| Octal | 141 | 155 | 337 | 71 | 63 | 0 | 15 | 352 | 102 | 77 |
| Binary | 1100001 | 1101101 | 11011111 | 111001 | 110011 | 0 | 1101 | 11101010 | 1000010 | 111111 |
Color Harmonies of #616DDF
Complementary color
Monochromatic Colors of #616DDF
Black with #616DDF
Text Example
Text Example
White with #616DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DDF; }
p { color: rgb(97,109,223); }
H1.HeaderClassName
{
color: #616DDF;
}
.AnyTagClassName
{
color: #616DDF;
}
</style>
background-color css
<style>
a { background-color: #616DDF; }
a { background-color: rgb(97,109,223); }
div.DivClassName
{
background-color: #616DDF;
}
.BgClassName
{
background-color: #616DDF;
}
</style>
border-color css
<style>
span { border-color: #616DDF; }
span { border-color: rgb(97,109,223); }
td.TdClassName
{
border-color: #616DDF;
}
.TagClassName
{
border-color: #616DDF;
}
</style>