Shades of Slate Blue #6558C9
Tints of Slate Blue #6558C9
RGB
CMYK
RGB Variations
Color information
#6558C9 (or 0x6558C9) is known color: Slate Blue. HEX triplet: 65, 58 and C9. RGB value is (101,88,201). Sum of RGB (Red+Green+Blue) = 101+88+201=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #6558C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558C9 is #9AA736. Grayscale: #686868. Windows color (decimal): -10135351 or 13195365. OLE color: 13195365.
HSL color Cylindrical-coordinate representation of color #6558C9: hue angle of 246.9º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6558C9 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 88 | 201 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.21 |
| HSL | 246.9º | 0.51% | 0.57% | - |
| HSV(B) | 246.9º | 0.56% | 0.79% | - |
| XYZ | 19.4 | 13.96 | 56.93 | - |
| YUV | 104.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 201 | 0.50 | 0.56 | 0 | 0.21 | 246.9 | 0.51 | 0.57 |
| Hex | 65 | 58 | C9 | 32 | 38 | 0 | 15 | F7 | 33 | 39 |
| Octal | 145 | 130 | 311 | 62 | 70 | 0 | 25 | 367 | 63 | 71 |
| Binary | 1100101 | 1011000 | 11001001 | 110010 | 111000 | 0 | 10101 | 11110111 | 110011 | 111001 |
Color Harmonies of #6558C9
Complementary color
Monochromatic Colors of #6558C9
Black with #6558C9
Text Example
Text Example
White with #6558C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558C9; }
p { color: rgb(101,88,201); }
H1.HeaderClassName
{
color: #6558C9;
}
.AnyTagClassName
{
color: #6558C9;
}
</style>
background-color css
<style>
a { background-color: #6558C9; }
a { background-color: rgb(101,88,201); }
div.DivClassName
{
background-color: #6558C9;
}
.BgClassName
{
background-color: #6558C9;
}
</style>
border-color css
<style>
span { border-color: #6558C9; }
span { border-color: rgb(101,88,201); }
td.TdClassName
{
border-color: #6558C9;
}
.TagClassName
{
border-color: #6558C9;
}
</style>