Shades of Slate Blue #6351CD
Tints of Slate Blue #6351CD
RGB
CMYK
RGB Variations
Color information
#6351CD (or 0x6351CD) is known color: Slate Blue. HEX triplet: 63, 51 and CD. RGB value is (99,81,205). Sum of RGB (Red+Green+Blue) = 99+81+205=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #6351CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351CD is #9CAE32. Grayscale: #646464. Windows color (decimal): -10268211 or 13455715. OLE color: 13455715.
HSL color Cylindrical-coordinate representation of color #6351CD: hue angle of 248.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6351CD is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 81 | 205 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.20 |
| HSL | 248.71º | 0.55% | 0.56% | - |
| HSV(B) | 248.71º | 0.6% | 0.8% | - |
| XYZ | 19.11 | 12.95 | 59.25 | - |
| YUV | 100.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 205 | 0.52 | 0.60 | 0 | 0.20 | 248.71 | 0.55 | 0.56 |
| Hex | 63 | 51 | CD | 34 | 3C | 0 | 14 | F9 | 37 | 38 |
| Octal | 143 | 121 | 315 | 64 | 74 | 0 | 24 | 371 | 67 | 70 |
| Binary | 1100011 | 1010001 | 11001101 | 110100 | 111100 | 0 | 10100 | 11111001 | 110111 | 111000 |
Color Harmonies of #6351CD
Complementary color
Monochromatic Colors of #6351CD
Black with #6351CD
Text Example
Text Example
White with #6351CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351CD; }
p { color: rgb(99,81,205); }
H1.HeaderClassName
{
color: #6351CD;
}
.AnyTagClassName
{
color: #6351CD;
}
</style>
background-color css
<style>
a { background-color: #6351CD; }
a { background-color: rgb(99,81,205); }
div.DivClassName
{
background-color: #6351CD;
}
.BgClassName
{
background-color: #6351CD;
}
</style>
border-color css
<style>
span { border-color: #6351CD; }
span { border-color: rgb(99,81,205); }
td.TdClassName
{
border-color: #6351CD;
}
.TagClassName
{
border-color: #6351CD;
}
</style>