Shades of Slate Blue #6256C9
Tints of Slate Blue #6256C9
RGB
CMYK
RGB Variations
Color information
#6256C9 (or 0x6256C9) is known color: Slate Blue. HEX triplet: 62, 56 and C9. RGB value is (98,86,201). Sum of RGB (Red+Green+Blue) = 98+86+201=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #6256C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256C9 is #9DA936. Grayscale: #666666. Windows color (decimal): -10332471 or 13194850. OLE color: 13194850.
HSL color Cylindrical-coordinate representation of color #6256C9: hue angle of 246.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6256C9 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 86 | 201 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.21 |
| HSL | 246.26º | 0.52% | 0.56% | - |
| HSV(B) | 246.26º | 0.57% | 0.79% | - |
| XYZ | 18.91 | 13.47 | 56.86 | - |
| YUV | 102.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 201 | 0.51 | 0.57 | 0 | 0.21 | 246.26 | 0.52 | 0.56 |
| Hex | 62 | 56 | C9 | 33 | 39 | 0 | 15 | F6 | 34 | 38 |
| Octal | 142 | 126 | 311 | 63 | 71 | 0 | 25 | 366 | 64 | 70 |
| Binary | 1100010 | 1010110 | 11001001 | 110011 | 111001 | 0 | 10101 | 11110110 | 110100 | 111000 |
Color Harmonies of #6256C9
Complementary color
Monochromatic Colors of #6256C9
Black with #6256C9
Text Example
Text Example
White with #6256C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256C9; }
p { color: rgb(98,86,201); }
H1.HeaderClassName
{
color: #6256C9;
}
.AnyTagClassName
{
color: #6256C9;
}
</style>
background-color css
<style>
a { background-color: #6256C9; }
a { background-color: rgb(98,86,201); }
div.DivClassName
{
background-color: #6256C9;
}
.BgClassName
{
background-color: #6256C9;
}
</style>
border-color css
<style>
span { border-color: #6256C9; }
span { border-color: rgb(98,86,201); }
td.TdClassName
{
border-color: #6256C9;
}
.TagClassName
{
border-color: #6256C9;
}
</style>