Shades of Slate Blue #6256C1
Tints of Slate Blue #6256C1
RGB
CMYK
RGB Variations
Color information
#6256C1 (or 0x6256C1) is known color: Slate Blue. HEX triplet: 62, 56 and C1. RGB value is (98,86,193). Sum of RGB (Red+Green+Blue) = 98+86+193=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #6256C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256C1 is #9DA93E. Grayscale: #656565. Windows color (decimal): -10332479 or 12670562. OLE color: 12670562.
HSL color Cylindrical-coordinate representation of color #6256C1: hue angle of 246.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6256C1 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 86 | 193 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.24 |
| HSL | 246.73º | 0.46% | 0.55% | - |
| HSV(B) | 246.73º | 0.55% | 0.76% | - |
| XYZ | 17.99 | 13.1 | 52.03 | - |
| YUV | 101.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 193 | 0.49 | 0.55 | 0 | 0.24 | 246.73 | 0.46 | 0.55 |
| Hex | 62 | 56 | C1 | 31 | 37 | 0 | 18 | F7 | 2E | 37 |
| Octal | 142 | 126 | 301 | 61 | 67 | 0 | 30 | 367 | 56 | 67 |
| Binary | 1100010 | 1010110 | 11000001 | 110001 | 110111 | 0 | 11000 | 11110111 | 101110 | 110111 |
Color Harmonies of #6256C1
Complementary color
Monochromatic Colors of #6256C1
Black with #6256C1
Text Example
Text Example
White with #6256C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256C1; }
p { color: rgb(98,86,193); }
H1.HeaderClassName
{
color: #6256C1;
}
.AnyTagClassName
{
color: #6256C1;
}
</style>
background-color css
<style>
a { background-color: #6256C1; }
a { background-color: rgb(98,86,193); }
div.DivClassName
{
background-color: #6256C1;
}
.BgClassName
{
background-color: #6256C1;
}
</style>
border-color css
<style>
span { border-color: #6256C1; }
span { border-color: rgb(98,86,193); }
td.TdClassName
{
border-color: #6256C1;
}
.TagClassName
{
border-color: #6256C1;
}
</style>