Shades of Slate Blue #6559CE
Tints of Slate Blue #6559CE
RGB
CMYK
RGB Variations
Color information
#6559CE (or 0x6559CE) is known color: Slate Blue. HEX triplet: 65, 59 and CE. RGB value is (101,89,206). Sum of RGB (Red+Green+Blue) = 101+89+206=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #6559CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559CE is #9AA631. Grayscale: #696969. Windows color (decimal): -10135090 or 13523301. OLE color: 13523301.
HSL color Cylindrical-coordinate representation of color #6559CE: hue angle of 246.15º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6559CE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 89 | 206 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.19 |
| HSL | 246.15º | 0.54% | 0.58% | - |
| HSV(B) | 246.15º | 0.57% | 0.81% | - |
| XYZ | 20.08 | 14.37 | 60.11 | - |
| YUV | 105.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 206 | 0.51 | 0.57 | 0 | 0.19 | 246.15 | 0.54 | 0.58 |
| Hex | 65 | 59 | CE | 33 | 39 | 0 | 13 | F6 | 36 | 3A |
| Octal | 145 | 131 | 316 | 63 | 71 | 0 | 23 | 366 | 66 | 72 |
| Binary | 1100101 | 1011001 | 11001110 | 110011 | 111001 | 0 | 10011 | 11110110 | 110110 | 111010 |
Color Harmonies of #6559CE
Complementary color
Monochromatic Colors of #6559CE
Black with #6559CE
Text Example
Text Example
White with #6559CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559CE; }
p { color: rgb(101,89,206); }
H1.HeaderClassName
{
color: #6559CE;
}
.AnyTagClassName
{
color: #6559CE;
}
</style>
background-color css
<style>
a { background-color: #6559CE; }
a { background-color: rgb(101,89,206); }
div.DivClassName
{
background-color: #6559CE;
}
.BgClassName
{
background-color: #6559CE;
}
</style>
border-color css
<style>
span { border-color: #6559CE; }
span { border-color: rgb(101,89,206); }
td.TdClassName
{
border-color: #6559CE;
}
.TagClassName
{
border-color: #6559CE;
}
</style>