Shades of Slate Blue #6456C9
Tints of Slate Blue #6456C9
RGB
CMYK
RGB Variations
Color information
#6456C9 (or 0x6456C9) is known color: Slate Blue. HEX triplet: 64, 56 and C9. RGB value is (100,86,201). Sum of RGB (Red+Green+Blue) = 100+86+201=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #6456C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456C9 is #9BA936. Grayscale: #666666. Windows color (decimal): -10201399 or 13194852. OLE color: 13194852.
HSL color Cylindrical-coordinate representation of color #6456C9: hue angle of 247.3º 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 #6456C9 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 86 | 201 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.21 |
| HSL | 247.3º | 0.52% | 0.56% | - |
| HSV(B) | 247.3º | 0.57% | 0.79% | - |
| XYZ | 19.13 | 13.58 | 56.87 | - |
| YUV | 103.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 201 | 0.50 | 0.57 | 0 | 0.21 | 247.3 | 0.52 | 0.56 |
| Hex | 64 | 56 | C9 | 32 | 39 | 0 | 15 | F7 | 34 | 38 |
| Octal | 144 | 126 | 311 | 62 | 71 | 0 | 25 | 367 | 64 | 70 |
| Binary | 1100100 | 1010110 | 11001001 | 110010 | 111001 | 0 | 10101 | 11110111 | 110100 | 111000 |
Color Harmonies of #6456C9
Complementary color
Monochromatic Colors of #6456C9
Black with #6456C9
Text Example
Text Example
White with #6456C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456C9; }
p { color: rgb(100,86,201); }
H1.HeaderClassName
{
color: #6456C9;
}
.AnyTagClassName
{
color: #6456C9;
}
</style>
background-color css
<style>
a { background-color: #6456C9; }
a { background-color: rgb(100,86,201); }
div.DivClassName
{
background-color: #6456C9;
}
.BgClassName
{
background-color: #6456C9;
}
</style>
border-color css
<style>
span { border-color: #6456C9; }
span { border-color: rgb(100,86,201); }
td.TdClassName
{
border-color: #6456C9;
}
.TagClassName
{
border-color: #6456C9;
}
</style>