Shades of Slate Blue #655FD0
Tints of Slate Blue #655FD0
RGB
CMYK
RGB Variations
Color information
#655FD0 (or 0x655FD0) is known color: Slate Blue. HEX triplet: 65, 5F and D0. RGB value is (101,95,208). Sum of RGB (Red+Green+Blue) = 101+95+208=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #655FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FD0 is #9AA02F. Grayscale: #6D6D6D. Windows color (decimal): -10133552 or 13655909. OLE color: 13655909.
HSL color Cylindrical-coordinate representation of color #655FD0: hue angle of 243.19º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655FD0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 95 | 208 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.18 |
| HSL | 243.19º | 0.55% | 0.59% | - |
| HSV(B) | 243.19º | 0.54% | 0.82% | - |
| XYZ | 20.84 | 15.51 | 61.57 | - |
| YUV | 109.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 208 | 0.51 | 0.54 | 0 | 0.18 | 243.19 | 0.55 | 0.59 |
| Hex | 65 | 5F | D0 | 33 | 36 | 0 | 12 | F3 | 37 | 3B |
| Octal | 145 | 137 | 320 | 63 | 66 | 0 | 22 | 363 | 67 | 73 |
| Binary | 1100101 | 1011111 | 11010000 | 110011 | 110110 | 0 | 10010 | 11110011 | 110111 | 111011 |
Color Harmonies of #655FD0
Complementary color
Monochromatic Colors of #655FD0
Black with #655FD0
Text Example
Text Example
White with #655FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FD0; }
p { color: rgb(101,95,208); }
H1.HeaderClassName
{
color: #655FD0;
}
.AnyTagClassName
{
color: #655FD0;
}
</style>
background-color css
<style>
a { background-color: #655FD0; }
a { background-color: rgb(101,95,208); }
div.DivClassName
{
background-color: #655FD0;
}
.BgClassName
{
background-color: #655FD0;
}
</style>
border-color css
<style>
span { border-color: #655FD0; }
span { border-color: rgb(101,95,208); }
td.TdClassName
{
border-color: #655FD0;
}
.TagClassName
{
border-color: #655FD0;
}
</style>