Shades of Slate Blue #616CDA
Tints of Slate Blue #616CDA
RGB
CMYK
RGB Variations
Color information
#616CDA (or 0x616CDA) is known color: Slate Blue. HEX triplet: 61, 6C and DA. RGB value is (97,108,218). Sum of RGB (Red+Green+Blue) = 97+108+218=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #616CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CDA is #9E9325. Grayscale: #747474. Windows color (decimal): -10392358 or 14314593. OLE color: 14314593.
HSL color Cylindrical-coordinate representation of color #616CDA: hue angle of 234.55º 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 #616CDA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 108 | 218 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.15 |
| HSL | 234.55º | 0.62% | 0.62% | - |
| HSV(B) | 234.55º | 0.56% | 0.85% | - |
| XYZ | 22.95 | 18.33 | 68.66 | - |
| YUV | 117.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 218 | 0.56 | 0.50 | 0 | 0.15 | 234.55 | 0.62 | 0.62 |
| Hex | 61 | 6C | DA | 38 | 32 | 0 | F | EB | 3E | 3E |
| Octal | 141 | 154 | 332 | 70 | 62 | 0 | 17 | 353 | 76 | 76 |
| Binary | 1100001 | 1101100 | 11011010 | 111000 | 110010 | 0 | 1111 | 11101011 | 111110 | 111110 |
Color Harmonies of #616CDA
Complementary color
Monochromatic Colors of #616CDA
Black with #616CDA
Text Example
Text Example
White with #616CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CDA; }
p { color: rgb(97,108,218); }
H1.HeaderClassName
{
color: #616CDA;
}
.AnyTagClassName
{
color: #616CDA;
}
</style>
background-color css
<style>
a { background-color: #616CDA; }
a { background-color: rgb(97,108,218); }
div.DivClassName
{
background-color: #616CDA;
}
.BgClassName
{
background-color: #616CDA;
}
</style>
border-color css
<style>
span { border-color: #616CDA; }
span { border-color: rgb(97,108,218); }
td.TdClassName
{
border-color: #616CDA;
}
.TagClassName
{
border-color: #616CDA;
}
</style>