Shades of Slate Blue #6151CE
Tints of Slate Blue #6151CE
RGB
CMYK
RGB Variations
Color information
#6151CE (or 0x6151CE) is known color: Slate Blue. HEX triplet: 61, 51 and CE. RGB value is (97,81,206). Sum of RGB (Red+Green+Blue) = 97+81+206=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #6151CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151CE is #9EAE31. Grayscale: #636363. Windows color (decimal): -10399282 or 13521249. OLE color: 13521249.
HSL color Cylindrical-coordinate representation of color #6151CE: hue angle of 247.68º degrees, saturation: 0.56, 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 #6151CE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 81 | 206 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.19 |
| HSL | 247.68º | 0.56% | 0.56% | - |
| HSV(B) | 247.68º | 0.61% | 0.81% | - |
| XYZ | 19.01 | 12.88 | 59.88 | - |
| YUV | 100.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 206 | 0.53 | 0.61 | 0 | 0.19 | 247.68 | 0.56 | 0.56 |
| Hex | 61 | 51 | CE | 35 | 3D | 0 | 13 | F8 | 38 | 38 |
| Octal | 141 | 121 | 316 | 65 | 75 | 0 | 23 | 370 | 70 | 70 |
| Binary | 1100001 | 1010001 | 11001110 | 110101 | 111101 | 0 | 10011 | 11111000 | 111000 | 111000 |
Color Harmonies of #6151CE
Complementary color
Monochromatic Colors of #6151CE
Black with #6151CE
Text Example
Text Example
White with #6151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6151CE; }
p { color: rgb(97,81,206); }
H1.HeaderClassName
{
color: #6151CE;
}
.AnyTagClassName
{
color: #6151CE;
}
</style>
background-color css
<style>
a { background-color: #6151CE; }
a { background-color: rgb(97,81,206); }
div.DivClassName
{
background-color: #6151CE;
}
.BgClassName
{
background-color: #6151CE;
}
</style>
border-color css
<style>
span { border-color: #6151CE; }
span { border-color: rgb(97,81,206); }
td.TdClassName
{
border-color: #6151CE;
}
.TagClassName
{
border-color: #6151CE;
}
</style>