Shades of Slate Blue #6558CD
Tints of Slate Blue #6558CD
RGB
CMYK
RGB Variations
Color information
#6558CD (or 0x6558CD) is known color: Slate Blue. HEX triplet: 65, 58 and CD. RGB value is (101,88,205). Sum of RGB (Red+Green+Blue) = 101+88+205=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6558CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558CD is #9AA732. Grayscale: #686868. Windows color (decimal): -10135347 or 13457509. OLE color: 13457509.
HSL color Cylindrical-coordinate representation of color #6558CD: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6558CD is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 88 | 205 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.20 |
| HSL | 246.67º | 0.54% | 0.57% | - |
| HSV(B) | 246.67º | 0.57% | 0.8% | - |
| XYZ | 19.88 | 14.15 | 59.44 | - |
| YUV | 105.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 205 | 0.51 | 0.57 | 0 | 0.20 | 246.67 | 0.54 | 0.57 |
| Hex | 65 | 58 | CD | 33 | 39 | 0 | 14 | F7 | 36 | 39 |
| Octal | 145 | 130 | 315 | 63 | 71 | 0 | 24 | 367 | 66 | 71 |
| Binary | 1100101 | 1011000 | 11001101 | 110011 | 111001 | 0 | 10100 | 11110111 | 110110 | 111001 |
Color Harmonies of #6558CD
Complementary color
Monochromatic Colors of #6558CD
Black with #6558CD
Text Example
Text Example
White with #6558CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558CD; }
p { color: rgb(101,88,205); }
H1.HeaderClassName
{
color: #6558CD;
}
.AnyTagClassName
{
color: #6558CD;
}
</style>
background-color css
<style>
a { background-color: #6558CD; }
a { background-color: rgb(101,88,205); }
div.DivClassName
{
background-color: #6558CD;
}
.BgClassName
{
background-color: #6558CD;
}
</style>
border-color css
<style>
span { border-color: #6558CD; }
span { border-color: rgb(101,88,205); }
td.TdClassName
{
border-color: #6558CD;
}
.TagClassName
{
border-color: #6558CD;
}
</style>