Shades of Slate Blue #6559CB
Tints of Slate Blue #6559CB
RGB
CMYK
RGB Variations
Color information
#6559CB (or 0x6559CB) is known color: Slate Blue. HEX triplet: 65, 59 and CB. RGB value is (101,89,203). Sum of RGB (Red+Green+Blue) = 101+89+203=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #6559CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559CB is #9AA634. Grayscale: #696969. Windows color (decimal): -10135093 or 13326693. OLE color: 13326693.
HSL color Cylindrical-coordinate representation of color #6559CB: hue angle of 246.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6559CB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 89 | 203 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.20 |
| HSL | 246.32º | 0.52% | 0.57% | - |
| HSV(B) | 246.32º | 0.56% | 0.8% | - |
| XYZ | 19.72 | 14.22 | 58.21 | - |
| YUV | 105.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 203 | 0.50 | 0.56 | 0 | 0.20 | 246.32 | 0.52 | 0.57 |
| Hex | 65 | 59 | CB | 32 | 38 | 0 | 14 | F6 | 34 | 39 |
| Octal | 145 | 131 | 313 | 62 | 70 | 0 | 24 | 366 | 64 | 71 |
| Binary | 1100101 | 1011001 | 11001011 | 110010 | 111000 | 0 | 10100 | 11110110 | 110100 | 111001 |
Color Harmonies of #6559CB
Complementary color
Monochromatic Colors of #6559CB
Black with #6559CB
Text Example
Text Example
White with #6559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559CB; }
p { color: rgb(101,89,203); }
H1.HeaderClassName
{
color: #6559CB;
}
.AnyTagClassName
{
color: #6559CB;
}
</style>
background-color css
<style>
a { background-color: #6559CB; }
a { background-color: rgb(101,89,203); }
div.DivClassName
{
background-color: #6559CB;
}
.BgClassName
{
background-color: #6559CB;
}
</style>
border-color css
<style>
span { border-color: #6559CB; }
span { border-color: rgb(101,89,203); }
td.TdClassName
{
border-color: #6559CB;
}
.TagClassName
{
border-color: #6559CB;
}
</style>