Shades of Slate Blue #6150C2
Tints of Slate Blue #6150C2
RGB
CMYK
RGB Variations
Color information
#6150C2 (or 0x6150C2) is known color: Slate Blue. HEX triplet: 61, 50 and C2. RGB value is (97,80,194). Sum of RGB (Red+Green+Blue) = 97+80+194=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #6150C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150C2 is #9EAF3D. Grayscale: #616161. Windows color (decimal): -10399550 or 12734561. OLE color: 12734561.
HSL color Cylindrical-coordinate representation of color #6150C2: hue angle of 248.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6150C2 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 80 | 194 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.24 |
| HSL | 248.95º | 0.48% | 0.54% | - |
| HSV(B) | 248.95º | 0.59% | 0.76% | - |
| XYZ | 17.54 | 12.17 | 52.46 | - |
| YUV | 98.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 194 | 0.50 | 0.59 | 0 | 0.24 | 248.95 | 0.48 | 0.54 |
| Hex | 61 | 50 | C2 | 32 | 3B | 0 | 18 | F9 | 30 | 36 |
| Octal | 141 | 120 | 302 | 62 | 73 | 0 | 30 | 371 | 60 | 66 |
| Binary | 1100001 | 1010000 | 11000010 | 110010 | 111011 | 0 | 11000 | 11111001 | 110000 | 110110 |
Color Harmonies of #6150C2
Complementary color
Monochromatic Colors of #6150C2
Black with #6150C2
Text Example
Text Example
White with #6150C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150C2; }
p { color: rgb(97,80,194); }
H1.HeaderClassName
{
color: #6150C2;
}
.AnyTagClassName
{
color: #6150C2;
}
</style>
background-color css
<style>
a { background-color: #6150C2; }
a { background-color: rgb(97,80,194); }
div.DivClassName
{
background-color: #6150C2;
}
.BgClassName
{
background-color: #6150C2;
}
</style>
border-color css
<style>
span { border-color: #6150C2; }
span { border-color: rgb(97,80,194); }
td.TdClassName
{
border-color: #6150C2;
}
.TagClassName
{
border-color: #6150C2;
}
</style>