Shades of Slate Blue #655FDF
Tints of Slate Blue #655FDF
RGB
CMYK
RGB Variations
Color information
#655FDF (or 0x655FDF) is known color: Slate Blue. HEX triplet: 65, 5F and DF. RGB value is (101,95,223). Sum of RGB (Red+Green+Blue) = 101+95+223=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #655FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FDF is #9AA020. Grayscale: #6E6E6E. Windows color (decimal): -10133537 or 14638949. OLE color: 14638949.
HSL color Cylindrical-coordinate representation of color #655FDF: hue angle of 242.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655FDF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 95 | 223 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.13 |
| HSL | 242.81º | 0.67% | 0.62% | - |
| HSV(B) | 242.81º | 0.57% | 0.87% | - |
| XYZ | 22.78 | 16.28 | 71.75 | - |
| YUV | 111.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 223 | 0.55 | 0.57 | 0 | 0.13 | 242.81 | 0.67 | 0.62 |
| Hex | 65 | 5F | DF | 37 | 39 | 0 | D | F3 | 43 | 3E |
| Octal | 145 | 137 | 337 | 67 | 71 | 0 | 15 | 363 | 103 | 76 |
| Binary | 1100101 | 1011111 | 11011111 | 110111 | 111001 | 0 | 1101 | 11110011 | 1000011 | 111110 |
Color Harmonies of #655FDF
Complementary color
Monochromatic Colors of #655FDF
Black with #655FDF
Text Example
Text Example
White with #655FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FDF; }
p { color: rgb(101,95,223); }
H1.HeaderClassName
{
color: #655FDF;
}
.AnyTagClassName
{
color: #655FDF;
}
</style>
background-color css
<style>
a { background-color: #655FDF; }
a { background-color: rgb(101,95,223); }
div.DivClassName
{
background-color: #655FDF;
}
.BgClassName
{
background-color: #655FDF;
}
</style>
border-color css
<style>
span { border-color: #655FDF; }
span { border-color: rgb(101,95,223); }
td.TdClassName
{
border-color: #655FDF;
}
.TagClassName
{
border-color: #655FDF;
}
</style>