Shades of Slate Blue #6341D6
Tints of Slate Blue #6341D6
RGB
CMYK
RGB Variations
Color information
#6341D6 (or 0x6341D6) is known color: Slate Blue. HEX triplet: 63, 41 and D6. RGB value is (99,65,214). Sum of RGB (Red+Green+Blue) = 99+65+214=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #6341D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341D6 is #9CBE29. Grayscale: #5B5B5B. Windows color (decimal): -10272298 or 14041443. OLE color: 14041443.
HSL color Cylindrical-coordinate representation of color #6341D6: hue angle of 253.69º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6341D6 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 65 | 214 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.16 |
| HSL | 253.69º | 0.65% | 0.55% | - |
| HSV(B) | 253.69º | 0.7% | 0.84% | - |
| XYZ | 19.17 | 11.29 | 64.79 | - |
| YUV | 92.15 | 196.76 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 214 | 0.54 | 0.70 | 0 | 0.16 | 253.69 | 0.65 | 0.55 |
| Hex | 63 | 41 | D6 | 36 | 46 | 0 | 10 | FE | 41 | 37 |
| Octal | 143 | 101 | 326 | 66 | 106 | 0 | 20 | 376 | 101 | 67 |
| Binary | 1100011 | 1000001 | 11010110 | 110110 | 1000110 | 0 | 10000 | 11111110 | 1000001 | 110111 |
Color Harmonies of #6341D6
Complementary color
Monochromatic Colors of #6341D6
Black with #6341D6
Text Example
Text Example
White with #6341D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341D6; }
p { color: rgb(99,65,214); }
H1.HeaderClassName
{
color: #6341D6;
}
.AnyTagClassName
{
color: #6341D6;
}
</style>
background-color css
<style>
a { background-color: #6341D6; }
a { background-color: rgb(99,65,214); }
div.DivClassName
{
background-color: #6341D6;
}
.BgClassName
{
background-color: #6341D6;
}
</style>
border-color css
<style>
span { border-color: #6341D6; }
span { border-color: rgb(99,65,214); }
td.TdClassName
{
border-color: #6341D6;
}
.TagClassName
{
border-color: #6341D6;
}
</style>