Shades of Slate Blue #655CCD
Tints of Slate Blue #655CCD
RGB
CMYK
RGB Variations
Color information
#655CCD (or 0x655CCD) is known color: Slate Blue. HEX triplet: 65, 5C and CD. RGB value is (101,92,205). Sum of RGB (Red+Green+Blue) = 101+92+205=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #655CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCD is #9AA332. Grayscale: #6B6B6B. Windows color (decimal): -10134323 or 13458533. OLE color: 13458533.
HSL color Cylindrical-coordinate representation of color #655CCD: hue angle of 244.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655CCD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 92 | 205 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.20 |
| HSL | 244.78º | 0.53% | 0.58% | - |
| HSV(B) | 244.78º | 0.55% | 0.8% | - |
| XYZ | 20.21 | 14.83 | 59.55 | - |
| YUV | 107.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 205 | 0.51 | 0.55 | 0 | 0.20 | 244.78 | 0.53 | 0.58 |
| Hex | 65 | 5C | CD | 33 | 37 | 0 | 14 | F5 | 35 | 3A |
| Octal | 145 | 134 | 315 | 63 | 67 | 0 | 24 | 365 | 65 | 72 |
| Binary | 1100101 | 1011100 | 11001101 | 110011 | 110111 | 0 | 10100 | 11110101 | 110101 | 111010 |
Color Harmonies of #655CCD
Complementary color
Monochromatic Colors of #655CCD
Black with #655CCD
Text Example
Text Example
White with #655CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CCD; }
p { color: rgb(101,92,205); }
H1.HeaderClassName
{
color: #655CCD;
}
.AnyTagClassName
{
color: #655CCD;
}
</style>
background-color css
<style>
a { background-color: #655CCD; }
a { background-color: rgb(101,92,205); }
div.DivClassName
{
background-color: #655CCD;
}
.BgClassName
{
background-color: #655CCD;
}
</style>
border-color css
<style>
span { border-color: #655CCD; }
span { border-color: rgb(101,92,205); }
td.TdClassName
{
border-color: #655CCD;
}
.TagClassName
{
border-color: #655CCD;
}
</style>