Shades of Slate Blue #656BDF
Tints of Slate Blue #656BDF
RGB
CMYK
RGB Variations
Color information
#656BDF (or 0x656BDF) is known color: Slate Blue. HEX triplet: 65, 6B and DF. RGB value is (101,107,223). Sum of RGB (Red+Green+Blue) = 101+107+223=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #656BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDF is #9A9420. Grayscale: #757575. Windows color (decimal): -10130465 or 14642021. OLE color: 14642021.
HSL color Cylindrical-coordinate representation of color #656BDF: hue angle of 237.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656BDF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 107 | 223 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.13 |
| HSL | 237.05º | 0.66% | 0.64% | - |
| HSV(B) | 237.05º | 0.55% | 0.87% | - |
| XYZ | 23.94 | 18.61 | 72.14 | - |
| YUV | 118.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 223 | 0.55 | 0.52 | 0 | 0.13 | 237.05 | 0.66 | 0.64 |
| Hex | 65 | 6B | DF | 37 | 34 | 0 | D | ED | 42 | 40 |
| Octal | 145 | 153 | 337 | 67 | 64 | 0 | 15 | 355 | 102 | 100 |
| Binary | 1100101 | 1101011 | 11011111 | 110111 | 110100 | 0 | 1101 | 11101101 | 1000010 | 1000000 |
Color Harmonies of #656BDF
Complementary color
Monochromatic Colors of #656BDF
Black with #656BDF
Text Example
Text Example
White with #656BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BDF; }
p { color: rgb(101,107,223); }
H1.HeaderClassName
{
color: #656BDF;
}
.AnyTagClassName
{
color: #656BDF;
}
</style>
background-color css
<style>
a { background-color: #656BDF; }
a { background-color: rgb(101,107,223); }
div.DivClassName
{
background-color: #656BDF;
}
.BgClassName
{
background-color: #656BDF;
}
</style>
border-color css
<style>
span { border-color: #656BDF; }
span { border-color: rgb(101,107,223); }
td.TdClassName
{
border-color: #656BDF;
}
.TagClassName
{
border-color: #656BDF;
}
</style>