Shades of Slate Blue #656FD8
Tints of Slate Blue #656FD8
RGB
CMYK
RGB Variations
Color information
#656FD8 (or 0x656FD8) is known color: Slate Blue. HEX triplet: 65, 6F and D8. RGB value is (101,111,216). Sum of RGB (Red+Green+Blue) = 101+111+216=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #656FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FD8 is #9A9027. Grayscale: #777777. Windows color (decimal): -10129448 or 14184293. OLE color: 14184293.
HSL color Cylindrical-coordinate representation of color #656FD8: hue angle of 234.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #656FD8 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 111 | 216 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.15 |
| HSL | 234.78º | 0.6% | 0.62% | - |
| HSV(B) | 234.78º | 0.53% | 0.85% | - |
| XYZ | 23.45 | 19.09 | 67.42 | - |
| YUV | 119.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 216 | 0.53 | 0.49 | 0 | 0.15 | 234.78 | 0.6 | 0.62 |
| Hex | 65 | 6F | D8 | 35 | 31 | 0 | F | EB | 3C | 3E |
| Octal | 145 | 157 | 330 | 65 | 61 | 0 | 17 | 353 | 74 | 76 |
| Binary | 1100101 | 1101111 | 11011000 | 110101 | 110001 | 0 | 1111 | 11101011 | 111100 | 111110 |
Color Harmonies of #656FD8
Complementary color
Monochromatic Colors of #656FD8
Black with #656FD8
Text Example
Text Example
White with #656FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FD8; }
p { color: rgb(101,111,216); }
H1.HeaderClassName
{
color: #656FD8;
}
.AnyTagClassName
{
color: #656FD8;
}
</style>
background-color css
<style>
a { background-color: #656FD8; }
a { background-color: rgb(101,111,216); }
div.DivClassName
{
background-color: #656FD8;
}
.BgClassName
{
background-color: #656FD8;
}
</style>
border-color css
<style>
span { border-color: #656FD8; }
span { border-color: rgb(101,111,216); }
td.TdClassName
{
border-color: #656FD8;
}
.TagClassName
{
border-color: #656FD8;
}
</style>