Shades of Slate Blue #6151DD
Tints of Slate Blue #6151DD
RGB
CMYK
RGB Variations
Color information
#6151DD (or 0x6151DD) is known color: Slate Blue. HEX triplet: 61, 51 and DD. RGB value is (97,81,221). Sum of RGB (Red+Green+Blue) = 97+81+221=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #6151DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151DD is #9EAE22. Grayscale: #656565. Windows color (decimal): -10399267 or 14504289. OLE color: 14504289.
HSL color Cylindrical-coordinate representation of color #6151DD: hue angle of 246.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6151DD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 81 | 221 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.13 |
| HSL | 246.86º | 0.67% | 0.59% | - |
| HSV(B) | 246.86º | 0.63% | 0.87% | - |
| XYZ | 20.92 | 13.65 | 69.94 | - |
| YUV | 101.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 221 | 0.56 | 0.63 | 0 | 0.13 | 246.86 | 0.67 | 0.59 |
| Hex | 61 | 51 | DD | 38 | 3F | 0 | D | F7 | 43 | 3B |
| Octal | 141 | 121 | 335 | 70 | 77 | 0 | 15 | 367 | 103 | 73 |
| Binary | 1100001 | 1010001 | 11011101 | 111000 | 111111 | 0 | 1101 | 11110111 | 1000011 | 111011 |
Color Harmonies of #6151DD
Complementary color
Monochromatic Colors of #6151DD
Black with #6151DD
Text Example
Text Example
White with #6151DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151DD; }
p { color: rgb(97,81,221); }
H1.HeaderClassName
{
color: #6151DD;
}
.AnyTagClassName
{
color: #6151DD;
}
</style>
background-color css
<style>
a { background-color: #6151DD; }
a { background-color: rgb(97,81,221); }
div.DivClassName
{
background-color: #6151DD;
}
.BgClassName
{
background-color: #6151DD;
}
</style>
border-color css
<style>
span { border-color: #6151DD; }
span { border-color: rgb(97,81,221); }
td.TdClassName
{
border-color: #6151DD;
}
.TagClassName
{
border-color: #6151DD;
}
</style>