Shades of Slate Blue #6145D9
Tints of Slate Blue #6145D9
RGB
CMYK
RGB Variations
Color information
#6145D9 (or 0x6145D9) is known color: Slate Blue. HEX triplet: 61, 45 and D9. RGB value is (97,69,217). Sum of RGB (Red+Green+Blue) = 97+69+217=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #6145D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145D9 is #9EBA26. Grayscale: #5D5D5D. Windows color (decimal): -10402343 or 14239073. OLE color: 14239073.
HSL color Cylindrical-coordinate representation of color #6145D9: hue angle of 251.35º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6145D9 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 69 | 217 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.15 |
| HSL | 251.35º | 0.66% | 0.56% | - |
| HSV(B) | 251.35º | 0.68% | 0.85% | - |
| XYZ | 19.58 | 11.81 | 66.89 | - |
| YUV | 94.24 | 197.28 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 217 | 0.55 | 0.68 | 0 | 0.15 | 251.35 | 0.66 | 0.56 |
| Hex | 61 | 45 | D9 | 37 | 44 | 0 | F | FB | 42 | 38 |
| Octal | 141 | 105 | 331 | 67 | 104 | 0 | 17 | 373 | 102 | 70 |
| Binary | 1100001 | 1000101 | 11011001 | 110111 | 1000100 | 0 | 1111 | 11111011 | 1000010 | 111000 |
Color Harmonies of #6145D9
Complementary color
Monochromatic Colors of #6145D9
Black with #6145D9
Text Example
Text Example
White with #6145D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6145D9; }
p { color: rgb(97,69,217); }
H1.HeaderClassName
{
color: #6145D9;
}
.AnyTagClassName
{
color: #6145D9;
}
</style>
background-color css
<style>
a { background-color: #6145D9; }
a { background-color: rgb(97,69,217); }
div.DivClassName
{
background-color: #6145D9;
}
.BgClassName
{
background-color: #6145D9;
}
</style>
border-color css
<style>
span { border-color: #6145D9; }
span { border-color: rgb(97,69,217); }
td.TdClassName
{
border-color: #6145D9;
}
.TagClassName
{
border-color: #6145D9;
}
</style>