Shades of Slate Blue #616CDC
Tints of Slate Blue #616CDC
RGB
CMYK
RGB Variations
Color information
#616CDC (or 0x616CDC) is known color: Slate Blue. HEX triplet: 61, 6C and DC. RGB value is (97,108,220). Sum of RGB (Red+Green+Blue) = 97+108+220=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #616CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CDC is #9E9323. Grayscale: #757575. Windows color (decimal): -10392356 or 14445665. OLE color: 14445665.
HSL color Cylindrical-coordinate representation of color #616CDC: hue angle of 234.63º 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 #616CDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 108 | 220 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.14 |
| HSL | 234.63º | 0.64% | 0.62% | - |
| HSV(B) | 234.63º | 0.56% | 0.86% | - |
| XYZ | 23.21 | 18.43 | 70.04 | - |
| YUV | 117.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 220 | 0.56 | 0.51 | 0 | 0.14 | 234.63 | 0.64 | 0.62 |
| Hex | 61 | 6C | DC | 38 | 33 | 0 | E | EB | 40 | 3E |
| Octal | 141 | 154 | 334 | 70 | 63 | 0 | 16 | 353 | 100 | 76 |
| Binary | 1100001 | 1101100 | 11011100 | 111000 | 110011 | 0 | 1110 | 11101011 | 1000000 | 111110 |
Color Harmonies of #616CDC
Complementary color
Monochromatic Colors of #616CDC
Black with #616CDC
Text Example
Text Example
White with #616CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CDC; }
p { color: rgb(97,108,220); }
H1.HeaderClassName
{
color: #616CDC;
}
.AnyTagClassName
{
color: #616CDC;
}
</style>
background-color css
<style>
a { background-color: #616CDC; }
a { background-color: rgb(97,108,220); }
div.DivClassName
{
background-color: #616CDC;
}
.BgClassName
{
background-color: #616CDC;
}
</style>
border-color css
<style>
span { border-color: #616CDC; }
span { border-color: rgb(97,108,220); }
td.TdClassName
{
border-color: #616CDC;
}
.TagClassName
{
border-color: #616CDC;
}
</style>