Shades of Slate Blue #6256C3
Tints of Slate Blue #6256C3
RGB
CMYK
RGB Variations
Color information
#6256C3 (or 0x6256C3) is known color: Slate Blue. HEX triplet: 62, 56 and C3. RGB value is (98,86,195). Sum of RGB (Red+Green+Blue) = 98+86+195=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #6256C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256C3 is #9DA93C. Grayscale: #656565. Windows color (decimal): -10332477 or 12801634. OLE color: 12801634.
HSL color Cylindrical-coordinate representation of color #6256C3: hue angle of 246.61º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6256C3 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 86 | 195 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.24 |
| HSL | 246.61º | 0.48% | 0.55% | - |
| HSV(B) | 246.61º | 0.56% | 0.76% | - |
| XYZ | 18.22 | 13.19 | 53.22 | - |
| YUV | 102.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 195 | 0.50 | 0.56 | 0 | 0.24 | 246.61 | 0.48 | 0.55 |
| Hex | 62 | 56 | C3 | 32 | 38 | 0 | 18 | F7 | 30 | 37 |
| Octal | 142 | 126 | 303 | 62 | 70 | 0 | 30 | 367 | 60 | 67 |
| Binary | 1100010 | 1010110 | 11000011 | 110010 | 111000 | 0 | 11000 | 11110111 | 110000 | 110111 |
Color Harmonies of #6256C3
Complementary color
Monochromatic Colors of #6256C3
Black with #6256C3
Text Example
Text Example
White with #6256C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256C3; }
p { color: rgb(98,86,195); }
H1.HeaderClassName
{
color: #6256C3;
}
.AnyTagClassName
{
color: #6256C3;
}
</style>
background-color css
<style>
a { background-color: #6256C3; }
a { background-color: rgb(98,86,195); }
div.DivClassName
{
background-color: #6256C3;
}
.BgClassName
{
background-color: #6256C3;
}
</style>
border-color css
<style>
span { border-color: #6256C3; }
span { border-color: rgb(98,86,195); }
td.TdClassName
{
border-color: #6256C3;
}
.TagClassName
{
border-color: #6256C3;
}
</style>