Shades of Slate Blue #6151DF
Tints of Slate Blue #6151DF
RGB
CMYK
RGB Variations
Color information
#6151DF (or 0x6151DF) is known color: Slate Blue. HEX triplet: 61, 51 and DF. RGB value is (97,81,223). Sum of RGB (Red+Green+Blue) = 97+81+223=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #6151DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151DF is #9EAE20. Grayscale: #656565. Windows color (decimal): -10399265 or 14635361. OLE color: 14635361.
HSL color Cylindrical-coordinate representation of color #6151DF: hue angle of 246.76º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6151DF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 81 | 223 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 246.76º | 0.69% | 0.6% | - |
| HSV(B) | 246.76º | 0.64% | 0.87% | - |
| XYZ | 21.19 | 13.75 | 71.35 | - |
| YUV | 101.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 223 | 0.57 | 0.64 | 0 | 0.13 | 246.76 | 0.69 | 0.6 |
| Hex | 61 | 51 | DF | 39 | 40 | 0 | D | F7 | 45 | 3C |
| Octal | 141 | 121 | 337 | 71 | 100 | 0 | 15 | 367 | 105 | 74 |
| Binary | 1100001 | 1010001 | 11011111 | 111001 | 1000000 | 0 | 1101 | 11110111 | 1000101 | 111100 |
Color Harmonies of #6151DF
Complementary color
Monochromatic Colors of #6151DF
Black with #6151DF
Text Example
Text Example
White with #6151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151DF; }
p { color: rgb(97,81,223); }
H1.HeaderClassName
{
color: #6151DF;
}
.AnyTagClassName
{
color: #6151DF;
}
</style>
background-color css
<style>
a { background-color: #6151DF; }
a { background-color: rgb(97,81,223); }
div.DivClassName
{
background-color: #6151DF;
}
.BgClassName
{
background-color: #6151DF;
}
</style>
border-color css
<style>
span { border-color: #6151DF; }
span { border-color: rgb(97,81,223); }
td.TdClassName
{
border-color: #6151DF;
}
.TagClassName
{
border-color: #6151DF;
}
</style>