Shades of Slate Blue #6150DD
Tints of Slate Blue #6150DD
RGB
CMYK
RGB Variations
Color information
#6150DD (or 0x6150DD) is known color: Slate Blue. HEX triplet: 61, 50 and DD. RGB value is (97,80,221). Sum of RGB (Red+Green+Blue) = 97+80+221=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #6150DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150DD is #9EAF22. Grayscale: #646464. Windows color (decimal): -10399523 or 14504033. OLE color: 14504033.
HSL color Cylindrical-coordinate representation of color #6150DD: hue angle of 247.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6150DD is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 80 | 221 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.13 |
| HSL | 247.23º | 0.67% | 0.59% | - |
| HSV(B) | 247.23º | 0.64% | 0.87% | - |
| XYZ | 20.85 | 13.5 | 69.91 | - |
| YUV | 101.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 221 | 0.56 | 0.64 | 0 | 0.13 | 247.23 | 0.67 | 0.59 |
| Hex | 61 | 50 | DD | 38 | 40 | 0 | D | F7 | 43 | 3B |
| Octal | 141 | 120 | 335 | 70 | 100 | 0 | 15 | 367 | 103 | 73 |
| Binary | 1100001 | 1010000 | 11011101 | 111000 | 1000000 | 0 | 1101 | 11110111 | 1000011 | 111011 |
Color Harmonies of #6150DD
Complementary color
Monochromatic Colors of #6150DD
Black with #6150DD
Text Example
Text Example
White with #6150DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150DD; }
p { color: rgb(97,80,221); }
H1.HeaderClassName
{
color: #6150DD;
}
.AnyTagClassName
{
color: #6150DD;
}
</style>
background-color css
<style>
a { background-color: #6150DD; }
a { background-color: rgb(97,80,221); }
div.DivClassName
{
background-color: #6150DD;
}
.BgClassName
{
background-color: #6150DD;
}
</style>
border-color css
<style>
span { border-color: #6150DD; }
span { border-color: rgb(97,80,221); }
td.TdClassName
{
border-color: #6150DD;
}
.TagClassName
{
border-color: #6150DD;
}
</style>