Shades of Slate Blue #655DBF
Tints of Slate Blue #655DBF
RGB
CMYK
RGB Variations
Color information
#655DBF (or 0x655DBF) is known color: Slate Blue. HEX triplet: 65, 5D and BF. RGB value is (101,93,191). Sum of RGB (Red+Green+Blue) = 101+93+191=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #655DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBF is #9AA240. Grayscale: #6A6A6A. Windows color (decimal): -10134081 or 12541285. OLE color: 12541285.
HSL color Cylindrical-coordinate representation of color #655DBF: hue angle of 244.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655DBF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 93 | 191 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.25 |
| HSL | 244.9º | 0.43% | 0.56% | - |
| HSV(B) | 244.9º | 0.51% | 0.75% | - |
| XYZ | 18.69 | 14.36 | 51.08 | - |
| YUV | 106.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 191 | 0.47 | 0.51 | 0 | 0.25 | 244.9 | 0.43 | 0.56 |
| Hex | 65 | 5D | BF | 2F | 33 | 0 | 19 | F5 | 2B | 38 |
| Octal | 145 | 135 | 277 | 57 | 63 | 0 | 31 | 365 | 53 | 70 |
| Binary | 1100101 | 1011101 | 10111111 | 101111 | 110011 | 0 | 11001 | 11110101 | 101011 | 111000 |
Color Harmonies of #655DBF
Complementary color
Monochromatic Colors of #655DBF
Black with #655DBF
Text Example
Text Example
White with #655DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DBF; }
p { color: rgb(101,93,191); }
H1.HeaderClassName
{
color: #655DBF;
}
.AnyTagClassName
{
color: #655DBF;
}
</style>
background-color css
<style>
a { background-color: #655DBF; }
a { background-color: rgb(101,93,191); }
div.DivClassName
{
background-color: #655DBF;
}
.BgClassName
{
background-color: #655DBF;
}
</style>
border-color css
<style>
span { border-color: #655DBF; }
span { border-color: rgb(101,93,191); }
td.TdClassName
{
border-color: #655DBF;
}
.TagClassName
{
border-color: #655DBF;
}
</style>