Shades of Slate Blue #655BCF
Tints of Slate Blue #655BCF
RGB
CMYK
RGB Variations
Color information
#655BCF (or 0x655BCF) is known color: Slate Blue. HEX triplet: 65, 5B and CF. RGB value is (101,91,207). Sum of RGB (Red+Green+Blue) = 101+91+207=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #655BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCF is #9AA430. Grayscale: #6A6A6A. Windows color (decimal): -10134577 or 13589349. OLE color: 13589349.
HSL color Cylindrical-coordinate representation of color #655BCF: hue angle of 245.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655BCF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 91 | 207 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.19 |
| HSL | 245.17º | 0.55% | 0.58% | - |
| HSV(B) | 245.17º | 0.56% | 0.81% | - |
| XYZ | 20.37 | 14.75 | 60.81 | - |
| YUV | 107.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 207 | 0.51 | 0.56 | 0 | 0.19 | 245.17 | 0.55 | 0.58 |
| Hex | 65 | 5B | CF | 33 | 38 | 0 | 13 | F5 | 37 | 3A |
| Octal | 145 | 133 | 317 | 63 | 70 | 0 | 23 | 365 | 67 | 72 |
| Binary | 1100101 | 1011011 | 11001111 | 110011 | 111000 | 0 | 10011 | 11110101 | 110111 | 111010 |
Color Harmonies of #655BCF
Complementary color
Monochromatic Colors of #655BCF
Black with #655BCF
Text Example
Text Example
White with #655BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BCF; }
p { color: rgb(101,91,207); }
H1.HeaderClassName
{
color: #655BCF;
}
.AnyTagClassName
{
color: #655BCF;
}
</style>
background-color css
<style>
a { background-color: #655BCF; }
a { background-color: rgb(101,91,207); }
div.DivClassName
{
background-color: #655BCF;
}
.BgClassName
{
background-color: #655BCF;
}
</style>
border-color css
<style>
span { border-color: #655BCF; }
span { border-color: rgb(101,91,207); }
td.TdClassName
{
border-color: #655BCF;
}
.TagClassName
{
border-color: #655BCF;
}
</style>