Shades of Slate Blue #6151CF
Tints of Slate Blue #6151CF
RGB
CMYK
RGB Variations
Color information
#6151CF (or 0x6151CF) is known color: Slate Blue. HEX triplet: 61, 51 and CF. RGB value is (97,81,207). Sum of RGB (Red+Green+Blue) = 97+81+207=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #6151CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151CF is #9EAE30. Grayscale: #636363. Windows color (decimal): -10399281 or 13586785. OLE color: 13586785.
HSL color Cylindrical-coordinate representation of color #6151CF: hue angle of 247.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6151CF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 81 | 207 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.19 |
| HSL | 247.62º | 0.57% | 0.56% | - |
| HSV(B) | 247.62º | 0.61% | 0.81% | - |
| XYZ | 19.13 | 12.93 | 60.52 | - |
| YUV | 100.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 207 | 0.53 | 0.61 | 0 | 0.19 | 247.62 | 0.57 | 0.56 |
| Hex | 61 | 51 | CF | 35 | 3D | 0 | 13 | F8 | 39 | 38 |
| Octal | 141 | 121 | 317 | 65 | 75 | 0 | 23 | 370 | 71 | 70 |
| Binary | 1100001 | 1010001 | 11001111 | 110101 | 111101 | 0 | 10011 | 11111000 | 111001 | 111000 |
Color Harmonies of #6151CF
Complementary color
Monochromatic Colors of #6151CF
Black with #6151CF
Text Example
Text Example
White with #6151CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151CF; }
p { color: rgb(97,81,207); }
H1.HeaderClassName
{
color: #6151CF;
}
.AnyTagClassName
{
color: #6151CF;
}
</style>
background-color css
<style>
a { background-color: #6151CF; }
a { background-color: rgb(97,81,207); }
div.DivClassName
{
background-color: #6151CF;
}
.BgClassName
{
background-color: #6151CF;
}
</style>
border-color css
<style>
span { border-color: #6151CF; }
span { border-color: rgb(97,81,207); }
td.TdClassName
{
border-color: #6151CF;
}
.TagClassName
{
border-color: #6151CF;
}
</style>