Shades of Slate Blue #6563C9
Tints of Slate Blue #6563C9
RGB
CMYK
RGB Variations
Color information
#6563C9 (or 0x6563C9) is known color: Slate Blue. HEX triplet: 65, 63 and C9. RGB value is (101,99,201). Sum of RGB (Red+Green+Blue) = 101+99+201=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #6563C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563C9 is #9A9C36. Grayscale: #6E6E6E. Windows color (decimal): -10132535 or 13198181. OLE color: 13198181.
HSL color Cylindrical-coordinate representation of color #6563C9: hue angle of 241.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6563C9 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 99 | 201 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.21 |
| HSL | 241.18º | 0.49% | 0.59% | - |
| HSV(B) | 241.18º | 0.51% | 0.79% | - |
| XYZ | 20.37 | 15.91 | 57.26 | - |
| YUV | 111.23 | 178.66 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 201 | 0.50 | 0.51 | 0 | 0.21 | 241.18 | 0.49 | 0.59 |
| Hex | 65 | 63 | C9 | 32 | 33 | 0 | 15 | F1 | 31 | 3B |
| Octal | 145 | 143 | 311 | 62 | 63 | 0 | 25 | 361 | 61 | 73 |
| Binary | 1100101 | 1100011 | 11001001 | 110010 | 110011 | 0 | 10101 | 11110001 | 110001 | 111011 |
Color Harmonies of #6563C9
Complementary color
Monochromatic Colors of #6563C9
Black with #6563C9
Text Example
Text Example
White with #6563C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6563C9; }
p { color: rgb(101,99,201); }
H1.HeaderClassName
{
color: #6563C9;
}
.AnyTagClassName
{
color: #6563C9;
}
</style>
background-color css
<style>
a { background-color: #6563C9; }
a { background-color: rgb(101,99,201); }
div.DivClassName
{
background-color: #6563C9;
}
.BgClassName
{
background-color: #6563C9;
}
</style>
border-color css
<style>
span { border-color: #6563C9; }
span { border-color: rgb(101,99,201); }
td.TdClassName
{
border-color: #6563C9;
}
.TagClassName
{
border-color: #6563C9;
}
</style>