Shades of Slate Blue #655CBF
Tints of Slate Blue #655CBF
RGB
CMYK
RGB Variations
Color information
#655CBF (or 0x655CBF) is known color: Slate Blue. HEX triplet: 65, 5C and BF. RGB value is (101,92,191). Sum of RGB (Red+Green+Blue) = 101+92+191=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #655CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBF is #9AA340. Grayscale: #696969. Windows color (decimal): -10134337 or 12541029. OLE color: 12541029.
HSL color Cylindrical-coordinate representation of color #655CBF: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655CBF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 92 | 191 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.25 |
| HSL | 245.45º | 0.44% | 0.55% | - |
| HSV(B) | 245.45º | 0.52% | 0.75% | - |
| XYZ | 18.6 | 14.18 | 51.05 | - |
| YUV | 105.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 191 | 0.47 | 0.52 | 0 | 0.25 | 245.45 | 0.44 | 0.55 |
| Hex | 65 | 5C | BF | 2F | 34 | 0 | 19 | F5 | 2C | 37 |
| Octal | 145 | 134 | 277 | 57 | 64 | 0 | 31 | 365 | 54 | 67 |
| Binary | 1100101 | 1011100 | 10111111 | 101111 | 110100 | 0 | 11001 | 11110101 | 101100 | 110111 |
Color Harmonies of #655CBF
Complementary color
Monochromatic Colors of #655CBF
Black with #655CBF
Text Example
Text Example
White with #655CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CBF; }
p { color: rgb(101,92,191); }
H1.HeaderClassName
{
color: #655CBF;
}
.AnyTagClassName
{
color: #655CBF;
}
</style>
background-color css
<style>
a { background-color: #655CBF; }
a { background-color: rgb(101,92,191); }
div.DivClassName
{
background-color: #655CBF;
}
.BgClassName
{
background-color: #655CBF;
}
</style>
border-color css
<style>
span { border-color: #655CBF; }
span { border-color: rgb(101,92,191); }
td.TdClassName
{
border-color: #655CBF;
}
.TagClassName
{
border-color: #655CBF;
}
</style>